summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2020-02-11, Version 12.16.0 'Erbium' (LTS)v12.16.0v12.16.0-proposalMyles Borins2020-02-1124-66/+771
* assert: implement `assert.match()` and `assert.doesNotMatch()`Ruben Bridgewater2020-02-063-4/+220
* doc: make `AssertionError` a linkRuben Bridgewater2020-02-061-40/+45
* doc: update assert.throws() examplesRuben Bridgewater2020-02-061-6/+9
* assert: DRY .throws codeRuben Bridgewater2020-02-061-43/+45
* assert: fix generatedMessage propertyRuben Bridgewater2020-02-061-3/+10
* util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater2020-02-062-13/+28
* src: accept single argument in getProxyDetailsRuben Bridgewater2020-02-062-3/+8
* util: add (typed) array length to the default outputRuben Bridgewater2020-02-066-73/+69
* util: refactor inspect code for constistencyRuben Bridgewater2020-02-062-92/+80
* util: inspect (user defined) prototype propertiesRuben Bridgewater2020-02-064-22/+198
* util: fix built-in detectionRuben Bridgewater2020-02-061-1/+1
* util: never trigger any proxy traps using `format()`Ruben Bridgewater2020-02-062-0/+10
* util: improve performance inspecting proxiesRuben Bridgewater2020-02-064-11/+22
* benchmark: add more util inspect and format benchmarksRuben Bridgewater2020-02-063-6/+18
* util: fix .format() not always calling toString when it should beRuben Bridgewater2020-02-062-22/+94
* n-api: implement napi_is_detached_arraybufferDenys Otrishko2020-02-065-0/+90
* http2: make HTTP2ServerResponse more streams compliantRobert Nagy2020-02-062-40/+74
* deps: V8: cherry-pick 0dfd9ea51241bcoe2020-02-063-1/+39
* test,module: add test for exports cjs loader checkRich Trott2020-02-065-0/+177
* module: fix check exports issue in cjs module loadingGuy Bedford2020-02-061-1/+1
* module: unflag conditional exportsGuy Bedford2020-02-069-100/+20
* module: logical conditional exports orderingGuy Bedford2020-02-067-86/+152
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-02-0635-344/+744
* deps: V8: cherry-pick d89f4ef1cd62Milad Farazmand2020-02-062-3/+3
* buffer: release buffers with free callbacks on env exitAnna Henningsen2020-02-064-10/+95
* src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen2020-02-069-4/+86
* lib: move initialization of APIs for changing process stateAnna Henningsen2020-02-064-56/+55
* wasi: refactor destructuring object on constructorhimself652020-02-061-4/+2
* benchmark: use let instead of var in dgramdnlup2020-02-065-18/+17
* test: change buffer offset to accommodate V8 BackingStoreThang Tran2020-02-061-4/+8
* http2: set default enableConnectProtocol to 0ZYSzys2020-02-067-21/+68
* perf_hooks: use for...ofKamat, Trivikram2020-02-061-6/+4
* lib: do not catch user errorsRuben Bridgewater2020-02-061-8/+4
* doc: remove extra backtickcjihrig2020-02-061-1/+1
* doc: use code markup/markdown in headersRuben Bridgewater2020-02-065-99/+141
* http: http_outgoing rename var to let and consttelenord2020-02-061-14/+14
* http: free listeners on free socketsRobert Nagy2020-02-062-3/+17
* stream: group all properties using definePropertiesantsmartian2020-02-061-95/+83
* zlib: use for...ofKamat, Trivikram2020-02-061-6/+2
* wasi: fix serdes bugs from snapshot1 migrationcjihrig2020-02-061-5/+5
* lib: replace var with let/constkresimirfranin2020-02-061-30/+30
* doc,wasi: use code markup/markdown in headersRich Trott2020-02-061-4/+4
* wasi: throw on failed uvwasi_init()cjihrig2020-02-062-1/+48
* deps: uvwasi: cherry-pick 75b389ccjihrig2020-02-061-14/+13
* deps: uvwasi: cherry-pick 64e59d5cjihrig2020-02-061-5/+14
* src: prevent hard coding stack trace limitlegendecas2020-02-066-7/+12
* timers: fix refresh for expired timersAnatoli Papirovski2020-02-063-23/+43
* timers: do less work in insertAnatoli Papirovski2020-02-062-33/+39
* stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy2020-02-063-5/+58