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
/
repl.rs
Age
Commit message (
Expand
)
Author
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-11-05
fix(cli/repl): Fixing syntax highlighting (#8202)
ali ahmed
2020-10-28
fix(repl): don't hang on unpaired braces (#8151)
Kevin (Kun) "Kassimo" Qian
2020-10-19
feat(cli/repl): add tab completion (#7827)
Casper Beyer
2020-10-19
fix(cli/repl): ignore pair matching inside literals (#8037)
Casper Beyer
2020-10-19
fix(cli/repl): unterminated string literal should invalidate (#7896)
Casper Beyer
2020-10-19
fix(cli/repl): keyboard interrupt should continue (#7960)
Casper Beyer
2020-10-19
fix(cli/repl): write all results to stdout (#7893)
Casper Beyer
2020-10-18
refactor(cli/repl): extract is_closing to a function (#8015)
Casper Beyer
2020-10-15
Reland feat(cli/console): inspect with colors regardless of Deno.noColor (#7976)
Bartek Iwańczuk
2020-10-14
refactor(cli/repl): clean up prelude injection (#7967)
Casper Beyer
2020-10-13
feat(cli/repl): add regex based syntax highlighter (#7811)
Casper Beyer
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-11
refactor(cli/repl): get context id from notification (#7864)
Casper Beyer
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor(cli/inspector): use &str for post_message (#7851)
Casper Beyer
2020-10-06
refactor(cli/repl): tightly integrate event loop (#7834)
Casper Beyer
2020-10-02
fix(cli/repl): enable colors on inspected values (#7798)
Casper Beyer
2020-10-02
feat(cli/repl): enable await and let re-declarations (#7784)
Casper Beyer
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-05-07
Remove REPL/Windows hack (#5136)
Ryan Dahl
2020-04-03
clippy (#4618)
Kitson Kelly
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-10-11
Ensure DENO_DIR when saving the REPL history (#3106)
Nayeem Rahman
2019-08-08
Fix repl crash when deno dir doesn't exist (#2727)
Daniel Buckmaster
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-18
Add dyn to be rust nightly compatible (#2538)
Kitson Kelly
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl