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
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