Skip to content

Instantly share code, notes, and snippets.

@gibfahn
Created May 16, 2017 17:57
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 gibfahn/6f0ee405042fa797640d5643ef7a65c9 to your computer and use it in GitHub Desktop.
Save gibfahn/6f0ee405042fa797640d5643ef7a65c9 to your computer and use it in GitHub Desktop.
branch-diff v6.x-staging upstream/v7.x --exclude-label semver-major,semver-minor,dont-land-on-v6.x,backport-requested-v6.x,backported-to-v6.x,baking-for-lts --reverse --filter-release Raw
  • [c342bda49e] - src: make cross-context MakeCallback() calls work ( Ben Noordhuis) #9221
  • [08e12c7809] - src: remove superfluous env_string string ( Ben Noordhuis) #9213
  • [8a9c45a4a9] - fs: Fix default params for fs.write(Sync) ( Andreas Lind) #7856
  • [f9a5c13ff3] - dtrace: resolve conversion warnings from SLURP_INT ( Christopher J. Brody) #10143
  • [c9bff043c7] - http: optimize short path validation ( Brian White) #10654
  • [e7859c217f] - http: optimize default method case ( Brian White) #10654
  • [44c0e4f1ad] - http: avoid duplicate isArray() ( Brian White) #10654
  • [5059b76cbc] - http: misc ClientRequest cleanup ( Brian White) #10654
  • [be24cc0187] - benchmark: add ClientRequest creation benchmark ( Brian White) #10654
  • [4ff1d3107f] - test: add http.ClientRequest defaults test ( Brian White) #10654
  • [c6aeb4491b] - test: fix linting for test-tls-add-ca-cert.js ( Sam Roberts) #10771
  • [47c0953b12] - benchmark: add benchmark for vm.runIn*() ( Rich Trott) #10816
  • [2641cd496d] - vm: improve performance of vm.runIn*() ( Rich Trott) #10816
  • [021338dc6d] - url: export URLSearchParams ( Timothy Gu)
  • [aa4b028523] - test: improve test-fs-open-flags ( Vinícius do Carmo)
  • [78a495e1a4] - eslint: remove dangling eslint symlink ( Sam Roberts) #10771
  • [7aaa960f4c] - test, url: synchronize WPT url tests ( Joyee Cheung)
  • [5a2db15736] - doc: add documentation for url.format(URL[, options]); ( James M Snell)
  • [c25c16cc1b] - url: add urlSearchParams.sort() ( Timothy Gu)
  • [7e37628c51] - benchmark: add url/url-searchparams-sort.js ( Timothy Gu)
  • [5a81031fd8] - benchmark: clean up legacy url benchmarks ( Joyee Cheung)
  • [e7d37a3f09] - tools/doc: add more intrinsic and custom types ( Timothy Gu)
  • [18599fc3d7] - doc/url: various improvements to WHATWG API ( Timothy Gu)
  • [3c54f8199c] - tty: add ref() so process.stdin.ref() etc. work ( Ben Schmidt) #7360
  • [9c3cf13cbc] - doc: argument types for https methods ( Amelia Clarke) #11681
  • [a20aa0ee48] - doc: http cleanup and missing argument types ( Amelia Clarke) #11681
  • [5b1d61ce09] - child_process: fix deoptimizing use of arguments ( Vse Mozhet Byt) #11748
  • [9861ec93d4] - doc: increase Buffer.concat() documentation ( cjihrig) #11845
  • [80949f3d88] - build: add cpp linting to windows build ( liusi) #11856
  • [f48763c5b9] - benchmark: remove benchmarks forced optimizations ( Bartosz Sosnowski)
  • [fb41ee3983] - build: add lint option to vcbuild.bat help ( Morgan Brenner) #11992
  • [af051f6528] - doc: fix http properties documented as methods ( Ahmad Nassri) #12039
  • [4b5f177e3d] - doc: fix https.timeout docs ( Ahmad Nassri) #12039
  • [751c1153a4] - benchmark: check end() argument to be > 0 ( Vse Mozhet Byt) #12030
  • [fdf76d5aa0] - tools: add missing #include "unicode/putil.h" ( Steven R. Loomis) #12078
  • [f057cc3d84] - benchmark: replace [].join() with ''.repeat() ( Vse Mozhet Byt) #12170
  • [806c4f3c0c] - doc: fix fs.read arg type ( Daiki Arai) #12034
  • [cf1117bc13] - doc: fix the timing of setImmediate's execution ( Daiki Arai) #12034
  • [6083e7aa7b] - benchmark: avoid TurboFan deopt in arrays bench ( Michaël Zasso) #11894
  • [089a96f337] - doc: add link on logo to README ( Roman Reiss) #12307
  • [71b39aefc1] - doc: update os.uptime() and process.uptime() info ( Vse Mozhet Byt) #12294
  • [f316b50e8d] - benchmark: replace more [].join() with ''.repeat() ( Vse Mozhet Byt) #12317
  • [d58fa7873f] - benchmark,windows: TCP.readStart() meaningful only after completion ( Refael Ackermann) #12258
  • [6998e8026b] - os,vm: fix segfaults and CHECK failure ( Tobias Nießen) #12371
  • [4a19062294] - test: replace [].join() with ''.repeat() ( Jackson Tian) #12305
  • [83a28eeff8] - tools: update gyp to eb296f6 ( Refael Ackermann) #12450
  • [6003958872] - tools: add compile_commands.json gyp generator ( Ben Noordhuis) #12450
  • [b09bf51cdf] - repl: support hidden history file on Windows ( Bartosz Sosnowski) #12207
  • [1316c77b79] - doc: improve randomfill and fix broken link ( Sakthipriyan Vairamani (thefourtheye)) #12541
  • [d78adccc08] - test: support multiple warnings in checkWarning ( Cameron Little) #11640
  • [cd54208463] - process: cast promise rejection reason to string ( Cameron Little) #11640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment