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
2019-07-30
feat: add debug info to ModuleResolutionError (#2697)
Bartek Iwańczuk
2019-07-29
Remap stack traces of unthrown errors. (#2693)
Kitson Kelly
2019-07-27
make importmap flag global (#2687)
Bartek Iwańczuk
2019-07-27
cli: handle deno -v and deno --version (#2684)
Bartek Iwańczuk
2019-07-26
cli: unify deno -h options (#2682)
Bartek Iwańczuk
2019-07-22
save headers for all intermediate redirects (#2677)
Bartek Iwańczuk
2019-07-20
removed unnecessary implementation from SourceFileFetcher (#2670)
andy finch
2019-07-20
fix: bring back --no-fetch flag (#2671)
Bartek Iwańczuk
2019-07-18
Remove hacky normalize_path (#2660)
Ryan Dahl
2019-07-18
REPL shouldn't panic when it gets SIGINT (#2662)
Ryan Dahl
2019-07-17
Refactor DenoDir (#2636)
Bartek Iwańczuk
2019-07-16
v0.12.0
Ryan Dahl
2019-07-16
Support window.onload (#2643)
Yoshiya Hinosawa
2019-07-12
Fix REPL when it receives EOF (#2638)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-07-10
fix for '-' arg after script name (#2631)
Bartek Iwańczuk
2019-07-09
Update deno.land links v0.11 (#2628)
Ryan Dahl
2019-07-08
Rewrite snapshot_creator in Rust
Bartek Iwańczuk
2019-07-08
cli: generate default file name for bundle when URL ends in a slash
Bert Belder
2019-07-08
core: replace ModuleSpecifier::to_url() by as_url()
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-07-07
v0.11.0
Ryan Dahl
2019-06-30
core: return useful error when import path has no prefix like ./
Bert Belder
2019-06-30
fix: normalize Deno.execPath (#2598)
Bartek Iwańczuk
2019-06-29
fix: test output for completions (#2597)
Bartek Iwańczuk
2019-06-29
feat: parse flags after script name (#2596)
Bartek Iwańczuk
2019-06-27
Fix multiple error messages for a missing file (#2587)
Gurwinder Singh
2019-06-26
fix: run blocking function on a different task (#2570)
Jimmy Cao
2019-06-26
feat: deno completions command (#2577)
Bartek Iwańczuk
2019-06-25
Add homeDir to Deno namespace (#2578)
Evgeniy Karagodin
2019-06-25
v0.10.0
Ryan Dahl
2019-06-25
Port code from Cargo and use for progress
Ryan Dahl
2019-06-25
third_party: add rust crate 'termcolor'
Bert Belder
2019-06-25
simplify check_net test
Ryan Dahl
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-24
fix: prevent multiple downloads of modules (#2477)
Bartek Iwańczuk
2019-06-23
Minor tweaks (#2569)
Gurwinder Singh
2019-06-22
feat: log permission access (#2518)
Bartek Iwańczuk
2019-06-21
feat: redirect process stdio to file (#2554)
Bartek Iwańczuk
2019-06-21
Fix comment (#2555)
Matt Harrison
2019-06-20
feat: upgrade installer and add docs (#2551)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-18
fix: use Loader::resolve in op_fetch_module_meta_data (#2519)
Bartek Iwańczuk
2019-06-18
Add dyn to be rust nightly compatible (#2538)
Kitson Kelly
2019-06-17
refactor dispatch take 2 (#2533)
andy finch
2019-06-15
v0.9.0
Ryan Dahl
2019-06-15
Upgrade INSTALLER_URL to include fixes (#2532)
Ryan Dahl
2019-06-15
fix deno install (#2529)
Bartek Iwańczuk
2019-06-15
third_party: upgrade rust crates
Bert Belder
[next]