summaryrefslogtreecommitdiff
path: root/core/lib.rs
AgeCommit message (Expand)Author
2020-09-11refactor(core): JsRuntime initialization (#7415)Bartek Iwańczuk
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06refactor(core): merge CoreIsolate and EsIsolate (#7370)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-09-01Remove unused crate_modules feature (#7311)Ryan Dahl
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-20First pass at json ops in core (#7033)Ryan Dahl
2020-08-18Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)Bert Belder
2020-08-14Add missing export of HeapLimits (#7047)Moritz Gunz
2020-08-12unify path normalization utility (#6865)Divy Srivastava
2020-08-12Undo JsonOpDispatcher and OpDispatcher traits (#7023)Ryan Dahl
2020-07-13refactor: Make OpDispatcher a trait (#6736)Gurwinder Singh
2020-07-08feat(cli): json option for "deno info" (#6372)Emmanuel
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-28tidy up deno_core modules (#5923)Ryan Dahl
2020-05-11Change plugin interface to prevent segfaults when unloading plugin (#5210)Bert Belder
2020-04-20Remove core/plugin.rs (#4824)Ryan Dahl
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-02-01feat: support crate imports in deno_typescript (#3814)Andy Finch
2020-01-07core: factor out EsIsolate from Isolate (#3613)Bartek Iwańczuk
2020-01-06refactor: remove core/libdeno.rs (#3611)Bartek Iwańczuk
2020-01-06error on warnings (#3612)Ry Dahl
2020-01-06merge libdeno::DenoIsolate into core::Isolate (#3605)Bartek Iwańczuk
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-10-23core: Add ResourceTable (#3150)Bartek Iwańczuk
2019-09-30feat: op registration in core (#3002)Bartek Iwańczuk
2019-08-07Add op_id throughout op API (#2734)Ryan Dahl
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