119 Commits (6ff3b0324067b688610e85db9e008d4afceb19cb)

Author SHA1 Message Date
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
Anna Henningsen 10929f6cb6
test: fail for missing output files 8 years ago
Anna Henningsen 196d27dd8c
promise: better stack traces for --trace-warnings 8 years ago
Ben Noordhuis c5b07d4ec6 lib: fix beforeExit not working with -e 8 years ago
Rich Trott 5b2a8053cb test: remove blank lines at end of files 8 years ago
Brian White c8c2544cd9
timers: improve setTimeout/Interval performance 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Sakthipriyan Vairamani 89ede72fca tools: remove unnecessary imports and assignments 8 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 8 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 8 years ago
Mathias Bynens b77eb8c66c
punycode: update to v2.0.0 8 years ago
Rich Trott 1a21524b69 debugger: fix --debug-brk interaction with -e 9 years ago
Anna Henningsen dab09877b0
module: don't cache uninitialized builtins 9 years ago
Rich Trott 4faaed69fa test,tools: enable linting for undefined vars 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Jeremiah Senkpiel 4fe02e23af timers: give Timeouts a constructor name 9 years ago
Michaël Zasso 9968941797 test: fix tests after V8 upgrade 9 years ago
Jeremiah Senkpiel 60f8c1acf4 timers: refactor timers 9 years ago
Ruben Bridgewater 88307974e6 node: improve process.nextTick performance 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Rich Trott 6abd8b587e test: remove unused modules 9 years ago
Rich Trott a030c5cf49 test: remove unused assert module imports 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
cjihrig b799a74709 src: fix line numbers on core errors 9 years ago
Rod Vagg d2c8ba5248 node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 9 years ago
Rich Trott 7cb89f515d test: remove flaky status from eval_messages test 9 years ago
Michaël Zasso bbdbef9274 test: fix tests after V8 upgrade 9 years ago
Alexis Campailla 165767dc7d test: mark eval_messages as flaky 9 years ago
Alexis Campailla ff05953b8d test: add test configuration templates 9 years ago
Michaël Zasso 2235fad11b test: remove unreachable code 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Ben Noordhuis c2b8b30836 test: remove stray copyright notices 10 years ago
Ben Noordhuis 93a44d5228 src: fix deferred events not working with -e 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 0df54303c1 test: common.js -> common 10 years ago
Brian White b677b844fc events: optimize various functions 10 years ago
Ben Noordhuis 635337f953 test: fix message tests regression 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis edaf7af30b test: make test runner multi-arch/mode compatible 10 years ago
Fedor Indutny a48583e8d7 test: fix error messages after v8 upgrade 10 years ago
Ben Noordhuis 17fbdc18b8 lib: name EventEmitter prototype methods 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Fedor Indutny f1de13b8ab node: do not print SyntaxError hints to stderr 11 years ago
Vladimir Kurchatkin 055f7e9da9 src: only access stack of non-null errors 11 years ago
Vladimir Kurchatkin 259d449622 src: only access stack of defined errors 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago