summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-07-01fix(core): handle exception from Wasm termination (#15014)João Avelino Bellomo Filho
2022-07-01fix(core): remove unsafe in OpsTracker (#15025)Nugine
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-30chore: upgrade rusty_v8 to 0.44.3 (#15019)Divy Srivastava
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-28feat(ext/ffi): Thread safe callbacks (#14942)Aapo Alasuutari
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-06-25fix(modules): Immediately resolve follow-up dyn imports to a dyn imported mod...Andreu Botella
2022-06-25fix(core): don't panic on non-existent cwd (#14957)Divy Srivastava
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-23chore: upgrade rusty_v8 to 0.44.2 (#14947)Bartek Iwańczuk
2022-06-22fix: upgrade swc via deno_ast 0.16 (#14930)David Sherret
2022-06-20perf(core): Cache source lookups (#14816)Nayeem Rahman
2022-06-20docs: Improve `mod_evaluate` documentation (#14827)Christian Dürr
2022-06-151.23.0 (#14878)denobot
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-15upgrade: v8 10.4.132.5 (#14874)Ryan Dahl
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-07refactor(core): SourceMapGetter doesn't need Send + Sync (#14808)Bartek Iwańczuk
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-05-30test(core): Test that sync ops return/throw objects in the right realm (#14750)Andreu Botella
2022-05-271.22.1Kitson Kelly
2022-05-26fix(core): rethrow exception during structured cloning serialization (#14671)Mark Ladyshau
2022-05-26chore: upgrade rusty_v8 to 0.43.1 (#14713)Bartek Iwańczuk
2022-05-24fix(core): op metrics op_names mismatch (#14716)Aaron O'Mullan
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-181.22.0 (#14657)denobot
2022-05-17fix(core): support classifying ENOTDIR (#14646)Aaron O'Mullan
2022-05-17feat(core): deterministic snapshots (#14037)Divy Srivastava
2022-05-15perf(core): optimize encode on large strings (#14619)Aaron O'Mullan
2022-05-15Revert "core: don't include_str extension js code (#10786)" (#14614)Aaron O'Mullan
2022-05-14chore: upgrade rusty_v8 to 0.42.1 (#14597)Divy Srivastava
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-05-12feat(ops): infallible / result-free ops (#14585)Aaron O'Mullan
2022-05-12feat(ops): #[op(v8)] (#14582)Aaron O'Mullan
2022-05-121.21.3 (#14584)Bert Belder
2022-05-08fix(core): avoid panic on non-string Error.name (#14529)Aaron O'Mullan
2022-05-07refactor(core): add AssertedModuleType enum (#14501)Bartek Iwańczuk
2022-05-051.21.2 (#14508)Colin Ihrig
2022-05-05refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)Bartek Iwańczuk
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-04-28Forward 1.21.1 (#14428)Leo Kettmeir
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26refactor(core): Remove ErrWithV8Handle (#14394)Nayeem Rahman
2022-04-25cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380)Aaron O'Mullan
2022-04-22chore: bump crates (#14365)Luca Casonato
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava