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
/
lib.rs
Age
Commit message (
Expand
)
Author
2020-05-11
BREAKING: There is no public Rust API for the CLI (#5226)
Ryan Dahl
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-09
refactor(cli): unify display of errors from Rust and JS (#5183)
Bartek Iwańczuk
2020-05-09
feat(upgrade): allow specifying a version (#5156)
crowlKats
2020-05-08
refactor: Remove cli::compilers module (#5138)
Bartek Iwańczuk
2020-05-01
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Nayeem Rahman
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-27
refactor: factor out AstParser from DocParser (#4923)
Bartek Iwańczuk
2020-04-27
feat(test): add quiet flag (#4894)
Ali Hasani
2020-04-25
remove bootstrap methods from global scope after bootstrapping (#4869)
Bartek Iwańczuk
2020-04-23
Parallelized deno fmt (#4823)
David Sherret
2020-04-21
Move resource_table from deno::State to deno_core::Isolate (#4834)
Ryan Dahl
2020-04-16
feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)
Nayeem Rahman
2020-04-09
feat(cli/doc): Support doc for runtime built-ins (#4635)
Nayeem Rahman
2020-04-07
feat(doc): handle basic reexports (#4625)
Bartek Iwańczuk
2020-04-07
BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)
Akshat Agarwal
2020-04-03
Make inspector more robust, add --inspect-brk support (#4552)
Bert Belder
2020-04-03
upgrade dprint to 0.9.10 (#4601)
Bartek Iwańczuk
2020-04-02
feat: deno test --filter (#4570)
Ryan Dahl
2020-04-01
Expose global state publicly (#4572)
Marcus Weiner
2020-03-28
feat: Add "deno doc" subcommand (#4500)
Bartek Iwańczuk
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-23
feat: first pass at "deno upgrade" (#4328)
bartOssh
2020-03-19
fix: std/testing/runner.ts and deno test (#4392)
Bartek Iwańczuk
2020-03-10
Add global "quiet" flag (#4135)
Florian Häglsperger
2020-02-28
Support TypeScript eval through `deno eval -T` flag (#4141)
Kevin (Kun) "Kassimo" Qian
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-26
upgrade: dprint 0.7.0 (#4130)
Ryan Dahl
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4116)
João Souto
2020-02-24
Revert "Remove ansi_term dependency"
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4106)
João Souto
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
2020-02-18
refactor: cleanup cli/lib.rs (#4006)
Bartek Iwańczuk
2020-02-17
fix(deno test): support directories as arguments (#4011)
Bartek Iwańczuk
2020-02-13
Clean up fmt flags and path handling (#3988)
Ryan Dahl
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-02-09
fmt: `deno fmt -` formats stdin and print to stdout (#3920)
Kevin (Kun) "Kassimo" Qian
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-02-08
install: add --force flag and remove yes/no prompt (#3917)
Kevin (Kun) "Kassimo" Qian
2020-02-07
Fix deno types | head (#3910)
Ryan Dahl
2020-02-06
Rename ThreadSafeGlobalState to GlobalState (#3907)
Ryan Dahl
2020-02-05
Move create_channels into worker constructor (#3889)
Ryan Dahl
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-31
Add support for multiple files in fetch command (#3845)
Tim Ermilov
2020-01-31
chore: remove std/installer, port installer tests to Rust (#3843)
Bartek Iwańczuk
2020-01-30
feat: deno install in Rust (#3806)
Bartek Iwańczuk
[next]