summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-211.24.0 (#15262)denobot
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-19chore: upgrade rusty_v8 to 0.47.0 (#15247)Bartek Iwańczuk
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-07-18reland: "fix(core): unhandled rejection in top-level scope" (#15236)Bartek Iwańczuk
2022-07-18feat: import.meta.resolve() (#15074)Bartek Iwańczuk
2022-07-18Revert "fix(core): unhandled rejection in top-level scope (#15204)" (#15226)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-14fix(core): unhandled rejection in top-level scope (#15204)Bartek Iwańczuk
2022-07-14chore: upgrade rusty_v8 to v0.46.0 (#15200)Bartek Iwańczuk
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-11fix: upgrade deno_ast to 0.17 (#15152)David Sherret
2022-07-11chore(web, worker): Use `DetachedBuffer` for `postMessage` ops (#15133)Andreu Botella
2022-07-11chore(core): Deduplicate code related to `op_event_loop_has_more_work` (#15147)Andreu Botella
2022-07-09fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop mi...Aapo Alasuutari
2022-07-08perf(ext/ffi): leverage V8 Fast Calls (#15125)Divy Srivastava
2022-07-08chore: upgrade rusty_v8 to 0.45.0 (#15123)Divy Srivastava
2022-07-07fix(core): deflake WASM termination test (#15103)Bartek Iwańczuk
2022-07-06refactor(core): Use `&mut Isolate` as an argument in `JsRealm` methods (#15093)Andreu Botella
2022-07-05feat(core): Re-export v8 use_custom_libcxx feature (#14475)Arthur Silva
2022-07-05chore: unpin pin project to fix cargo publish (#15085)David Sherret
2022-07-051.23.3 (#15081)denobot
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
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