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-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
2020-01-30
Use tokio::main (#3831)
Ryan Dahl
2020-01-30
Remove --current-thread flag (#3830)
Ryan Dahl
2020-01-29
feat: dprint formatter (#3820)
Bartek Iwańczuk
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-26
lock: support lock-write for fetch command (#3787)
Kevin (Kun) "Kassimo" Qian
2020-01-25
refactor: Modules and Loader trait (#3791)
Bartek Iwańczuk
2020-01-25
Refactor error tracking and scope juggling in deno_core (#3783)
Bert Belder
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-24
Add signal handlers (#3757)
Yoshiya Hinosawa
2020-01-22
Reland "Create an old program to be used in snapshot." (#3747)
Bartek Iwańczuk
2020-01-21
Revert "Create an old program to be used in snapshot. (#3644)"
Ry Dahl
2020-01-21
refactor: split cli::Worker (#3735)
Bartek Iwańczuk
2020-01-21
Revert "don't include assets in binary (#3661)"
Ry Dahl
2020-01-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-12
don't include assets in binary (#3661)
Bartek Iwańczuk
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
2020-01-06
error on warnings (#3612)
Ry Dahl
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
2020-01-01
cleanup after tokio upgrade (#3571)
Gurwinder Singh
2019-12-31
refactor: move HttpBody to cli/http_util.rs (#3569)
Bartek Iwańczuk
2019-12-20
repl: do not crash on async op reject (#3527)
Kevin (Kun) "Kassimo" Qian
2019-12-03
remove duplicated argv member from ThreadSafeGlobalState (#3433)
Ry Dahl
[next]