summaryrefslogtreecommitdiff
path: root/test/message
Commit message (Expand)AuthorAgeFilesLines
* test: remove faulty test caseRuben Bridgewater2017-09-112-22/+0
* lib: instantiate console methods eagerlyBen Noordhuis2017-08-232-0/+22
* console,test: make message test more accurateAnna Henningsen2017-08-031-3/+12
* test: adjust indentation for stricter lintingRich Trott2017-07-271-1/+1
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: remove common.noopRich Trott2017-07-031-2/+2
* tools: update ESLint to v4.0.0Rich Trott2017-06-171-1/+1
* vm: fix displayErrors in runIn.. functionsMarcel Laverdet2017-05-232-1/+22
* errors: AssertionError moved to internal/errorFaiz Halde2017-05-231-1/+1
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-1/+1
* assert: fix AssertionError, assign error codeJames M Snell2017-05-041-3/+3
* test: use JSON.stringify to trigger stack overflowYang Guo2017-04-212-7/+9
* lib: remove _debugger.jsBen Noordhuis2017-04-219-24/+12
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-2/+2
* lib: fix event race condition with -eBen Noordhuis2017-03-242-40/+50
* meta: restore original copyright headerJames M Snell2017-03-1024-5/+404
* test: limit lint rule disabling in message testRich Trott2017-03-081-1/+1
* test: fix over-dependence on native promise implAli Ijaz Sheikh2017-02-191-2/+2
* vm: refactor vm moduleJames M Snell2017-02-177-25/+32
* tools: enable no-throw-literal ESLint ruleRich Trott2017-02-0710-5/+10
* lib: add static identifier codes for all deprecationsJames M Snell2017-01-301-1/+1
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-112-2/+2
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-113-9/+9
* test: provide duration/interval to timersRich Trott2017-01-061-1/+1
* test: use const for all require() callscjihrig2017-01-028-8/+8
* test: fail for missing output filesAnna Henningsen2016-12-121-2/+1
* promise: better stack traces for --trace-warningsAnna Henningsen2016-12-052-0/+36
* lib: fix beforeExit not working with -eBen Noordhuis2016-10-242-24/+32
* test: remove blank lines at end of filesRich Trott2016-10-051-1/+0
* timers: improve setTimeout/Interval performanceBrian White2016-10-011-0/+1
* tools: add additional ESLint rulesTeddy Katz2016-09-201-1/+1
* tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani2016-07-081-1/+1
* vm: don't print out arrow message for custom errorAnna Henningsen2016-06-302-0/+21
* vm: add ability to break on sigint/ctrl+cAnna Henningsen2016-06-185-3/+9
* src: rename "node" script to "bootstrap_node"Daniel Bevenius2016-06-179-23/+23
* punycode: update to v2.0.0Mathias Bynens2016-06-171-4/+4
* debugger: fix --debug-brk interaction with -eRich Trott2016-06-038-15/+17
* module: don't cache uninitialized builtinsAnna Henningsen2016-05-242-0/+23
* test,tools: enable linting for undefined varsRich Trott2016-04-202-0/+2
* lib: improve module loading performanceBrian White2016-04-147-4/+8
* lib,src: refactor src/node.js into internal filesJeremiah Senkpiel2016-03-223-18/+18
* timers: give Timeouts a constructor nameJeremiah Senkpiel2016-03-211-1/+1
* test: fix tests after V8 upgradeMichaƫl Zasso2016-03-031-1/+1
* timers: refactor timersJeremiah Senkpiel2016-02-261-0/+1
* node: improve process.nextTick performanceRuben Bridgewater2016-02-093-9/+9
* src: attach error to stack on displayErrorscjihrig2016-01-262-0/+19
* test: remove unused modulesRich Trott2016-01-011-1/+0
* test: remove unused assert module importsRich Trott2015-12-3022-24/+7
* test: remove unnecessary assignmentsRich Trott2015-12-2618-18/+18
* src: fix line numbers on core errorscjihrig2015-12-142-0/+26