| Commit message (Expand) | Author | Age | Files | Lines |
* | process: inspect error in case of a fatal exception | Ruben Bridgewater | 2019-05-16 | 7 | -7/+45 |
* | tools: fix node-core/required-modules eslint rule | Ben Noordhuis | 2019-05-06 | 5 | -5/+2 |
* | process: reduce the number of internal frames in async stack trace | Joyee Cheung | 2019-04-28 | 15 | -12/+173 |
* | lib: throw a special error in internal/assert | Joyee Cheung | 2019-04-25 | 4 | -0/+45 |
* | process: add --unhandled-rejections flag | Ruben Bridgewater | 2019-04-15 | 2 | -0/+29 |
* | tools: python: ignore instead of select flake8 rules | Refael Ackermann | 2019-04-13 | 1 | -17/+8 |
* | console: remove trace frame | Ruben Bridgewater | 2019-04-12 | 1 | -1/+0 |
* | module: inline try catch | Ruben Bridgewater | 2019-04-04 | 15 | -22/+8 |
* | esm: phase two of new esm implementation | guybedford | 2019-03-27 | 7 | -12/+16 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 2 | -2/+2 |
* | console: fix trace function | Ruben Bridgewater | 2019-03-21 | 2 | -0/+15 |
* | timers: refactor timer callback initialization | Joyee Cheung | 2019-03-19 | 1 | -2/+2 |
* | test: fix tests after V8 update | Michaël Zasso | 2019-03-14 | 7 | -12/+17 |
* | process: refactor global.queueMicrotask() | Joyee Cheung | 2019-03-11 | 2 | -4/+4 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 2 | -2/+2 |
* | src: handle errors while printing error objects | Anna Henningsen | 2019-02-03 | 2 | -0/+15 |
* | process: split execution into main scripts | Joyee Cheung | 2019-01-30 | 11 | -41/+22 |
* | process: allow StartExecution() to take a main script ID | Joyee Cheung | 2019-01-16 | 6 | -11/+11 |
* | process: make tick callback and promise rejection callback more robust | Joyee Cheung | 2019-01-06 | 3 | -6/+6 |
* | src: split `LoadEnvironment()` at `startExecution()` | Anna Henningsen | 2019-01-06 | 8 | -28/+1 |
* | process: move eval and exception bootstrap ito process/execution.js | Joyee Cheung | 2018-12-31 | 2 | -8/+8 |
* | src: move process.nextTick and promise setup into node_task_queue.cc | Joyee Cheung | 2018-12-24 | 3 | -3/+3 |
* | test: prepare test/message/testcfg.py for Python 3 | cclauss | 2018-12-06 | 1 | -1/+11 |
* | src: use NativeModuleLoader to compile all the bootstrappers | Joyee Cheung | 2018-12-04 | 3 | -6/+6 |
* | process: refactor the bootstrap mode branching for readability | Joyee Cheung | 2018-11-29 | 11 | -12/+39 |
* | test: use print() function on both Python 2 and 3 | cclauss | 2018-11-19 | 1 | -11/+12 |
* | src: emit warnings from V8 | Gus Caplan | 2018-11-16 | 2 | -0/+20 |
* | test: remove unused catch bindings | cjihrig | 2018-11-06 | 2 | -2/+2 |
* | timers: run nextTicks after each immediate and timer | Anatoli Papirovski | 2018-10-17 | 5 | -8/+8 |
* | tools,test: cleanup and dedup code | Refael Ackermann | 2018-10-16 | 1 | -10/+1 |
* | assert: switch `inputs` to `values` | Ruben Bridgewater | 2018-09-27 | 2 | -2/+2 |
* | process: add `multipleResolves` event | Ruben Bridgewater | 2018-09-25 | 1 | -0/+1 |
* | assert: multiple improvements | Ruben Bridgewater | 2018-08-04 | 3 | -11/+10 |
* | test: make crashOnUnhandleRejection opt-out | Michaël Zasso | 2018-07-19 | 1 | -1/+2 |
* | src: refactor timers to remove TimerWrap | Anatoli Papirovski | 2018-06-24 | 1 | -1/+1 |
* | util: fix inspected stack indentation | Ruben Bridgewater | 2018-05-21 | 2 | -0/+75 |
* | test: remove untested knownGlobals | Ruben Bridgewater | 2018-05-19 | 1 | -3/+6 |
* | assert: make sure throws is able to handle primitives | Ruben Bridgewater | 2018-05-10 | 1 | -2/+2 |
* | assert: improve default error messages | Ruben Bridgewater | 2018-04-14 | 2 | -2/+6 |
* | test: fix promise message test after V8 update | Michaël Zasso | 2018-04-11 | 1 | -0/+1 |
* | lib: rename js source to lower snake_case | Daniel Bevenius | 2018-03-28 | 4 | -4/+4 |
* | assert: improve assert.throws | Ruben Bridgewater | 2018-03-25 | 1 | -1/+7 |
* | lib: restructure cjs and esm loaders | Joyee Cheung | 2018-03-15 | 18 | -93/+93 |
* | src: put bootstrappers in lib/internal/bootstrap/ | Joyee Cheung | 2018-03-15 | 8 | -35/+35 |
* | test: fix esm message tests after V8 update | Michaël Zasso | 2018-03-07 | 4 | -6/+2 |
* | src: move internal loaders out of bootstrap_node.js | Joyee Cheung | 2018-03-06 | 6 | -11/+11 |
* | events: show throw stack trace for uncaught exception | Anna Henningsen | 2018-03-04 | 6 | -0/+92 |
* | timers: refactor timer list processing | Anatoli Papirovski | 2018-02-09 | 1 | -1/+2 |
* | assert: fix throws trace | Ruben Bridgewater | 2018-02-09 | 2 | -0/+20 |
* | test: fix if-error-has-good-stack | Joyee Cheung | 2018-01-26 | 1 | -8/+8 |