summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc,meta: remove wait period for npm pull requestsRich Trott2019-11-091-4/+0
* test: fix test-benchmark-clusterRich Trott2019-11-091-1/+6
* path: replace var with let in lib/path.jspeze2019-11-091-52/+50
* process: add coverage tests for sourceMapFromDataUrl methodNolik2019-11-093-0/+36
* dns: switch var to const/letDmitriy Kikinskiy2019-11-091-7/+7
* lib: change var to let in lib/_stream_duplex.jsIlia Safronov2019-11-091-1/+1
* buffer: change var to letVladislav Botvin2019-11-091-6/+6
* esm: exit the process with an error if loader has an issueMichaël Zasso2019-11-095-10/+43
* cluster: destruct primordials in lib/internal/cluster/worker.jspeze2019-11-091-3/+7
* assert: replace var with let in lib/assert.jsPerfectPan2019-11-091-2/+2
* fs: change var to letNadya2019-11-081-1/+1
* https: change var to let in lib/https.jsgalina.prokofeva2019-11-081-1/+1
* src: persist strings that are used multiple times in the environmentVadim Gorbachev2019-11-083-5/+6
* doc: update divergent specifier hazard guidanceGeoffrey Booth2019-11-081-48/+256
* module: conditional exports with flagged conditionsGuy Bedford2019-11-0821-209/+485
* doc: include --experimental-resolve-self in manpageGuy Bedford2019-11-081-0/+3
* src: remove uses of deprecated wasm TransferrableModuleClemens Backes2019-11-092-7/+8
* http: replace vars with lets and consts in lib/_http_agent.jspalmires2019-11-081-16/+16
* tls: replace var with let and constNolik2019-11-081-4/+4
* test: do not run release-npm test without cryptoMichaël Zasso2019-11-081-2/+3
* src: remove custom tracking for SharedArrayBuffersAnna Henningsen2019-11-0813-335/+58
* test: increase limit again for network space overhead testMichaël Zasso2019-11-081-1/+1
* src: update v8abbr.h for V8 updatecjihrig2019-11-081-1/+2
* test: update test-postmortem-metadata.jscjihrig2019-11-081-2/+2
* build,tools: update V8 gypfiles for V8 7.9Michaël Zasso2019-11-084-62/+84
* deps: V8: cherry-pick a7dffcd767beChristian Clauss2019-11-082-3/+4
* deps: V8: cherry-pick 50031fae736fMichaël Zasso2019-11-082-3/+5
* deps: V8: cherry-pick e5dbc95Gabriel Schulhof2019-11-083-3/+8
* deps: V8: backport 5e755c6ee6d3Michaël Zasso2019-11-085-62/+110
* deps: V8: backport 07ee86a5a28bMichaël Zasso2019-11-0819-68/+138
* deps: V8: cherry-pick 777fa98Michaël Zasso2019-11-087-16/+111
* deps: V8: cherry-pick 7228ef8Michaël Zasso2019-11-082-1/+2
* deps: V8: cherry-pick 6b0a953Michaël Zasso2019-11-087-25/+173
* deps: V8: cherry-pick bba5f1fMichaël Zasso2019-11-087-15/+242
* deps: V8: cherry-pick cfe9172Michaël Zasso2019-11-083-4/+6
* deps: V8: cherry-pick 3e82c8dMichaël Zasso2019-11-082-2/+2
* deps: V8: cherry-pick f2d92ecMichaël Zasso2019-11-082-1/+2
* deps: make v8.h compatible with VS2015Joao Reis2019-11-082-1/+3
* deps: V8: forward declaration of `Rtl*FunctionTable`Refael Ackermann2019-11-082-1/+32
* deps: V8: patch register-arm64.hRefael Ackermann2019-11-082-1/+3
* deps: update V8's postmortem scriptcjihrig2019-11-082-1/+2
* deps: update V8's postmortem scriptcjihrig2019-11-081-1/+1
* deps: patch V8 to run on older XCode versionsUjjwal Sharma2019-11-083-2/+3
* deps: V8: silence irrelevant warningsMichaël Zasso2019-11-082-4/+2
* deps: V8: un-cherry-pick bd019bdRefael Ackermann2019-11-084-1/+96
* src: update NODE_MODULE_VERSION to 81Michaël Zasso2019-11-082-1/+2
* build: reset embedder string to "-node.0"Michaël Zasso2019-11-081-1/+1
* deps: update V8 to 7.9.317.20Michaël Zasso2019-11-081433-30291/+48332
* module: fix for empty object in InternalModuleReadJSONGuy Bedford2019-11-086-5/+14
* tls: refactor tls_wrap.ccArtem Maksimov2019-11-081-5/+4