summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: change var to let/constrene.herrmann2020-02-061-3/+2
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2020-02-063-0/+36
* lib: refactor NativeModuleJoyee Cheung2020-02-061-133/+147
* test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis2020-02-065-46/+7
* doc: add code example to inspector.url() methodJuan José Arboleda2020-02-061-0/+15
* net: remove duplicate _undestroyRobert Nagy2020-02-061-1/+0
* test: wait for stream close before writing to fileAnna Henningsen2020-02-061-0/+11
* fs: synchronize close with other I/O for streamsAnna Henningsen2020-02-061-6/+46
* test: use fs rimraf to refresh tmpdircjihrig2020-02-061-47/+1
* fs: retry unlink operations in rimrafcjihrig2020-02-061-2/+21
* fs: only operate on buffers in rimrafcjihrig2020-02-061-5/+16
* module: fix require in node replZYSzys2020-02-063-27/+87
* lib: replace var with let/constjens-cappelle2020-02-061-1/+1
* doc: deprecate http finishedRobert Nagy2020-02-063-0/+37
* wasi: use memory-tracking allocatorAnna Henningsen2020-02-062-6/+32
* deps: update uvwasiAnna Henningsen2020-02-065-178/+497
* src: free preopen memory in WASI::New()cjihrig2020-02-061-0/+9
* src: use checked allocations in WASI::New()cjihrig2020-02-061-1/+3
* test: improve WASI options validationRich Trott2020-02-061-3/+3
* test: run more assert testsRuben Bridgewater2020-02-061-16/+9
* assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater2020-02-062-22/+134
* 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