summaryrefslogtreecommitdiff
path: root/core/lib.rs
AgeCommit message (Expand)Author
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-06-30core: return useful error when import path has no prefix like ./Bert Belder
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-05-09core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)Bartek Iwańczuk
2019-05-01Refactor zero-copy buffers for performance and to prevent memory leaksBert Belder
2019-04-02Add deno_core::RecursiveLoad for async module loading (#2034)Ryan Dahl
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-26deno_core (#1827)Ryan Dahl