summaryrefslogtreecommitdiff
path: root/core/bindings.rs
AgeCommit message (Expand)Author
2021-04-04perf(serde_v8): introduce Serializable boxable object (#9983)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-26refactor(core): simplify heapStats() by using serde_v8 (#9901)Aaron O'Mullan
2021-03-25Introduce serde_v8 (#9722)Aaron O'Mullan
2021-03-23feat(core): Deno.core.heapStats() (#9659)Aaron O'Mullan
2021-03-21fix(core): don't panic on invalid arguments for Deno.core.print (#9834)Andrew Mitchell
2021-02-23refactor(core): cleanup module implementation (#9580)Bartek Iwańczuk
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-21fix(core/bindings): Add stacks for dynamic import resolution errors (#9562)Nayeem Rahman
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-16feat: add structured cloning to Deno.core (#9458)Inteon
2021-02-15refactor(core): Reduce verbosity of binding core functions (#9497)Aaron O'Mullan
2021-02-05upgrade: rusty_v8 0.17.0, v8 9.0.123 (#9413)Bartek Iwańczuk
2021-01-19upgrade: rusty_v8 0.16.0, v8 8.9.255.3 (#9180)Ryan Dahl
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-21refactor(core): don't depend on get_identity_hash for modules (#8354)Bartek Iwańczuk
2020-11-11refactor(core): don't depend on get_identity_hash for promises (#8352)Bartek Iwańczuk
2020-11-03fix(prompt): fix display of non-ASCII characters on Windows (#8199)Yoshiya Hinosawa
2020-10-23refactor(core): remove Deno.core.formatError() (#8091)Bartek Iwańczuk
2020-10-18upgrade rusty_v8 (#8017)Ryan Dahl
2020-09-14Make JsRuntimeState private (#7484)Ryan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-10Use gotham-like state for ops (#7385)Ryan Dahl
2020-09-09fix(core): panic on big string allocation (#7395)Bartek Iwańczuk
2020-09-08feat(console): print proxy details (#7139)uki00a
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-08-21Convert the remaining http_bench ops to json ops (#7143)Bert Belder
2020-07-19Upgrade to rusty_v8 0.7.0 (#6801)Bert Belder
2020-07-08BREAKING(core): Remove control slice from ops (#6048)Valentin Anger
2020-06-26Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)Bert Belder
2020-06-03upgrade: rusty_v8 0.5.0 (#6070)Ryan Dahl
2020-06-02Fix REPL BorrowMutError panic (#6055)Ryan Dahl
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
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-11fix: source maps in inspector (#5223)Bartek Iwańczuk
2020-04-26core: add id field to RecursiveModuleLoad (#4905)Bartek Iwańczuk
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-23Upgrade to rusty_v8 v0.4.0 (#4856)Bert Belder
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