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
/
global_state.rs
Age
Commit message (
Expand
)
Author
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-11
refactor: Remove atomics from metrics (#3968)
Bartek Iwańczuk
2020-02-06
Rename ThreadSafeGlobalState to GlobalState (#3907)
Ryan Dahl
2020-02-06
fix 015_duplicate_parallel_import (#3904)
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-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-15
Use async-await at few places, fix spelling mistake (#3499)
Gurwinder Singh
2019-12-03
feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)
Nayeem Rahman
2019-12-03
remove duplicated argv member from ThreadSafeGlobalState (#3433)
Ry Dahl
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
Loader: support .wasm imports (#3328)
Kevin (Kun) "Kassimo" Qian
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk