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