summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup: add moar commitsv12.15.0-proposalMyles Borins2020-01-301-20/+39
* fixup: update changelogMyles Borins2020-01-301-10/+15
* wip notable changesMichaël Zasso2020-01-301-3/+227
* 2020-02-12, Version 12.15.0 'Erbium' (LTS)Michaël Zasso2020-01-3022-63/+521
* assert: implement `assert.match()` and `assert.doesNotMatch()`Ruben Bridgewater2020-01-303-4/+220
* doc: make `AssertionError` a linkRuben Bridgewater2020-01-301-40/+45
* doc: update assert.throws() examplesRuben Bridgewater2020-01-301-6/+9
* assert: DRY .throws codeRuben Bridgewater2020-01-301-43/+45
* assert: fix generatedMessage propertyRuben Bridgewater2020-01-301-3/+10
* util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater2020-01-302-13/+28
* src: accept single argument in getProxyDetailsRuben Bridgewater2020-01-302-3/+8
* util: add (typed) array length to the default outputRuben Bridgewater2020-01-306-73/+69
* util: refactor inspect code for constistencyRuben Bridgewater2020-01-302-92/+80
* util: inspect (user defined) prototype propertiesRuben Bridgewater2020-01-304-22/+198
* util: fix built-in detectionRuben Bridgewater2020-01-301-1/+1
* util: never trigger any proxy traps using `format()`Ruben Bridgewater2020-01-302-0/+10
* util: improve performance inspecting proxiesRuben Bridgewater2020-01-304-11/+22
* benchmark: add more util inspect and format benchmarksRuben Bridgewater2020-01-303-6/+18
* util: fix .format() not always calling toString when it should beRuben Bridgewater2020-01-302-22/+94
* n-api: implement napi_is_detached_arraybufferDenys Otrishko2020-01-305-0/+90
* http2: make HTTP2ServerResponse more streams compliantRobert Nagy2020-01-302-40/+74
* deps: V8: cherry-pick 0dfd9ea51241bcoe2020-01-303-1/+39
* test,module: add test for exports cjs loader checkRich Trott2020-01-305-0/+177
* module: fix check exports issue in cjs module loadingGuy Bedford2020-01-301-1/+1
* module: unflag conditional exportsGuy Bedford2020-01-309-100/+20
* module: logical conditional exports orderingGuy Bedford2020-01-287-86/+152
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-2835-344/+744
* deps: V8: cherry-pick d89f4ef1cd62Milad Farazmand2020-01-152-3/+3
* buffer: release buffers with free callbacks on env exitAnna Henningsen2020-01-144-10/+95
* src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen2020-01-149-4/+86
* lib: move initialization of APIs for changing process stateAnna Henningsen2020-01-144-56/+55
* wasi: refactor destructuring object on constructorhimself652020-01-141-4/+2
* benchmark: use let instead of var in dgramdnlup2020-01-145-18/+17
* test: change buffer offset to accommodate V8 BackingStoreThang Tran2020-01-141-4/+8
* http2: set default enableConnectProtocol to 0ZYSzys2020-01-147-21/+68
* perf_hooks: use for...ofKamat, Trivikram2020-01-141-6/+4
* lib: do not catch user errorsRuben Bridgewater2020-01-141-8/+4
* doc: remove extra backtickcjihrig2020-01-141-1/+1
* doc: use code markup/markdown in headersRuben Bridgewater2020-01-145-99/+141
* http: http_outgoing rename var to let and consttelenord2020-01-141-14/+14
* http: free listeners on free socketsRobert Nagy2020-01-142-3/+17
* stream: group all properties using definePropertiesantsmartian2020-01-141-95/+83
* zlib: use for...ofKamat, Trivikram2020-01-141-6/+2
* wasi: fix serdes bugs from snapshot1 migrationcjihrig2020-01-141-5/+5
* lib: replace var with let/constkresimirfranin2020-01-141-30/+30
* doc,wasi: use code markup/markdown in headersRich Trott2020-01-141-4/+4
* wasi: throw on failed uvwasi_init()cjihrig2020-01-142-1/+48
* deps: uvwasi: cherry-pick 75b389ccjihrig2020-01-141-14/+13
* deps: uvwasi: cherry-pick 64e59d5cjihrig2020-01-141-5/+14
* src: prevent hard coding stack trace limitlegendecas2020-01-146-7/+12