-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v15.4.0 proposal #36435
Merged
Merged
v15.4.0 proposal #36435
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refs: https://github.com/unicode-org/icu/releases/tag/release-68-1 PR-URL: #36187 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
In preparation for a cpplint version bump, move labels to be unindented. The one space indentation we use now is flagged in cpplint 1.5.2. Refs: https://softwareengineering.stackexchange.com/q/151806/26510 PR-URL: #36213 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
https://github.com/cpplint/cpplint/releases/tag/1.5.2 PR-URL: #36213 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Cherry-pick 12c8b4d Original commit message: This commit is a suggestion for adding a rule for NULL usages in the code base. This will currently report a number of errors which could be ignored using // NOLINT (readability/null_usage) PR-URL: #17373 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Refs: 12c8b4d Cherry-pick fc81e80 Original commit message: Update cpplint.py to check for inline headers when the corresponding header is already included. PR-URL: #21521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Refs: fc81e80 Cherry-pick cbc3dd9 Original commit message: src, tools: add check for left leaning pointers This commit adds a rule to cpplint to check that pointers in the code base lean to the left and not right, and also fixes the violations reported. PR-URL: #21010 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Refs: cbc3dd9 Cherry-pick 9029981 Original commit message: tools: fix cpplint.py header rules THIS COMMIT SHOULD GO WITH THE NEXT. IT WILL FIND NEW LINT. PR-URL: #26306 Reviewed-By: Gireesh Punathil <[email protected]> Refs: 9029981 Cherry-pick 0a25ace Original commit message: tools: move cpplint configuration to .cpplint PR-URL: #27098 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Refs: 0a25ace Cherry-pick afa9a72 Original commit message: tools: refloat update link to google styleguide for cpplint This commit updates two old links to Google's C++ styleguide which currently result in a 404 when accessed. PR-URL: #30876 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Refs: afa9a72 Cherry-pick e23bf8f Original commit message: tools,src: refloat forbid usage of v8::Persistent `v8::Persistent` comes with the surprising catch that it requires manual cleanup. `v8::Global` doesn’t, making it easier to use, and additionally provides move semantics. New code should always use `v8::Global`. PR-URL: #31018 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> PR-URL: #35569 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> PR-URL: #35719 Reviewed-By: Antoine du Hamel <[email protected]> PR-URL: #35866 PR-URL: #36213 Reviewed-By: Franziska Hinkelmann <[email protected]>
PR-URL: #36197 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
Signed-off-by: James M Snell <[email protected]> PR-URL: #36100 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Graduate these from experimental status Signed-off-by: James M Snell <[email protected]> PR-URL: #35949 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Add to the example of running `./tools/update-npm.sh` the missing reference to the version number that is required by the command. PR-URL: #36204 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36177 Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Update ESLint to 7.14.0 PR-URL: #36217 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This rule is new in ESLint 7.14.0. PR-URL: #36217 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Rich Trott <[email protected]>
The text for --experimental-wasm-modules had drifted to under the --force-context-aware text. This commit moves it back to the proper location. PR-URL: #36220 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Signed-off-by: James M Snell <[email protected]> PR-URL: #36240 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36089 Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36212 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36200 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
This is done to avoid creating an array and gain performance. Co-authored-by: ExE Boss <[email protected]> PR-URL: #36221 Refs: https://v8.dev/blog/v8-release-80#optimizing-higher-order-builtins Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #36211 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36231 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Adds methods for fetching stack trace information about enclosing function. Refs #36042 Original commit message: Reland "stack-trace-api: implement getEnclosingLine/Column" This reverts commit 5557a63beb5a53c93e9b590eaf2933e21bcb3768. Reason for revert: Sheriff's mistake, failing test was previously flaking. Original change's description: > Revert "stack-trace-api: implement getEnclosingLine/Column" > > This reverts commit c48ae2d96cbfdc2216706a5e9a79ae1dce5a638b. > > Reason for revert: Breaks a profiling test: > https://ci.chromium.org/p/v8/builders/ci/V8%20Win32/30010 > > Original change's description: > > stack-trace-api: implement getEnclosingLine/Column > > > > Introduces getEnclosingColumn and getEnclosingLine on CallSite > > so that the position can be used to lookup the original symbol > > for function when source maps are used. > > > > BUG=v8:11157 > > > > Change-Id: I06c4c374d172d206579abb170c7b7a2bd3bb159f > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2547218 > > Reviewed-by: Jakob Kummerow <[email protected]> > > Commit-Queue: Benjamin Coe <[email protected]> > > Cr-Commit-Position: refs/heads/master@{#71343} > > [email protected],[email protected],[email protected] > > Change-Id: Iab5c250c1c4fbdab86971f4a7e40abc8f87cf79c > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: v8:11157 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2555384 > Reviewed-by: Bill Budge <[email protected]> > Commit-Queue: Bill Budge <[email protected]> > Cr-Commit-Position: refs/heads/master@{#71345} [email protected],[email protected],[email protected],[email protected] # Not skipping CQ checks because this is a reland. Bug: v8:11157 Change-Id: I8dba19ceb29a24594469d2cf79626f741dc4cad3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2555499 Reviewed-by: Bill Budge <[email protected]> Commit-Queue: Bill Budge <[email protected]> Cr-Commit-Position: refs/heads/master@{#71348} Refs: v8/v8@86991d0 PR-URL: #36254 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #36233 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #36206 Fixes: #36199 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
Confirm that own constructor value displays correctly. Refs: https://coverage.nodejs.org/coverage-0d468ab200584c3a/lib/internal/util/inspect.js.html#L550 PR-URL: #36228 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #36235 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Cherry-pick 12c8b4d Original commit message: This commit is a suggestion for adding a rule for NULL usages in the code base. This will currently report a number of errors which could be ignored using // NOLINT (readability/null_usage) PR-URL: #17373 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Refs: 12c8b4d Cherry-pick fc81e80 Original commit message: Update cpplint.py to check for inline headers when the corresponding header is already included. PR-URL: #21521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Refs: fc81e80 Cherry-pick cbc3dd9 Original commit message: src, tools: add check for left leaning pointers This commit adds a rule to cpplint to check that pointers in the code base lean to the left and not right, and also fixes the violations reported. PR-URL: #21010 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Refs: cbc3dd9 Cherry-pick 9029981 Original commit message: tools: fix cpplint.py header rules THIS COMMIT SHOULD GO WITH THE NEXT. IT WILL FIND NEW LINT. PR-URL: #26306 Reviewed-By: Gireesh Punathil <[email protected]> Refs: 9029981 Cherry-pick 0a25ace Original commit message: tools: move cpplint configuration to .cpplint PR-URL: #27098 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Refs: 0a25ace Cherry-pick afa9a72 Original commit message: tools: refloat update link to google styleguide for cpplint This commit updates two old links to Google's C++ styleguide which currently result in a 404 when accessed. PR-URL: #30876 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Refs: afa9a72 Cherry-pick e23bf8f Original commit message: tools,src: refloat forbid usage of v8::Persistent `v8::Persistent` comes with the surprising catch that it requires manual cleanup. `v8::Global` doesn’t, making it easier to use, and additionally provides move semantics. New code should always use `v8::Global`. PR-URL: #31018 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> PR-URL: #35569 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> PR-URL: #35719 Reviewed-By: Antoine du Hamel <[email protected]> PR-URL: #35866 PR-URL: #36213 Reviewed-By: Franziska Hinkelmann <[email protected]> PR-URL: #36235 Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #36245 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Fixes: #36247 PR-URL: #36249 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #36234 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #36176 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #36210 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Bradley Farias <[email protected]>
Closes: #32127 PR-URL: #36329 Fixes: #32127 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #36393 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #36321 Fixes: https://github.com/ensure Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #36303 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
meta
Issues and PRs related to the general management of the project.
tools
Issues and PRs related to the tools directory.
labels
Dec 7, 2020
danielleadams
added a commit
that referenced
this pull request
Dec 7, 2020
PR-URL: #36435 Notable changes: * child_processes: * add AbortSignal support (Benjamin Gruenbaum) (#36308) * deps: * update ICU to 68.1 (Michaël Zasso) (#36187) * events: * support signal in EventTarget (Benjamin Gruenbaum) (#36258) * graduate Event, EventTarget, AbortController (James M Snell) (#35949) * http: * enable call chaining with setHeader() (pooja d.p) (#35924) * module: * add isPreloading indicator (James M Snell) (#36263) * stream: * support abort signal (Benjamin Gruenbaum) (#36061) * add FileHandle support to Read/WriteStream (Momtchil Momtchev) (#35922) * worker: * add experimental BroadcastChannel (James M Snell) (#36271)
danielleadams
force-pushed
the
v15.4.0-proposal
branch
from
December 7, 2020 20:45
990deea
to
fde09a4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The latest build is green, even though some of the checks aren't displaying as passed. |
richardlau
approved these changes
Dec 9, 2020
codebytere
approved these changes
Dec 9, 2020
PR-URL: #36435 Notable changes: * child_processes: * add AbortSignal support (Benjamin Gruenbaum) (#36308) * deps: * update ICU to 68.1 (Michaël Zasso) (#36187) * events: * support signal in EventTarget (Benjamin Gruenbaum) (#36258) * graduate Event, EventTarget, AbortController (James M Snell) (#35949) * http: * enable call chaining with setHeader() (pooja d.p) (#35924) * module: * add isPreloading indicator (James M Snell) (#36263) * stream: * support abort signal (Benjamin Gruenbaum) (#36061) * add FileHandle support to Read/WriteStream (Momtchil Momtchev) (#35922) * worker: * add experimental BroadcastChannel (James M Snell) (#36271)
danielleadams
force-pushed
the
v15.4.0-proposal
branch
from
December 9, 2020 11:03
fde09a4
to
5e5927e
Compare
danielleadams
added a commit
that referenced
this pull request
Dec 9, 2020
PR-URL: #36435 Notable changes: * child_processes: * add AbortSignal support (Benjamin Gruenbaum) (#36308) * deps: * update ICU to 68.1 (Michaël Zasso) (#36187) * events: * support signal in EventTarget (Benjamin Gruenbaum) (#36258) * graduate Event, EventTarget, AbortController (James M Snell) (#35949) * http: * enable call chaining with setHeader() (pooja d.p) (#35924) * module: * add isPreloading indicator (James M Snell) (#36263) * stream: * support abort signal (Benjamin Gruenbaum) (#36061) * add FileHandle support to Read/WriteStream (Momtchil Momtchev) (#35922) * worker: * add experimental BroadcastChannel (James M Snell) (#36271)
danielleadams
pushed a commit
to danielleadams/nodejs.org
that referenced
this pull request
Dec 9, 2020
danielleadams
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Dec 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2020-12-09, Version 15.4.0 (Current), @danielleadams
Notable Changes
Commits
e79bdc313a
] - assert: refactor to use more primordials (Antoine du Hamel) #362342344e3e360
] - benchmark: changedfstat
tofstatSync
(Narasimha Prasanna HN) #36206ca8db41151
] - benchmark,child_process: remove failing benchmark parameter (Antoine du Hamel) #362959db9be774b
] - buffer: refactor to use primordials instead of Array#reduce (Antoine du Hamel) #363928d8d2261a5
] - buffer: refactor to use more primordials (Antoine du Hamel) #3616674adc441c4
] - build: fix typo in Makefile (raisinten) #36176224a6471cc
] - (SEMVER-MINOR) child_process: add AbortSignal support (Benjamin Gruenbaum) #363084ca1bd8806
] - child_process: refactor to use more primordials (Zijian Liu) #36269841e8f444e
] - crypto: fix "Invalid JWK" error messages (Filip Skokan) #36200278862aeb9
] - deps: upgrade npm to 7.0.15 (Ruy Adorno) #3629366bc2067ce
] - deps: V8: cherry-pick 86991d0587a1 (Benjamin Coe) #36254095cef2c11
] - deps: update ICU to 68.1 (Michaël Zasso) #361878d69d8387e
] - dgram: refactor to use more primordials (Antoine du Hamel) #36286bef550a50c
] - doc: add Powershell oneliner to get Windows version (Michael Bashurov) #302892649c384c6
] - doc: add version metadata to timers/promises (Colin Ihrig) #363780401ffbfb6
] - doc: add process for handling premature disclosure (Michael Dawson) #361553e5fcda13e
] - doc: add table header in intl.md (Rich Trott) #3626165d89fdd69
] - doc: adding example to Buffer.isBuffer method (naortedgi) #3623303cf8dbc0e
] - doc: fix typo in events.md (Luigi Pinca) #36231b176d61e8c
] - doc: fix --experimental-wasm-modules text location (Colin Ihrig) #3622044c4aaddad
] - doc: stabilize subpath patterns (Guy Bedford) #36177fdf5d851d0
] - doc: add missing version to update cmd (Ruy Adorno) #36204186ad24fdf
] - doc: cleanup events.md structure (James M Snell) #36100c14512b9a5
] - errors: display original symbol name (Benjamin Coe) #36042855a85c124
] - (SEMVER-MINOR) events: support signal in EventTarget (Benjamin Gruenbaum) #36258dc1930923b
] - (SEMVER-MINOR) events: graduate Event, EventTarget, AbortController (James M Snell) #35949537e5cbf51
] - fs: move method definition from header (Yash Ladha) #36256744b8aa807
] - fs: pass ERR_DIR_CLOSED asynchronously to dir.close (Zijian Liu) #36243c04a2df185
] - fs: refactor to use more primordials (Antoine du Hamel) #3619658abdcaceb
] - (SEMVER-MINOR) http: enable call chaining with setHeader() (pooja d.p) #35924cedf51f3ce
] - http2: refactor to use more primordials (Antoine du Hamel) #363575f41f1b19e
] - http2: check write not scheduled in scope destructor (David Halls) #362414127eb2405
] - https: add abortcontroller test (Benjamin Gruenbaum) #36307c2938bde6c
] - lib: add uncurried accessor properties toprimordials
(ExE Boss) #36329f73a0a8069
] - lib: fix typo in internal/errors.js (raisinten) #36426617cb58cc8
] - lib: refactor primordials.uncurryThis (Antoine du Hamel) #36221cc18907ec4
] - module: refactor to use more primordials (Antoine du Hamel) #36348d4de7c7eb9
] - (SEMVER-MINOR) module: add isPreloading indicator (James M Snell) #362638611b8f98a
] - net: refactor to use more primordials (Antoine du Hamel) #363032a24096720
] - os: refactor to use more primordials (Antoine du Hamel) #362840e7f0c6d27
] - path: refactor to use more primordials (Antoine du Hamel) #36302ea46ca8cbf
] - perf_hooks: refactor to use more primordials (Antoine du Hamel) #36297a9ac86d1ee
] - policy: refactor to use more primordials (Antoine du Hamel) #3621039d0ceda48
] - process: refactor to use more primordials (Antoine du Hamel) #36212ab084c199e
] - querystring: refactor to use more primordials (Antoine du Hamel) #36315d29199ef82
] - quic: refactor to use more primordials (Antoine du Hamel) #36211b885409e48
] - readline: refactor to use more primordials (Antoine du Hamel) #362969cb53f635a
] - repl: refactor to use more primordials (Antoine du Hamel) #362648dadaa652e
] - src: remove some duplication in DeserializeProps (Daniel Bevenius) #36336a03aa0a6b2
] - src: rename AliasedBufferInfo->AliasedBufferIndex (Daniel Bevenius) #36339e7b2d91e04
] - src: use transferred consistently (Daniel Bevenius) #363406ebb98af11
] - src: use ToLocal in DeserializeProperties (Daniel Bevenius) #3627947397ffd56
] - src: update node.rc file description (devsnek) #36197cfc8ec18db
] - src: fix label indentation (Rich Trott) #36213197ba21279
] - (SEMVER-MINOR) stream: support abort signal (Benjamin Gruenbaum) #360616033d30361
] - (SEMVER-MINOR) stream: add FileHandle support to Read/WriteStream (Momtchil Momtchev) #35922a15addc153
] - string_decoder: refactor to use more primordials (Antoine du Hamel) #36358b39d150e60
] - test: fix comment misspellings of transferred (Rich Trott) #36360a7e794d1bf
] - test: fix flaky test-http2-respond-file-error-pipe-offset (Rich Trott) #363051091a658e1
] - test: fix bootstrap test (Benjamin Gruenbaum) #36418fbcb72a665
] - test: increase coverage for readline (Zijian Liu) #3638922028aae54
] - test: skip flaky parts of broadcastchannel test on Windows (Rich Trott) #36386faca2b829e
] - test: fix test-worker-broadcastchannel-wpt (Rich Trott) #36353ea09da492c
] - test: fix typo in comment (inokawa) #36312b61ca1bfe6
] - test: replace anonymous functions by arrows (Aleksandr Krutko) #361252c7358ef43
] - test: fix flaky sequential/test-fs-watch (Rich Trott) #36249b613950016
] - test: increase coverage for util.inspect() (Rich Trott) #3622869a8f05488
] - test: improve test coverage SourceMap API (Juan José Arboleda) #3608944d6d0bf0d
] - test: fix missed warning for non-experimental AbortController (James M Snell) #3624029b5236256
] - timers: reject with AbortError on cancellation (Benjamin Gruenbaum) #36317b20409e985
] - tls: refactor to use more primordials (Antoine du Hamel) #36266f317bba034
] - tls: permit null as a cipher value (Rich Trott) #363189ae59c847a
] - tools: upgrade to @babel/eslint-parser 7.12.1 (Antoine du Hamel) #36321e798770803
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #36324a8b95cfcb2
] - tools: bump cpplint to 1.5.4 (Rich Trott) #36324754b7a76b1
] - tools: remove bashisms from macOS release scripts (Antoine du Hamel) #361212868ffb331
] - tools: remove bashisms from release script (Antoine du Hamel) #361238cf1addaa8
] - tools: update stability index linking logic (Rich Trott) #36280d95ae65986
] - tools: update highlight.js to 10.1.2 (Myles Borins) #363095935ccc11c
] - tools: fix undeclared identifier FALSE (Antoine du Hamel) #36276a2da7ba914
] - tools: use using-declaration consistently (Daniel Bevenius) #3624582c1e39c4a
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #36235bcf7393412
] - tools: bump cpplint to 1.5.3 (Rich Trott) #36235be11976407
] - tools: enable no-nonoctal-decimal-escape lint rule (Colin Ihrig) #36217c86c2399a2
] - tools: update ESLint to 7.14.0 (Colin Ihrig) #36217cfadd82cf3
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #3621303e8aaf613
] - tools: bump cpplint.py to 1.5.2 (Rich Trott) #362136bc007fc94
] - tty: refactor to use more primordials (Zijian Liu) #36272fbd5652943
] - v8: refactor to use more primordials (Antoine du Hamel) #362858731a80439
] - vm: addSafeForTerminationScope
s for SIGINT interruptions (Anna Henningsen) #3634447345a1f84
] - worker: refactor to use more primordials (Antoine du Hamel) #3639321c4704c7b
] - worker: refactor to use more primordials (Antoine du Hamel) #36267802d44b1a9
] - (SEMVER-MINOR) worker: add experimental BroadcastChannel (James M Snell) #362714b4caada9f
] - zlib: refactor to use more primordials (Antoine du Hamel) #36347