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
Age
Commit message (
Expand
)
Author
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-12
upgrade: tokio 0.2.9, reqwest 0.10.1 (#3653)
Bartek Iwańczuk
2020-01-11
Add gzip, brotli and ETag support for file fetcher (#3597)
EnokMan
2020-01-09
v0.29.0
Ryan Dahl
2020-01-09
feat: Deno.args now does not include script (#3628)
Ry Dahl
2020-01-08
Remove xeval subcommand (#3630)
Ry Dahl
2020-01-08
feat: Deno.create (#3629)
Luca Casonato
2020-01-08
feat(flags): script arguments come after '--' (#3621)
Ry Dahl
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly
2020-01-08
refactor: module loading in EsIsolate (#3615)
Bartek Iwańczuk
2020-01-08
Upgrade subcommands to 0.28.1 (#3620)
Ry Dahl
2020-01-07
fix: Deno.mkdir should conform to style guide (#3617)
Ry Dahl
2020-01-07
core: factor out EsIsolate from Isolate (#3613)
Bartek Iwańczuk
2020-01-06
error on warnings (#3612)
Ry Dahl
2020-01-06
merge libdeno::DenoIsolate into core::Isolate (#3605)
Bartek Iwańczuk
2020-01-05
Upgrade rust crates and modernize hyper_hello (#3606)
Bert Belder
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-04
perf: TextEncoder.encode improvement (#3596)
Luca Casonato
2020-01-04
Added textencoder benchmark (#3589)
Luca Casonato
2020-01-04
Use async at places, use &self instead of self: &Self (#3594)
Gurwinder Singh
2020-01-03
v0.28.1
Ryan Dahl
2020-01-03
chore: disable default reqwest features (#3586)
Bartek Iwańczuk
2020-01-02
Add missing year ranges to copyright notices (#3582)
Waldir Pimenta
2020-01-02
Happy new year! (#3578)
Ry Dahl
2020-01-02
Remove unnecessary use of Pin, use ready! (#3576)
Gurwinder Singh
2020-01-02
v0.28.0
Ry Dahl
2020-01-02
fix typos (#3573)
EnokMan
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-30
bump reqwest to 0.10.0 (#3567)
Bartek Iwańczuk
2019-12-30
use shared HTTP client (#3563)
Bartek Iwańczuk
2019-12-30
upgrade: Tokio 0.2 (#3418)
Bartek Iwańczuk
2019-12-30
net: expose shutdown TS def (#3560)
Kevin (Kun) "Kassimo" Qian
2019-12-29
net: expose shutdown() and ShutdownMode (#3558)
Kevin (Kun) "Kassimo" Qian
2019-12-28
Fix: allow reading into a 0-length array (#3329)
Alexandre Szymocha
2019-12-24
Drop unnecessary Object.assign from createResolvable() (#3548)
Kevin (Kun) "Kassimo" Qian
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-21
feat: Add Deno.dir("executable") (#3526)
Nayeem Rahman
2019-12-21
fix: Use sync ops when clearing the console (#3533)
Nayeem Rahman
2019-12-20
feat: Return null on error in Deno.dir() (#3531)
Nayeem Rahman
2019-12-20
repl: do not crash on async op reject (#3527)
Kevin (Kun) "Kassimo" Qian
2019-12-18
v0.27.0
Ryan Dahl
2019-12-18
Reduce all directory functions to Deno.dir() (#3518)
Ry Dahl
2019-12-15
feat: show detailed version with --version (#3507)
Yoshiya Hinosawa
2019-12-15
Feat: Add more dir APIs for Deno (#3491)
Axetroy
2019-12-15
Use async-await at few places, fix spelling mistake (#3499)
Gurwinder Singh
2019-12-14
fetch support URL instance as input (#3496)
Axetroy
2019-12-14
flag: upgrade std to v0.26.0 (#3492)
Axetroy
2019-12-10
timer: due/now Math.max instead of min (#3477)
Kevin (Kun) "Kassimo" Qian
[next]