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
/
msg.fbs
Age
Commit message (
Expand
)
Author
2019-08-06
Make Deno.execPath a function (#2743)
Kevin (Kun) "Kassimo" Qian
2019-08-06
Implement Blob url support for worker (#2729)
Kevin (Kun) "Kassimo" Qian
2019-08-05
Provide option to delete Deno namespace in worker (#2717)
Kevin (Kun) "Kassimo" Qian
2019-07-29
Remap stack traces of unthrown errors. (#2693)
Kitson Kelly
2019-07-22
save headers for all intermediate redirects (#2677)
Bartek Iwańczuk
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-08
cli: refactor deno_dir to use Url instead of String
Bartek Iwańczuk
2019-07-08
core: clearly define when module lookup is path-based vs URL-based
Bert Belder
2019-06-30
core: return useful error when import path has no prefix like ./
Bert Belder
2019-06-25
Add homeDir to Deno namespace (#2578)
Evgeniy Karagodin
2019-06-21
feat: redirect process stdio to file (#2554)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-05-29
TS compiler refactor
Ryan Dahl
2019-05-23
Rename --allow-high-precision to --allow-hrtime (#2398)
Ryan Dahl
2019-05-17
Add crypto.getRandomValues() (#2327)
chiefbiiko
2019-05-15
Remove FileInfo.path
Ryan Dahl
2019-05-07
Add Deno.chown (#2292)
Yingbo (Max) Wang
2019-05-03
feat(cli cmd): deno xeval (#2260)
Kevin (Kun) "Kassimo" Qian
2019-05-01
fs: add Deno.utime/Deno.utimeSync (#2241)
Kevin (Kun) "Kassimo" Qian
2019-04-29
Add support for custom tsconfig.json (#2089)
Kitson Kelly
2019-04-21
Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177)
Kevin (Kun) "Kassimo" Qian
2019-04-08
Allow high precision performance.now() (#1977)
Vincent LE GOFF
2019-04-08
Add link/linkSync fs call for hardlinks (#2074)
Kevin (Kun) "Kassimo" Qian
2019-04-01
Add web worker JS API (#1993)
andy finch
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-27
Rewrite readFile and writeFile (#2000)
Bartek Iwańczuk
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl