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
/
error.rs
Age
Commit message (
Expand
)
Author
2023-06-14
refactor(core): some runtime methods should live on the module map (#19502)
Matt Mastracci
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-04-19
refactor(core): store v8::Global<v8::Context> in an Rc (#18749)
Bartek Iwańczuk
2023-04-12
fix(core): preserve syntax error locations in dynamic imports (#18664)
Nayeem Rahman
2023-04-08
cleanup(core): Move `JsRealm` into a separate module (#18641)
Andreu Botella
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-15
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-22
fix: rejected dynamic import should retain error context (#17160)
Bartek Iwańczuk
2022-12-21
fix(core): Do not print errors prop for non-AggregateError errors (#17123)
Kamil Ogórek
2022-12-20
fix(core): Have custom errors be created in the right realm (#17050)
Andreu Botella
2022-12-13
refactor(core): add more information when unable to build error (#17027)
Bartek Iwańczuk
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-26
fix(core) Include causes when converting anyhow errors to JS exceptions (#16397)
Jan Špaček
2022-10-26
feat(cli): show error cause recursion information (#16384)
Cre3per
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
2022-10-16
fix: add error cause in recursive cause tail (#16306)
Cre3per
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-01
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2022-08-11
refactor(core): unwrap sync ops in rust (#15449)
Nayeem Rahman
2022-07-30
fix(core): BorrowMutError in nested error (#15352)
Bartek Iwańczuk
2022-06-20
perf(core): Cache source lookups (#14816)
Nayeem Rahman
2022-06-06
fix: Format non-error exceptions (#14604)
Nayeem Rahman
2022-05-08
fix(core): avoid panic on non-string Error.name (#14529)
Aaron O'Mullan
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
refactor(core): Remove ErrWithV8Handle (#14394)
Nayeem Rahman
2022-04-16
feat: Better formatting for AggregateError (#14285)
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-13
refactor(core/error): Clarify JsError message fields (#14269)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-29
feat: output `cause` on JS runtime errors (#13209)
Leo Kettmeir
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
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-19
fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...
Nayeem Rahman
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-09-06
fix(ext/web): Format terminal DOMExceptions properly (#11834)
Nayeem Rahman
2021-06-17
chore: upgrade Rust to 1.53.0 (#11021)
Yusuke Tanaka
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-04-26
fix(tls): throw meaningful error when hostname is invalid (#10387)
Bert Belder
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
[next]