summaryrefslogtreecommitdiff
path: root/core/error.rs
AgeCommit message (Expand)Author
2023-06-14refactor(core): some runtime methods should live on the module map (#19502)Matt Mastracci
2023-06-14chore(core): Refactor runtime and split out tests (#19491)Matt Mastracci
2023-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-04-19refactor(core): store v8::Global<v8::Context> in an Rc (#18749)Bartek Iwańczuk
2023-04-12fix(core): preserve syntax error locations in dynamic imports (#18664)Nayeem Rahman
2023-04-08cleanup(core): Move `JsRealm` into a separate module (#18641)Andreu Botella
2023-03-08refactor: 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-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-15refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...Andreu Botella
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-22fix: rejected dynamic import should retain error context (#17160)Bartek Iwańczuk
2022-12-21fix(core): Do not print errors prop for non-AggregateError errors (#17123)Kamil Ogórek
2022-12-20fix(core): Have custom errors be created in the right realm (#17050)Andreu Botella
2022-12-13refactor(core): add more information when unable to build error (#17027)Bartek Iwańczuk
2022-11-28feat(core): show unresolved promise origin (#16650)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-26fix(core) Include causes when converting anyhow errors to JS exceptions (#16397)Jan Špaček
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-10-21Revert realms from deno_core (#16366)Divy Srivastava
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-01refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...Andreu Botella
2022-08-11refactor(core): unwrap sync ops in rust (#15449)Nayeem Rahman
2022-07-30fix(core): BorrowMutError in nested error (#15352)Bartek Iwańczuk
2022-06-20perf(core): Cache source lookups (#14816)Nayeem Rahman
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-05-08fix(core): avoid panic on non-string Error.name (#14529)Aaron O'Mullan
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26refactor(core): Remove ErrWithV8Handle (#14394)Nayeem Rahman
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