summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* src,tools: use https://nodejs.org URL when possible.XhmikosR2018-07-143-3/+3
* doc: add "Edit on GitHub" linkRich Trott2018-07-132-1/+10
* tools: avoid global install of dmn for lint updateRich Trott2018-07-121-5/+2
* tools: add no-duplicate-requires ruleGus Caplan2018-07-121-0/+70
* tools: build all.json by combining generated JSONSam Ruby2018-07-095-54/+66
* n-api: restrict exports by versionKyle Farnung2018-07-052-0/+8
* tools: build all.html by combining generated HTMLSam Ruby2018-07-021-0/+73
* doc: fix some linksVse Mozhet Byt2018-07-021-1/+1
* src: move context bootstrap to jsGus Caplan2018-06-271-0/+4
* build: speed up startup with V8 code cacheJoyee Cheung2018-06-272-0/+125
* test: remove outdated, non-functioning testAnatoli Papirovski2018-06-241-20/+0
* tools: update ESLint to 5.0.0cjihrig2018-06-244393-46865/+155387
* build: build addon tests in parallelAnna Henningsen2018-06-111-0/+58
* tools: add option to use custom template with js2c.pyShelley Vohr2018-06-111-0/+4
* tools,gyp: fix regex for version matchingRich Trott2018-06-081-1/+1
* tools: remove unused global types from type-parserRich Trott2018-06-081-6/+3
* doc: document BigInt support in fs.StatsJoyee Cheung2018-06-071-0/+2
* test,tools: refactor custom ESLint for readabilityRich Trott2018-06-061-3/+1
* src, tools: add check for left leaning pointersDaniel Bevenius2018-06-071-0/+27
* test: create new directory v8-updatesMatheus Marchini2018-06-061-1/+2
* worker: rename to worker_threadsAnna Henningsen2018-06-061-1/+1
* test,tools: enable running tests under workersAnna Henningsen2018-06-062-0/+18
* worker: implement `MessagePort` and `MessageChannel`Anna Henningsen2018-06-061-1/+3
* tools: update tools/doc/package-lock.jsonRich Trott2018-05-291-0/+31
* tools: fix sorting in doc/type-parser.jsVse Mozhet Byt2018-05-261-2/+2
* doc: removed LTS label from v4 in doc version pickerChris Young2018-05-231-1/+1
* test: fix tests that fail under coverageBenjamin Coe2018-05-221-0/+9
* tools: update prohibited-strings md lintingRich Trott2018-05-182-366/+407
* tools: stricter eslint rule for globalsRuben Bridgewater2018-05-182-35/+50
* tools, doc: wrap manpage links in code elementsVse Mozhet Byt2018-05-171-1/+1
* tools, doc: fix stability index isssuesVse Mozhet Byt2018-05-171-6/+15
* tools: eliminate intermediate module in doctoolsVse Mozhet Byt2018-05-162-17/+2
* tools: fix "the the" typos in commentsMasashi Hirano2018-05-164-4/+4
* tools: hide symbols for builtin JS files in binaryAnna Henningsen2018-05-141-0/+4
* tools: make C++ linter reject `template<`Anna Henningsen2018-05-141-0/+4
* tools: overhaul tools/doc/html.jsVse Mozhet Byt2018-05-141-307/+213
* tools: use macOS as operating system nameRich Trott2018-05-101-0/+0
* tools: remove `--quiet` from run-valgrind.pyAnna Henningsen2018-05-101-3/+0
* doc, tools: unify stability signaturesVse Mozhet Byt2018-05-091-2/+1
* tools: add eslint check for skipIfEslintMissingRichard Lau2018-05-082-1/+61
* tools: add v10 to alternative version docs menuVse Mozhet Byt2018-05-081-0/+1
* tools: remove redundant code in doc/html.jsVse Mozhet Byt2018-05-071-52/+12
* tools: fix TypeError from `test.py --time`Richard Lau2018-05-021-1/+1
* tools: dedupe property access in doc/type-parserVse Mozhet Byt2018-05-021-2/+2
* tools: remove redundant RegExp flagVse Mozhet Byt2018-04-281-1/+1
* tools: simplify HTML generationVse Mozhet Byt2018-04-282-67/+23
* tools: add log output to crashesRuben Bridgewater2018-04-271-3/+1
* tools: show stdout/stderr for timed out testsRich Trott2018-04-261-1/+1
* tools: modernize and optimize doc/addon-verify.jsVse Mozhet Byt2018-04-241-61/+37
* test: fix test when NODE_OPTIONS env var is set to --trace-warningsAshok2018-04-231-0/+1