summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meta: move one or more collaborators to emeritusactions/inactive-collaboratorsNode.js GitHub Bot2022-01-101-2/+2
* meta: update AUTHORSNode.js GitHub Bot2022-01-091-0/+5
* doc: clarify `uncaughtException` `origin` for ESMAntoine du Hamel2022-01-092-6/+13
* tools: replace while+exec() with matchAll()Rich Trott2022-01-091-3/+4
* doc: revise HTTPRequestOptions textRich Trott2022-01-081-5/+5
* doc: add reference for == and != operatorsRich Trott2022-01-081-7/+8
* doc: add @RaisinTen to the TSCMichael Dawson2022-01-071-0/+2
* stream: remove unused function argumentRich Trott2022-01-071-1/+1
* deps: upgrade to libuv 1.43.0Colin Ihrig2022-01-0758-608/+985
* tools: fix argv bug in find-inactive-tsc.mjsRich Trott2022-01-071-1/+1
* build: start build on z/OSalexcfyung2022-01-063-4/+97
* build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variableDavid Sanders2022-01-061-1/+0
* src: do IWYU for some STL includesDavid Sanders2022-01-062-4/+8
* esm: refactor esm tests out of test/messageGeoffrey Booth2022-01-0637-241/+210
* test: mark test-performance-eventloopdelay flakyMichael Dawson2022-01-061-0/+4
* doc: update Abstract Equality Comparison text in assert.mdRich Trott2022-01-051-20/+15
* doc: fix example commands for `REPLACEME` updatesRichard Lau2022-01-051-1/+7
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-0526-51/+95
* tools: remove conditional assignment in custom ESLint ruleRich Trott2022-01-051-9/+10
* src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao2022-01-059-142/+185
* tls: use optional chaining to simplify checksAntoine du Hamel2022-01-051-4/+2
* tools: update lint-md-dependencies to @rollup/plugin-node-resolve@13.1.2Node.js GitHub Bot2022-01-053-47/+47
* meta: add required fields in issue templatesRich Trott2022-01-054-3/+9
* doc: document that `require.main` may be `undefined`Antoine du Hamel2022-01-051-5/+5
* doc: clarify entry point behavior when using loader hooksAntoine du Hamel2022-01-051-2/+2
* http: remove duplicate codeShaw2022-01-041-1/+0
* build: use list for mutable retval rather than tupleRich Trott2022-01-051-3/+3
* tools: update doc to rehype-raw@6.1.1Node.js GitHub Bot2022-01-042-39/+39
* node-api: add missing initialization of last errorMichael Dawson2022-01-041-0/+1
* test: mark test-repl-sigint-nested-eval as flakyMichael Dawson2022-01-041-0/+2
* meta: update AUTHORSNode.js GitHub Bot2022-01-042-0/+5
* stream: don't emit finish after destroyRobert Nagy2022-01-038-26/+25
* doc: clarify `require` behavior with non `.js` extensionsAntoine du Hamel2022-01-021-9/+18
* timers: use ref counts to count timersDarshan Sen2022-01-023-22/+14
* stream: add filter method to readableBenjamin Gruenbaum2022-01-023-0/+172
* doc: revise frozen-intrinsics textRich Trott2022-01-011-5/+4
* src: split out async stack corruption detection from inline fnAnna Henningsen2022-01-013-14/+21
* src: store native async execution resources as `v8::Local`Anna Henningsen2022-01-013-17/+30
* src: guard slightly costly check in MakeCallback more stronglyAnna Henningsen2022-01-011-3/+10
* tools: remove last of error-masking in commit-queue.shRich Trott2022-01-011-3/+7
* tools: update eslint to 8.6.0Node.js GitHub Bot2022-01-0176-346/+646
* build: remove Python 2 workaroundRich Trott2022-01-011-7/+1
* fs: use async directory processing in cp()Colin Ihrig2021-12-312-14/+22
* meta: replace API docs issue template with formRich Trott2021-12-312-77/+17
* meta: move one or more collaborators to emeritusNode.js GitHub Bot2021-12-311-2/+2
* doc: fix example description for worker_threadsDmitry Petrov2021-12-311-1/+1
* doc: make pull-request guide default branch agnosticAntoine du Hamel2021-12-311-28/+27
* typings: add types for symbol and accessor properties on `primordials`ExE Boss2021-12-311-52/+117
* typings: add JSDoc for `string_decoder`Qingyu Deng2021-12-311-3/+37
* test: use spawnSync() full name in test-stdio-pipe-stderrRich Trott2021-12-301-2/+2