index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
js
/
99_main.js
Age
Commit message (
Expand
)
Author
2023-06-29
feat: add more Deno.errors classes (#19514)
Bartek Iwańczuk
2023-06-14
perf: don't run microtask checkpoint if macrotask callback did no work (#19492)
Bartek Iwańczuk
2023-05-30
feat(runtime): add `WorkerLogLevel` (#19316)
David Sherret
2023-05-24
fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...
Bartek Iwańczuk
2023-05-01
perf: lazily retrieve ppid (#18940)
David Sherret
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-05-01
refactor(webidl): move prefix & context out of converters options bag (#18931)
Leo Kettmeir
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-04-02
chore: Turn back on dlintPreferPrimordials (#17715)
Kenta Moriuchi
2023-03-28
Reland "refactor: remove Deno[Deno.internal].nodeUnstable namespace" (#18475)
Bartek Iwańczuk
2023-03-28
refactor(runtime): manual serialization of bootstrap data (#18448)
Bartek Iwańczuk
2023-03-27
Revert "refactor: remove Deno[Deno.internal].nodeUnstable namespace (… (#18...
Bartek Iwańczuk
2023-03-27
refactor: remove Deno[Deno.internal].nodeUnstable namespace (#18449)
Bartek Iwańczuk
2023-03-09
perf: don't add unload event listener (#18082)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-08
perf: move setting up Deno namespace to snapshot time (#18067)
Bartek Iwańczuk
2023-03-07
perf: move runtime bootstrap code to snapshot time (#18062)
Bartek Iwańczuk
2023-03-05
refactor: move definition of Deno.build from "runtime" to "core" (#18036)
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-23
fix(core): remove async op inlining optimization (#17899)
Divy Srivastava
2023-02-22
perf(core, runtime): Further improve startup time (#17860)
Bartek Iwańczuk
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-02-13
feat: Stabilize Deno.Command API (#17628)
Bartek Iwańczuk
2023-02-12
fix: add WouldBlock error (#17339)
Leo Kettmeir
2023-02-08
refactor: 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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-20
feat: Stabilize Deno.Listener.ref/unref (#17477)
Bartek Iwańczuk
2023-01-16
refactor(core): rename pending_promise_exception to pending_promise_rejection...
Bartek Iwańczuk
2023-01-06
fix(core): get v8 console from context extra bindings (#17243)
Chengzhong Wu
2023-01-06
perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-28
fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)
Kamil Ogórek
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-12-09
unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)
Bartek Iwańczuk
2022-11-28
feat(unstable): rework Deno.Command (#16812)
Leo Kettmeir
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-17
fix(ext/webstorage): make web storages re-assignable (#16661)
Yoshiya Hinosawa
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-10-25
Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...
Bartek Iwańczuk
2022-10-25
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Bartek Iwańczuk
[next]