index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
bindings.rs
Age
Commit message (
Expand
)
Author
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-18
reland: "fix(core): unhandled rejection in top-level scope" (#15236)
Bartek Iwańczuk
2022-07-18
feat: import.meta.resolve() (#15074)
Bartek Iwańczuk
2022-07-18
Revert "fix(core): unhandled rejection in top-level scope (#15204)" (#15226)
Bartek Iwańczuk
2022-07-15
Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)
Bartek Iwańczuk
2022-07-14
feat: add "unhandledrejection" event support (#12994) (#15080)
Bartek Iwańczuk
2022-07-14
fix(core): unhandled rejection in top-level scope (#15204)
Bartek Iwańczuk
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman
2022-06-06
fix: Format non-error exceptions (#14604)
Nayeem Rahman
2022-05-26
fix(core): rethrow exception during structured cloning serialization (#14671)
Mark Ladyshau
2022-05-24
fix(core): op metrics op_names mismatch (#14716)
Aaron O'Mullan
2022-05-15
perf(core): optimize encode on large strings (#14619)
Aaron O'Mullan
2022-05-07
refactor(core): add AssertedModuleType enum (#14501)
Bartek Iwańczuk
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-03-27
perf: micro-optimize core.encode (#14120)
Divy Srivastava
2022-03-22
fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...
Andreu Botella
2022-03-16
cleanup(core): recursive get & ensure helpers (#13972)
Aaron O'Mullan
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-15
fix(core): nuke Deno.core.ops pre-snapshot (#13970)
Aaron O'Mullan
2022-03-14
fix(core): Don't override structured clone error messages from V8 (#13942)
Andreu Botella
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-12
refactor(core): validate promise id in refOp (#13905)
Yoshiya Hinosawa
2022-03-11
chore: update rusty_v8 to 0.41.0 (#13909)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-12
fix(core): improve error on invalid op id (#13056)
Bartek Iwańczuk
2021-12-03
fix(core): throw on invalid callConsole args (#12973)
Aaron O'Mullan
2021-11-28
feat(core): intercept unhandled promise rejections (#12910)
Ben Noordhuis
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-16
feat(core): Deno.core.setNextTickCallback (#12771)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-08
feat(compat): add .code to dyn import error (#12633)
Yoshiya Hinosawa
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-24
fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
Aaron O'Mullan
2021-10-19
fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...
Nayeem Rahman
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-05
feat(core): native binding names (#12290)
Aaron O'Mullan
2021-10-04
refactor(core): split opcall into sync/async (#12312)
Aaron O'Mullan
2021-10-01
feat(core): implement Deno.core.isProxy() (#12288)
Aaron O'Mullan
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
[next]