Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or ⇧ + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

src: simply uint32 to string as it must not fail c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#60846 opened Nov 25, 2025 by legendecas Loading...
test: ensure assertions are reached on all tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60845 opened Nov 24, 2025 by aduh95 Loading...
util: improve textencoder encodeInto performance c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#60843 opened Nov 24, 2025 by anonrig Loading...
deps: update corepack to 0.34.5 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#60842 opened Nov 24, 2025 by nodejs-github-bot Loading...
benchmark: fix incorrect base64 input in byteLength benchmark benchmark Issues and PRs related to the benchmark subsystem. buffer Issues and PRs related to the buffer subsystem.
#60841 opened Nov 24, 2025 by semimikoh Loading...
doc: add --build-snapshot option to node.1 manpage doc Issues and PRs related to the documentations.
#60840 opened Nov 24, 2025 by abhirammanikantareddymallidi Loading...
http2,zlib: prefer call() over apply() if argument list is not array http2 Issues or PRs related to the http2 subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem.
#60834 opened Nov 24, 2025 by LiviaMedeiros Loading...
repl: fix repl crashes when press up arrow with multiline history needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#60833 opened Nov 24, 2025 by illusory-dream Loading...
test: add lint rule to forbid use of assert.ok(/regex/.test(...)) author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests.
#60832 opened Nov 23, 2025 by aduh95 Loading...
test: replace deprecated regex test assertions in http trailers test author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60831 opened Nov 23, 2025 by cruzz77 Loading...
crypto: fix DOMException name for non-extractable key error author ready PRs that have at least one approval, no pending requests for changes, and a CI started. confirmed-bug Issues with confirmed bugs. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. webcrypto
#60830 opened Nov 23, 2025 by panva Loading...
tools: add temporal updater author ready PRs that have at least one approval, no pending requests for changes, and a CI started. meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
#60828 opened Nov 23, 2025 by legendecas Loading...
src: handled indexed properties in process.env author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#60826 opened Nov 23, 2025 by targos Loading...
lib: prefer call() over apply() if argument list is not array author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#60825 opened Nov 23, 2025 by aduh95 Loading...
tools: add a script to help with nomination meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
#60824 opened Nov 23, 2025 by aduh95 Loading...
buf: move buffer.slice to runtime deprecation buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#60820 opened Nov 23, 2025 by hainenber Loading...
2 tasks done
doc,test: remove usage of util.inherits needs-ci PRs that need a full CI run.
#60817 opened Nov 22, 2025 by AugustinMauroy Loading...
test: skip failing tests and set the default value of strip-types to false when compiled without amaro c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run.
#60815 opened Nov 22, 2025 by y-okt Loading...
util: fix parseArgs skipping first positional arg with --eval= and --... needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#60814 opened Nov 22, 2025 by azadgupta1 Loading...
util: move deprecated util._extend() to EoL deprecations Issues and PRs related to deprecations. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. util Issues and PRs related to the built-in util module.
#60812 opened Nov 22, 2025 by AugustinMauroy Loading...
test: fix debug test crashes caused by sea tests needs-ci PRs that need a full CI run. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
#60807 opened Nov 22, 2025 by vmoroz Loading...
test: fix embedtest in debug windows needs-ci PRs that need a full CI run. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. test Issues and PRs related to the tests.
#60806 opened Nov 22, 2025 by vmoroz Loading...
src: remove unused private field c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#60802 opened Nov 21, 2025 by targos Loading...
[v24.x backport] v8: adding total_allocated_bytes to HeapStatistics lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#60801 opened Nov 21, 2025 by caiolima Loading...
[v25.x] v8: changing total_allocated_bytes to avoid ABI changes lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v25.x Issues that can be reproduced on v25.x or PRs targeting the v25.x-staging branch.
#60800 opened Nov 21, 2025 by caiolima Loading...
Previous 1 3 4 5 26 27
Previous
ProTip! Type g i on any issue or pull request to go back to the issue listing page.

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /