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
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
2021-03-27
refactor(core): decode JsStackFrames using serde_v8 (#9902)
Aaron O'Mullan
2021-01-21
fix(core): Handle prepareStackTrace() throws (#9211)
Nayeem Rahman
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-05
refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)
Bartek Iwańczuk
2020-12-29
fix(core): Fix incorrect index in Promise.all error reporting (#8913)
Deepanshu Utkarsh
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-10-31
fix(core/error): Remove extra newline from JsError::fmt() (#8145)
Nayeem Rahman
2020-10-14
refactor(cli): add tsc2 (#7942)
Kitson Kelly
2020-10-08
Fix typos (#7882)
crowlKats
2020-10-08
fix(cli/rt/error_stack): Improve message line formatting (#7860)
Nayeem Rahman
2020-09-22
refactor(core): support error stack, remove js_check (#7629)
Bartek Iwańczuk
2020-09-22
refactor(cli/fmt_errors): Color stack traces in Rust (#7628)
Nayeem Rahman
2020-09-15
Don't expose ErrWithV8Handle from deno_core
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder