Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26src: prevent hard coding stack trace limitlegendecas
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-17test: change var to letnathias
2019-11-13esm: unflag --experimental-modulesGuy Bedford
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-10-06process: add source-map support to stack tracesbcoe
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-08-11test: unskip tests that now pass on AIXSam Roberts
2019-08-07events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-06tools: fix node-core/required-modules eslint ruleBen Noordhuis
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-14tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-12console: remove trace frameRuben Bridgewater
2019-04-04module: inline try catchRuben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-22console: fix trace functionRuben Bridgewater
2019-03-18timers: refactor timer callback initializationJoyee Cheung
2019-03-14test: fix tests after V8 updateMichaël Zasso
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-15process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-07test: prepare test/message/testcfg.py for Python 3cclauss
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-11-29process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-11-20test: use print() function on both Python 2 and 3cclauss
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-06test: remove unused catch bindingscjihrig
2018-10-18timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-16tools,test: cleanup and dedup codeRefael Ackermann
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-25src: refactor timers to remove TimerWrapAnatoli Papirovski