Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Created January 5, 2021 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MylesBorins/039df3cf4177bf23c6a3b796387cda0b to your computer and use it in GitHub Desktop.
Save MylesBorins/039df3cf4177bf23c6a3b796387cda0b to your computer and use it in GitHub Desktop.
branch-diff v15.x-staging upstream/master --exclude-label semver-major,dont-land-on-v15.x,backport-requested-v15.x,backported-to-v15.x,backport-blocked-v15.x,backport-open-v15.x --filter-release
  • [6a5d628b72] - test: fix test-memory-usage.js for IBMi (Rich Trott) #36758
  • [cfed0019ba] - doc: revise process.memoryUsage() text (Rich Trott) #36757
  • [e5b8c61717] - test: guard large string decoder allocation (Michaël Zasso) #36795
  • [ca86e34f55] - util: remove unreachable defensive coding (Rich Trott) #36744
  • [d2dc3a9bf0] - doc: add YAML metadata for process.memoryUsage.rss (Gerhard Stoebich) #36781
  • [398add8fe3] - meta: notify slack when someone force pushes (Mary Marchini) #35131
  • [2da36112d1] - net: add support for finished after .destroy() (Robert Nagy) #36635
  • [64a4001d2c] - tools: update ESLint to 7.17.0 (Colin Ihrig) #36726
  • [5ad67a75a8] - perf_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel) #36723
  • [7c767622bf] - test: increase coverage for events (ZiJian Liu) #36668
  • [d32a9fe944] - lib: remove v8_prof_polyfill from eslint ignore list (Antoine du Hamel) #36537
  • [ddb1cbac47] - doc: reduce abbreviations in async_hooks.md (Rich Trott) #36737
  • [551251e029] - doc: simplify pull request template (Rich Trott) #36739
  • [8b8620d580] - http2: fix typos in core.js (Pranshu Jethmalani) #36719
  • [f0fc4b8a28] - test: add coverage for breakLength one-column array (Rich Trott) #36657
  • [7afa5336ae] - http: make HEAD method to work with keep-alive (Joseph Hackman) #34231
  • [25b21e478e] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #29412
  • [28fe1ef635] - src: reduce duplicated boilerplate with new env utility fn (James M Snell) #36536
  • [7cfa1bee41] - doc: clarify undocumented stream properties (James M Snell) #36715
  • [5499caa41e] - doc: document common warning types (James M Snell) #36713
  • [83ab5433ff] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291
  • [d548f4d116] - doc: update emitClose default for fs streams (Kevin Locke) #36653
  • [1b68030737] - doc: improve ALS.enterWith and exit descriptions (Andrey Pechkurov) #36705
  • [873d21cdc1] - test: update wpt interfaces (Daijiro Wachi) #36659
  • [32b87f223e] - test: update wpt resources (Daijiro Wachi) #36659
  • [6259ddeb8c] - test: update wpt encoding (Daijiro Wachi) #36659
  • [6aebe2b74f] - test: update wpt url (Daijiro Wachi) #36659
  • [51b4367506] - (SEMVER-MINOR) net: support abortSignal in server.listen (Nitzan Uziely) #36623
  • [51dfb869f3] - test: increase coverage for diagnostics_channel (ZiJian Liu) #36602
  • [b8c15c7413] - src: fix leading backslash bug in URL (raisinten) #36613
  • [6ab768ea4a] - doc: add note about uncloneable objects (James M Snell) #36534
  • [91e9e013b0] - errors: refactor to use more primordials (Antoine du Hamel) #36651
  • [11b34a916f] - string_decoder: throw ERR_STRING_TOO_LONG for UTF-8 (Michaël Zasso) #36661
  • [c380ee6785] - fs: accept non-32-bit length in writeBuffer (raisinten) #36667
  • [1b7ac0c9ed] - url: fix url.format with ipv6 hostname (ZiJian Liu) #36665
  • [37acaf668d] - test: add already-aborted-controller test for spawn() (Rich Trott) #36644
  • [36394b6782] - child_process: reduce abort handler code duplication (Rich Trott) #36644
  • [a71061a9dc] - child_process: treat already-aborted controller as aborting (Rich Trott) #36644
  • [6c0bd0b6e4] - test: add test for reused AbortController with execfile() (Rich Trott) #36644
  • [faee7399b2] - stream: only use legacy close listeners if not willEmitClose (Robert Nagy) #36649
  • [a5b43e9404] - doc: document http.IncomingMessage behaviour change (Dr) #36641
  • [34afcc6fd9] - lib: remove unused code (Brian White) #36632
  • [b00bb01db9] - lib: refactor to use validateCallback (ZiJian Liu) #36609
  • [8cf5ae07e9] - http: refactor to use more primordials (Antoine du Hamel) #36194
  • [e57d8af7e2] - stream,zlib: do not use _stream_* anymore (Matteo Collina) #36618
  • [5887ba7868] - doc: add yashLadha to collaborator (Yash Ladha) #36666
  • [053874939a] - lib: use more primordials in shared validators (Pooja D P) #36552
  • [ecdff81684] - util: refactor to use more primordials (Antoine du Hamel) #36265
  • [d146b25928] - build: fix unknown warning option (raisinten) #36629
  • [c27efd4e6b] - test: increase coverage for internal/error_serdes.js (ZiJian Liu) #36628
  • [0b6d3070a1] - lib: add primordials.SafeArrayIterator (Antoine du Hamel) #36532
  • [aabbf3011b] - https: refactor to use more primordials (Antoine du Hamel) #36195
  • [6c50d744b3] - build: do not "exit" a script meant to be "source"d (François-Denis Gonthier) #35520
  • [acaa58e602] - http: remove dead code from internal/http.js (ZiJian Liu) #36630
  • [4905501741] - quic,timers: refactor to use validateAbortSignal (ZiJian Liu) #36604
  • [0878d4d049] - doc: alphabetize http response properties (Rich Trott) #36631
  • [4e038d9bdd] - doc: correct callback parameter type for createPushResponse() (Rich Trott) #36631
  • [245159fccf] - tools: revise install.py for minor improvements (Rich Trott) #36626
  • [75afb6c7a6] - test: improve coverage for util.inspect() with classes (Rich Trott) #36625
  • [73b8909501] - test: increase runInAsyncScope() coverage (Rich Trott) #36624
  • [4d3e87da3b] - doc: use _code name_ rather than _codename_ (Rich Trott) #36611
  • [c4cbdfa540] - lib: refactor to use more primordials in internal/encoding.js (raisinten) #36480
  • [9df3b762d7] - doc: document return value of https.request (Michael Chen) #36370
  • [8c94aea98e] - tools: update gyp-next to v0.7.0 (Michaël Zasso) #36580
  • [7303afb4e1] - lib: refactor to use primordials in internal/priority_queue.js (ZiJian Liu) #36560
  • [5d28edcc99] - url: refactor to use more primordials (Antoine du Hamel) #36316
  • [860c18be87] - benchmark: add simple https benchmark (Andrey Pechkurov) #36612
  • [0187716be5] - buffer: make FastBuffer safe to construct (Antoine du Hamel) #36587
  • [bd6f2303f4] - lib: add primordials.SafeStringIterator (Antoine du Hamel) #36526
  • [40fc395d7d] - lib: make safe primordials safe to construct (Antoine du Hamel) #36428
  • [997f2fcbbc] - events: refactor to use more primordials (Antoine du Hamel) #36304
  • [88fb8e45ee] - doc: document "http: lazy create IncomingMessage.headers" (ExE Boss) #36601
  • [f441c8bb17] - doc: fix bugs in _construct() example (Maksym Baranovskyi) #36509
  • [e068eec783] - tools: correct usage message for genv8constants.py (Rich Trott) #36606
  • [18fc50f983] - tools: call close() explicitly in genv8constants.py (Rich Trott) #36606
  • [36c17e2f51] - tools: use is None consistently in Python (Rich Trott) #36606
  • [73a21e4c06] - (SEMVER-MINOR) child_process: support AbortSignal in fork (Benjamin Gruenbaum) #36603
  • [33d99b6f23] - deps: V8: cherry-pick dfcdf7837e23 (Benjamin Coe) #36573
  • [3b0ecfc866] - test: redirect stderr EnvironmentWithNoESMLoader (Daniel Bevenius) #36548
  • [2d40e3fc4c] - lib: fix diagnostics_channel hasSubscribers error (ZiJian Liu) #36599
  • [2c8751cb85] - doc: remove replication of GitHub template (Rich Trott) #36590
  • [576a1b547b] - doc: remove "Related Issues" from pull request template (Rich Trott) #36590
  • [e22b751cce] - doc: expand openssl instructions (Michael Dawson) #36554
  • [6091a65986] - v8: refactor to use more primordials (Antoine du Hamel) #36527
  • [f0a0e3c6b3] - child_process: clean event listener correctly (Benjamin Gruenbaum) #36424
  • [1623aff55c] - lib: refactor to use more primordials in internal/histogram.js (raisinten) #36455
  • [083abe20b9] - tools: revise line in configure.py for clarity (Rich Trott) #36551
  • [d90fa196c5] - (SEMVER-MINOR) v8: fix native serdes constructors (ExE Boss) #36549
  • [656ce920a3] - errors: eliminate all overhead for hidden calls (Momtchil Momtchev) #35644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment