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-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
2019-11-26
Tweaks to arg_hacks and add v8-flags to repl (#3409)
Kevin (Kun) "Kassimo" Qian
2019-11-26
refactor: reorganize flags (#3389)
Ry Dahl
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-16
Use async to replace FutureExt in lib.rs (#3359)
Kevin (Kun) "Kassimo" Qian
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
refactor: per-worker resource table, take 2 (#3342)
Bartek Iwańczuk
2019-11-13
Revert "refactor: per-worker resource table (#3306)"
Ryan Dahl
2019-11-13
refactor: per-worker resource table (#3306)
Bartek Iwańczuk
2019-11-13
Make bundles fully standalone (#3325)
Kitson Kelly
2019-11-09
refactor: worker is no longer a resource (#3290)
Bartek Iwańczuk
2019-11-07
refactor: remove cli::resources::Resource (#3285)
Bartek Iwańczuk
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-11-03
feat: lockfiles (#3231)
Ry Dahl
2019-10-19
feat: Allow "deno eval" to run code as module (#3148)
Kevin (Kun) "Kassimo" Qian
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-04
Use xeval from deno_std (#3058)
Nayeem Rahman
2019-10-02
feat: window.onunload (#3023)
Bartek Iwańczuk
2019-09-25
Handle uncaught worker errors without panicking (#3019)
Kitson Kelly
2019-09-19
Remove test.py, use cargo test as test frontend (#2967)
Ryan Dahl
2019-09-16
Move integration tests to //cli/tests/ (#2964)
Ryan Dahl