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
/
compiler.rs
Age
Commit message (
Expand
)
Author
2019-07-31
refactor: cleanup compiler pipeline (#2686)
Bartek Iwańczuk
2019-07-31
factor out FileFetcher to separate module (#2683)
Bartek Iwańczuk
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-25
Port code from Cargo and use for progress
Ryan Dahl
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-08
Add 'bundle' subcommand. (#2467)
Kitson Kelly
2019-06-08
Remove tokio_util::block_on dep in compile_async and other cleanup
gurv-s
2019-06-06
Cleanup compiler API (#2466)
Kitson Kelly
2019-06-04
Handle compiler diagnostics in Rust (#2445)
Kitson Kelly
2019-05-29
TS compiler refactor
Ryan Dahl
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-04-29
Add support for custom tsconfig.json (#2089)
Kitson Kelly
2019-04-23
Use tokio_threadpool's new panic_handler (#2188)
Ryan Dahl
2019-04-14
Fix silent error, add custom panic handler (#2098)
Ryan Dahl
2019-04-11
Improve op dispatch (#2088)
andy finch
2019-04-09
Silence clippy warnings and format source code
Bert Belder
2019-04-09
core: Rename Behavior to Dispatch (#2082)
Ryan Dahl
2019-04-08
Merge Worker and Isolate types (#2078)
Ryan Dahl
2019-04-08
core: snapshot improvements (#2052)
Ryan Dahl
2019-04-05
add compile_async (#2053)
andy finch
2019-04-04
Non-fatal compile_sync failures (#2039)
andy finch
2019-04-02
cli: refactor compile_sync() for readability
Bert Belder
2019-04-02
Clippy fixes
Bert Belder
2019-04-01
Follow redirect location as new referrers for nested module imports (#2031)
Kevin (Kun) "Kassimo" Qian
2019-04-01
Add web worker JS API (#1993)
andy finch
2019-03-30
Rename crate deno_core to deno (#2022)
Ryan Dahl
2019-03-28
Merge the --recompile and --reload flags (#2003)
Ryan Dahl
2019-03-28
Clippy fixes (#2009)
Bert Belder
2019-03-25
Resolve callback moved from Behavior to mod_instantiate() (#1999)
Ryan Dahl
2019-03-20
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
Ryan Dahl
2019-03-19
Separate behavior for the compiler isolate (#1973)
andy finch
2019-03-19
Remove old Buf definition in cli.rs (#1971)
andy finch
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl