summaryrefslogtreecommitdiff
path: root/core/bindings.rs
AgeCommit message (Expand)Author
2020-03-30console: print promise details (#4524)Michał Sabiniarz
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-19Simplify timer with macrotask callback (#4385)Kevin (Kun) "Kassimo" Qian
2020-03-19fix: stack traces for modules imported via std/node's require (#4035)Nikolai Vavilov
2020-03-15feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)Bartek Iwańczuk
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-02-29Refactor exception handling, remove message listener callback (#4198)Bert Belder
2020-02-26Upgrade to rusty_v8 v0.3.3 (#4119)Bert Belder
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-01-25Refactor error tracking and scope juggling in deno_core (#3783)Bert Belder
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-24Fix: take control buffer offset/length into account again (#3769)Bert Belder
2020-01-23Upgrade rusty_v8 to 0.2.0 (#3764)Ryan Dahl
2020-01-23refactor: remove Isolate.shared_response_buf optimization (#3759)Bartek Iwańczuk
2020-01-21Upgrade to rusty_v8 v0.1.1 (#3741)Bert Belder
2020-01-17Upgrade to rusty_v8 v0.1.0 (#3691)Bert Belder
2020-01-11refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...Bartek Iwańczuk
2020-01-08refactor: module loading in EsIsolate (#3615)Bartek Iwańczuk
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-06merge libdeno::DenoIsolate into core::Isolate (#3605)Bartek Iwańczuk