summaryrefslogtreecommitdiff
path: root/lib/internal/process/promises.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-07-07process: refactor unhandledRejection logiccjihrig
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-06-17process: refactor unhandled rejection handlingJoyee Cheung
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-11-27process: emit unhandled warning immediatelyAnatoli Papirovski
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-05util: make util binding internalcjihrig
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2017-11-22process: improve unhandled rejection messageMadara Uchiha
2017-09-08promises: more robust stringificationTimothy Gu
2017-08-14lib: move deprecationWarned varDaniel Bevenius
2017-04-30process: cast promise rejection reason to stringCameron Little
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-12-05promise: better stack traces for --trace-warningsAnna Henningsen
2016-10-05timers: improve setImmediate() performanceBrian White
2016-09-20process: changed var to const in internal/process/promisesAdri Van Houdt
2016-08-29promise: hard deprecation for unhandled promise rejectionJames M Snell
2016-08-29promise: warn on unhandled rejectionsBenjamin Gruenbaum
2016-04-18process: fix incorrect usage of assert.fail()Rich Trott
2016-03-22lib,src: refactor src/node.js into internal filesJeremiah Senkpiel