summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* util: add more predefined color codes to inspect.colorsRuben Bridgewater2020-02-063-15/+166
* util: improve inspect's customInspect performanceRuben Bridgewater2020-02-062-9/+23
* repl: use better uncaught exceptions indicatorRuben Bridgewater2020-02-0610-87/+90
* build: remove (almost) unused macros/constantsbcoe2020-02-068-208/+13
* lib: delay access to CLI option to pre-executionJoyee Cheung2020-02-064-8/+17
* test: improve wasi test coverageRich Trott2020-02-061-0/+22
* test: simplify tmpdir import in wasi testsRich Trott2020-02-062-2/+2
* worker: add argv constructor optionlegendecas2020-02-064-3/+81
* http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina2020-02-062-0/+197
* tls: implement capture rejections for 'secureConnection' eventMatteo Collina2020-02-062-0/+48
* net: implement capture rejections for 'connection' eventMatteo Collina2020-02-063-2/+44
* http: add captureRejection support to OutgoingMessageMatteo Collina2020-02-062-0/+95
* http: implement capture rejections for 'request' eventMatteo Collina2020-02-062-0/+129
* stream: add support for captureRejection optionMatteo Collina2020-02-064-4/+69
* events: add captureRejection optionMatteo Collina2020-02-063-6/+530
* build: do not build mksnapshot and mkcodecache for --sharedJoyee Cheung2020-02-061-2/+3
* build: add --without-node-code-cache configure optionJoyee Cheung2020-02-063-8/+16
* wasi: introduce initial WASI supportcjihrig2020-02-0684-4/+12753
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2020-02-0625-109/+158
* lib: replace Map global by the primordialsSebastien Ahkrin2020-02-0623-1/+28
* lib: replace use of Error with primordialsSebastien Ahkrin2020-02-0629-0/+34
* lib: replace Set global by the primordialsSebastien Ahkrin2020-02-0613-0/+17
* lib: replace WeakSet global by the primordialsSebastien Ahkrin2020-02-061-0/+2
* lib: replace WeakMap global by the primordialsSebastien Ahkrin2020-02-067-0/+9
* lib: replace Set.prototype with SetPrototype primordialSebastien Ahkrin2020-02-061-1/+2
* lib: replace Symbol.species by SymbolSpeciesSebastien Ahkrin2020-02-061-2/+2
* lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin2020-02-062-4/+6
* lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin2020-02-064-8/+10
* lib: enforce use of Promise from primordialsMichaël Zasso2020-02-0615-8/+59
* v8: use of TypedArray constructors from primordialsSebastien Ahkrin2020-02-061-0/+10
* lib: add TypedArray constructors to primordialsSebastien Ahkrin2020-02-061-0/+11
* repl: fix autocomplete when useGlobal is falseMichaël Zasso2020-02-061-4/+13
* lib: replace Symbol.toPrimitive to SymbolToPrimitive primordialsSebastien Ahkrin2020-02-062-14/+15
* lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin2020-02-062-5/+7
* lib: enforce use of BigInt from primordialsMichaël Zasso2020-02-063-0/+4
* lib: replace Symbol.iterator by SymbolIteratorSebastien Ahkrin2020-02-063-9/+11
* lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin2020-02-063-3/+6
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2020-02-0657-2/+88
* lib: enforce use of primordial NumberSebastien Ahkrin2020-02-068-1/+10
* lib: use static Number properties from primordialsMichaël Zasso2020-02-0627-47/+84
* lib: enforce use of Boolean from primordialsMichaël Zasso2020-02-069-0/+20
* lib: replace Date.now function by primordial DateNowTchoupinax2020-02-062-7/+9
* lib: replace ArrayBuffer.isView by primordial ArrayBufferVincent Dhennin2020-02-061-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2020-02-0648-69/+140
* lib: flatten access to primordialsMichaël Zasso2020-02-06117-932/+1300
* test: use arrow functions in addons testsgarygsc2020-02-0613-23/+23
* stream: use more accurate end-of-stream writable and readable detectionStewart Addison2020-02-062-2/+65
* Revert "test: update postmortem metadata test for V8 7.7"Matheus Marchini2020-02-061-4/+4
* Revert "src: update v8abbr.h for V8 7.7"Matheus Marchini2020-02-061-2/+2
* deps: V8: cherry-pick b38dfaf3a633Matheus Marchini2020-02-062-10/+6