summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade npm to 8.8.0npm-robot2022-04-28174-2200/+7767
* deps: remove linux-ppc64 architectureDaniel Bevenius2022-04-2858-114/+1
* deps: remove linux-ppc architectureDaniel Bevenius2022-04-2858-114/+1
* deps: remove aix-gcc architectureDaniel Bevenius2022-04-2858-114/+1
* deps: remove archs/aix64-gccDaniel Bevenius2022-04-2851-99719/+0
* deps: add note about removing asm archsDaniel Bevenius2022-04-281-0/+12
* deps: add template for generated headersDaniel Bevenius2022-04-28197-16084/+99
* errors,console: refactor to use ES2021 syntax小菜2022-04-282-23/+13
* doc,test: add tests and docs for duplex.fromWeb and duplex.toWebErick Wendel2022-04-282-1/+185
* doc: clarify guide on testing internal errorsLivia Medeiros2022-04-271-0/+12
* test: improve lib/internal/test_runner/test.js coverageMURAKAMI Masahiko2022-04-272-4/+57
* test: check ecdsa psychic signatureFilip Skokan2022-04-271-0/+100
* doc: fix markdown formatting in primordials.mdTobias Nießen2022-04-271-0/+1
* 2022-04-26, Version 16.15.0 'Gallium' (LTS)Danielle Adams2022-04-2615-42/+423
* test: fix port in net-perf_hooksLivia Medeiros2022-04-271-1/+1
* fs: fix mkdirSync so ENOSPC is correctly reportedSantiago Gimeno2022-04-271-0/+1
* doc: add primordials guidelinesAntoine du Hamel2022-04-271-0/+595
* doc: elevate node-clinic diagnostic tierRafaelGSS2022-04-261-1/+1
* lib,src: use Response URL as WebAssembly locationTobias Nießen2022-04-256-1/+40
* test: skip test that cannot pass under --node-builtin-modules-pathGeoffrey Booth2022-04-251-0/+4
* tools: bump jsdoccomment from 0.22.1 to 0.29.0Rich Trott2022-04-2514-710/+202
* doc: update WebAssembly strategy with Wasm Web APITobias Nießen2022-04-251-3/+3
* wasi: remove unecessary null checkMichael Dawson2022-04-241-5/+3
* tools: update eslint to 8.14.0Node.js GitHub Bot2022-04-24606-1852/+3535
* meta: update AUTHORSNode.js GitHub Bot2022-04-242-1/+4
* test: fix flaky HTTP server testsTobias Nießen2022-04-242-12/+6
* errors,vm: update error and use causeGus Caplan2022-04-244-17/+27
* src,crypto: remove uses of AllocatedBuffer from crypto_ec.ccDarshan Sen2022-04-241-14/+28
* build: enable V8's shared read-only heapMichaël Zasso2022-04-244-4/+13
* lib: remove experimental warning from FormDataXuguang Mei2022-04-241-1/+1
* build: improve reliability of find_python.cmd scriptLuigi Pinca2022-04-231-2/+2
* crypto: validate `this` in all webcrypto methods and gettersFilip Skokan2022-04-232-11/+206
* v8: export more fields in getHeapStatisticstheanarkh2022-04-234-15/+41
* lib,src: implement WebAssembly Web APITobias Nießen2022-04-23161-2/+8056
* doc: order `vm.Module` linker arguments correctlySimen Bekkhus2022-04-221-2/+2
* doc: add @kuriyosh to collaboratorsYoshiki Kurihara2022-04-221-0/+2
* doc: add maintaining-webassembly.mdMichael Dawson2022-04-211-0/+97
* doc: fix outdated documentation for `family` propertyAntoine du Hamel2022-04-214-11/+31
* doc: delete heapdump from diagnostic tooling support tiersTony Gorez2022-04-211-1/+0
* test: use `assert.match()` instead of `assert(regex.test())`Antoine du Hamel2022-04-211-18/+18
* doc: fix example in assert.mdLivia Medeiros2022-04-211-4/+4
* Revert "build: make x86 Windows support temporarily experimental"Michaël Zasso2022-04-211-22/+23
* build: run V8 tests with detected Python versionRichard Lau2022-04-211-3/+3
* tools: update V8 gypfiles for 10.2Michaël Zasso2022-04-211-0/+2
* deps: make V8 10.2 ABI-compatible with 10.1Michaël Zasso2022-04-2115-3/+56
* deps: make V8 compilable with older glibcMichaël Zasso2022-04-212-19/+1
* deps: V8: fix v8-cppgc.h for MSVCJiawen Geng2022-04-212-1/+4
* deps: silence V8's warning on CompileFunctionMichaël Zasso2022-04-212-2/+1
* deps: disable trap handler for Windows cross-compilerMichaël Zasso2022-04-212-2/+2
* deps: fix V8 build issue with inline methodsJiawen Geng2022-04-214-2/+17