COMMITS
/ ext/node/ops/worker_threads.rs March 16, 2026
D
refactor: force a reason on clippy overrides (#32761)
David Sherret committed
March 6, 2026
B
fix(ext/node): implement proper `resourceLimits` for `node:worker_threads` (#32430)
Bartek Iwańczuk committed
February 7, 2026
January 8, 2026
K
chore: Happy New Year 2026 (#31748)
Kenta Moriuchi committed
November 17, 2025
N
refactor: remove permission traits + generics from extension crates (#31284)
Nathan Whitaker committed
October 17, 2025
D
fix(npm): handle deno run/install of npm package with only directories.bin (#30919)
David Sherret committed
July 31, 2025
D
refactor: remove some url to string clones (#30247)
David Sherret committed
July 9, 2025
D
refactor(permissions): push down special file checking to permissions container (#30005)
David Sherret committed
July 3, 2025
N
chore: update to edition 2024 (#29923)
Nathan Whitaker committed
January 8, 2025
L
refactor: update deno_core for error refactor (#26867)
Leo Kettmeir committed
December 31, 2024
K
chore: Happy New Year 2025 (#27509)
Kenta Moriuchi committed
D
refactor: do not use `deno_fs::FileSystem` everywhere (#27508)
David Sherret committed
November 20, 2024
L
feat: permission stack traces in ops (#26938)
Leo Kettmeir committed
November 1, 2024
D
fix: improved support for cjs and cts modules (#26558)
David Sherret committed
October 24, 2024
L
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir committed
October 14, 2024
D
perf: use fast calls for microtask ops (#26236)
Divy Srivastava committed
October 4, 2024
D
refactor: improve node permission checks (#26028)
David Sherret committed
July 25, 2024
D
refactor: decouple node resolution from deno_core (#24724)
David Sherret committed
June 7, 2024
D
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret committed
March 20, 2024
M
fix(ext/node): worker_threads ESM handling (#22841)
mash-graz committed