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
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-03-28
chore(ext/node): port pbkdf2 to Rust (#18470)
Divy Srivastava
2023-03-27
feat: port node:zlib to rust (#18291)
Divy Srivastava
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
2023-03-20
refactor(ext/node): make initialization functions sync (#18282)
Bartek Iwańczuk
2023-03-18
fix(ext/node): add createDecipheriv (#18245)
Yoshiya Hinosawa
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-14
fix(ext/node): add crypto.createCipheriv (#18091)
Yoshiya Hinosawa
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-08
refactor(runtime): conditionally register Extension with source files (#18068)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-03-07
refactor: Add "deno_fs" extension crate (#18040)
Bartek Iwańczuk
2023-03-06
fix(ext/node): remove unused _hex module (#18045)
Divy Srivastava
2023-03-06
perf(ext/node): improve createHash performance (#18033)
Divy Srivastava
2023-03-05
refactor(core): InternalModuleLoader checks if all files were used (#18005)
Bartek Iwańczuk
2023-03-05
chore(ext/node): cleanup empty internal_bindings (#18032)
Divy Srivastava
2023-03-05
refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-28
chore: fix cargo build rebuilding deno_runtime each time (#17978)
David Sherret
2023-02-20
refactor: use ops for idna & punycode (#17817)
Leo Kettmeir
2023-02-20
perf: use ops for node:crypto ciphers (#17819)
Divy Srivastava
2023-02-20
refactor(core): definition of "ExtensionFileSource" (#17823)
Bartek Iwańczuk
2023-02-17
chore: remove unneeded files from ext/node (#17810)
Bartek Iwańczuk
2023-02-17
feat(ext/node): implement `node:v8` (#17806)
Divy Srivastava
2023-02-16
perf(ext/node): move winerror binding to rust (#17792)
Divy Srivastava
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
2023-02-10
refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)
Bartek Iwańczuk
2023-02-10
refactor: allow to provide polyfills for Node modules from the snapshot (#17706)
Bartek Iwańczuk
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-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(npm): conditional exports with --node-modules-dir (#17111)
Bartek Iwańczuk
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
2022-11-29
fix(ext/node): allow absolute path in createRequire (#16853)
Yoshiya Hinosawa
2022-11-28
fix(npm): allow to inspect npm modules with --inspect-brk (#16841)
Bartek Iwańczuk
2022-11-16
fix(npm): using types for packages with subpath (#16656)
Bartek Iwańczuk
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
refactor(ext/node): remove unwraps (#16559)
Bartek Iwańczuk
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
[prev]
[next]