summaryrefslogtreecommitdiff
path: root/cli/tools/repl/editor.rs
AgeCommit message (Expand)Author
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-08-02fix(repl): highlight from ident in import from or export from (#20023)await-ovo
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-16fix(repl): Hide indexable properties in tab completion (#18141)Roy Li
2023-03-17feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)Nick Hanley
2023-03-15fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)David Sherret
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-16fix(repl): improve validator to mark more code as incomplete (#17443)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-16fix(repl): doing two history searches exiting with ctrl+c should not exit rep...sigmaSd
2022-11-25refactor: move cdp.rs to tools/repl (#16821)David Sherret
2022-11-25fix(repl): more reliable history handling (#16797)Bartek Iwańczuk
2022-08-10feat(repl): add color to functions for syntax highlighting (#15434)sigmaSd
2022-07-18chore(repl): update rustyline to 10.0.0 (#15232)sigmaSd
2022-06-22fix(repl): use spaces for tab handler on windows (#14931)sigmaSd
2022-06-21chore: fix pty_tab_handler test on windows (#14927)David Sherret
2022-06-20fix(repl): accept tab when previous character is whitespace (#14898)sigmaSd
2022-06-15feat(repl): Add key binding to force a new line (#14536)sigmaSd
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-04-08fix: upgrade to swc_ecmascript 0.143 (#14238)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2022-01-31Revert "refactor: factor out CDP message types (#13501)" (#13540)Bartek Iwańczuk
2022-01-27refactor: factor out CDP message types (#13501)Leo Kettmeir
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-18refactor(repl): factor out ReplEditor and ReplSession (#13131)Bartek Iwańczuk