summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-06refactor: create JsRuntime outside of run_in_task (#17667)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-05chore(core): improve error message in module loader example (#17654)Waldir Pimenta
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-03Revert "chore(core): remove have_unpolled_ops on rt state (#17601)" (#17631)Bartek Iwańczuk
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-01-31chore(core): remove have_unpolled_ops on rt state (#17601)Luca Casonato
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-29refactor(core): derive equality traits for `ResolutionKind` enum (#17578)Satya Rohith
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26fix(core): Add lint check for core (#17223)Kenta Moriuchi
2023-01-26chore(core): fix typo in runtime.rs (#17537)Ikko Eltociear Ashimine
2023-01-261.30.0 (#17532)denobot
2023-01-25Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)Bartek Iwańczuk
2023-01-25chore: upgrade rusty_v8 to 0.62.0 (#17200)Bartek Iwańczuk
2023-01-19refactor(core): Overwrite `ArrayPrototypeToString` in primordials (#17470)Kenta Moriuchi
2023-01-19refactor: cleanup ModuleMap (#17469)Leo Kettmeir
2023-01-19feat: ES module snapshotting (#17460)Leo Kettmeir
2023-01-18Optimize http_bench_json_ops example (#16505)Divy Srivastava
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16refactor(core): Move `pending_promise_rejections` to `ContextState` (#17447)Andreu Botella
2023-01-16refactor(core): rename pending_promise_exception to pending_promise_rejection...Bartek Iwańczuk
2023-01-15fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)Kenta Moriuchi
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-15refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...Andreu Botella
2023-01-14feat(core): Reland support for async ops in realms (#17204)Andreu Botella
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06fix(core): get v8 console from context extra bindings (#17243)Chengzhong Wu
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-26chore(core): Make `OpCtx` instances be realm-specific (#17174)Andreu Botella
2022-12-23fix(core): run macrotasks and next ticks after polling dynamic imports (#17173)Bartek Iwańczuk
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-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)Leo Kettmeir
2022-12-17fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-17chore(core): Small realm-related fixes (#17044)Andreu Botella