summaryrefslogtreecommitdiff
path: root/core/lib.deno_core.d.ts
AgeCommit message (Expand)Author
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
2023-04-30perf(core): async op pseudo-codegen and performance work (#18887)Matt Mastracci
2023-04-06feat(core): sync io ops in core (#18603)Luca Casonato
2023-03-05refactor: move "pathFromURL" to deno_web extension (#18037)Bartek Iwańczuk
2023-02-22fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)Aapo Alasuutari
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-09-28feat(core): add Deno.core.setPromiseHooks (#15475)Guilherme Bernal
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-03core: remove heapStats type definition (#15393)Zach
2022-07-31core: Add types for `Deno.core.print()` (#15283)Zicklag
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-06fix: Get lib.deno_core.d.ts to parse correctly (#13238)Rafael Ávila de Espíndola
2021-11-28feat(core): intercept unhandled promise rejections (#12910)Ben Noordhuis
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-11-16feat(core): Deno.core.setNextTickCallback (#12771)Bartek Iwańczuk
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-10-10feat: Show the URL of streaming WASM modules in stack traces (#12268)Andreu Botella
2021-09-13refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)Andreu Botella
2021-09-11refactor: use Deno.core.tryClose (#11980)Bartek Iwańczuk
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-23feat(core): Deno.core.heapStats() (#9659)Aaron O'Mullan
2021-02-13refactor(core): Strongly typed deserialization of JSON ops (#9423)Jared Beller
2021-02-07chore: fix typo in lib.deno_core.d.ts (#9416)Ikko Ashimine
2021-01-28chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)Luca Casonato