summaryrefslogtreecommitdiff
path: root/core/error.rs
AgeCommit message (Expand)Author
2022-04-16feat: Better formatting for AggregateError (#14285)Bartek Iwańczuk
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-04-13refactor(core/error): Clarify JsError message fields (#14269)Nayeem Rahman
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29feat: output `cause` on JS runtime errors (#13209)Leo Kettmeir
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-19fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...Nayeem Rahman
2021-10-05chore: various op cleanup (#12329)Leo K
2021-09-06fix(ext/web): Format terminal DOMExceptions properly (#11834)Nayeem Rahman
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-27refactor(core): decode JsStackFrames using serde_v8 (#9902)Aaron O'Mullan
2021-01-21fix(core): Handle prepareStackTrace() throws (#9211)Nayeem Rahman
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-05refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)Bartek Iwańczuk
2020-12-29fix(core): Fix incorrect index in Promise.all error reporting (#8913)Deepanshu Utkarsh
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-10-31fix(core/error): Remove extra newline from JsError::fmt() (#8145)Nayeem Rahman
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
2020-10-08Fix typos (#7882)crowlKats
2020-10-08fix(cli/rt/error_stack): Improve message line formatting (#7860)Nayeem Rahman
2020-09-22refactor(core): support error stack, remove js_check (#7629)Bartek Iwańczuk
2020-09-22refactor(cli/fmt_errors): Color stack traces in Rust (#7628)Nayeem Rahman
2020-09-15Don't expose ErrWithV8Handle from deno_coreRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder