summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-06build: on windows, don't pass -glldb to clang (#2874)Bert Belder
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
2019-09-04v0.17.0Ryan Dahl
2019-09-04perf: less aggresive dyn import polling (#2858)Bartek Iwańczuk
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-31Add window.queueMicrotask (#2844)Kevin (Kun) "Kassimo" Qian
2019-08-29third_party: downgrade 'url' crate to version 1.7.2Bert Belder
2019-08-26Clean up various flatbuffer references (#2819)Ryan Dahl
2019-08-26fix: shared queue requires aligned buffer (#2816)Bartek Iwańczuk
2019-08-22v0.16.0Ryan Dahl
2019-08-22third_party: upgrade rust cratesBert Belder
2019-08-21fix: dynamic import panic (#2792)Bartek Iwańczuk
2019-08-16Upgrade to rust 1.37.0 (#2786)Ryan Dahl
2019-08-13v0.15.0Ryan Dahl
2019-08-13Dynamic import should respect permissions (#2764)Ryan Dahl
2019-08-09Fix dynamic import base path problem for REPL and eval (#2757)Kevin (Kun) "Kassimo" Qian
2019-08-09v0.14.0Bert Belder
2019-08-09Dynamic import (#2516)Bert Belder
2019-08-07Add op_id throughout op API (#2734)Ryan Dahl
2019-08-06Fix incremental 'cargo build' (#2740)Ryan Dahl
2019-08-05Remove dispatch optimization (#2732)Ryan Dahl
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31v0.13.0Ryan Dahl
2019-07-30feat: add debug info to ModuleResolutionError (#2697)Bartek Iwańczuk
2019-07-24Add error handling for dynamic imports to libdeno (#2678)Bert Belder
2019-07-18only use Locker when calling into js (#2665)andy finch
2019-07-18remove v8::Locker from deno_respond (#2664)andy finch
2019-07-18Fix expected dyn before AnyError trait (#2663)andy finch
2019-07-16v0.12.0Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-07-09Upgrade v8 to 7.7.200 (#2624)Ryan Dahl
2019-07-08Rewrite snapshot_creator in RustBartek Iwańczuk
2019-07-08core: replace ModuleSpecifier::to_url() by as_url()Bert Belder
2019-07-08cli: refactor deno_dir to use Url instead of StringBartek Iwańczuk
2019-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-07-07v0.11.0Ryan Dahl
2019-06-30core: return useful error when import path has no prefix like ./Bert Belder
2019-06-25v0.10.0Ryan Dahl
2019-06-23Minor tweaks (#2569)Gurwinder Singh
2019-06-20Fix silent failure of WebAssembly.instantiate() (#2548)Ryan Dahl
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-06-18Add dyn to be rust nightly compatible (#2538)Kitson Kelly
2019-06-17refactor dispatch take 2 (#2533)andy finch
2019-06-15v0.9.0Ryan Dahl
2019-06-15third_party: upgrade rust cratesBert Belder
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch