summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
AgeCommit message (Expand)Author
2023-03-09perf: don't add unload event listener (#18082)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-08perf: move setting up Deno namespace to snapshot time (#18067)Bartek Iwańczuk
2023-03-07perf: move runtime bootstrap code to snapshot time (#18062)Bartek Iwańczuk
2023-03-05refactor: move definition of Deno.build from "runtime" to "core" (#18036)Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-23fix(core): remove async op inlining optimization (#17899)Divy Srivastava
2023-02-22perf(core, runtime): Further improve startup time (#17860)Bartek Iwańczuk
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-02-13feat: Stabilize Deno.Command API (#17628)Bartek Iwańczuk
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
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-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
2023-01-16refactor(core): rename pending_promise_exception to pending_promise_rejection...Bartek Iwańczuk
2023-01-06fix(core): get v8 console from context extra bindings (#17243)Chengzhong Wu
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)Kamil Ogórek
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-09unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)Bartek Iwańczuk
2022-11-28feat(unstable): rework Deno.Command (#16812)Leo Kettmeir
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-17fix(ext/webstorage): make web storages re-assignable (#16661)Yoshiya Hinosawa
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava
2022-10-25Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...Bartek Iwańczuk
2022-10-25Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)Bartek Iwańczuk
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-10-24refactor(ext/net): clean up variadic network ops (#16392)Luca Casonato
2022-10-18feat: introduce navigator.language (#12322)Luca Matei Pintilie
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-28refactor(runtime): don't use destructuring assignment in JS code (#16050)Bartek Iwańczuk
2022-09-17perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)Divy Srivastava
2022-08-21feat: `queueMicrotask()` error handling (#15522)Nayeem Rahman
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-10fix: allow setting `globalThis.location` when no `--location` is provided (#1...Kayla Washburn
2022-08-04fix: Update `Object.prototype.__proto__` related comments (#15394)Yongwook Choi
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)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-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk