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
/
ext
/
node
/
polyfills
/
_util
Age
Commit message (
Expand
)
Author
2024-02-01
fix(node): `util.callbackify` (#22200)
Divy Srivastava
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-19
fix(node): remove use of non existing `FunctionPrototypeApply` primordial (#2...
Divy Srivastava
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-10
fix: android support (#19437)
cions
2024-01-05
chore: update deno_lint for CI (#21802)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-08
fix(ext/node): use primordials in ext/node/polyfills/_util (#21444)
Kenta Moriuchi
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-12
feat: Adaptations to support OpenBSD port (#19153)
VlkrS
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk