summaryrefslogtreecommitdiff
path: root/lib/internal/process
AgeCommit message (Expand)Author
2019-12-06lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26lib: use let instead of varShubham Chaturvedi
2019-11-26lib: replace var with let/constjens-cappelle
2019-11-26process: replace var with let/constJesper Ek
2019-11-26process: replace vars in per_thread.jsEmaSuriano
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25lib: main_thread_only change var to letmatijagaspar
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-14vm: add Synthetic modulesGus Caplan
2019-09-14process: use public readableFlowing propertyChetan Karande
2019-09-03policy: minor perf opts and cleanupBradley Farias
2019-08-27process: improve nextTick performanceBrian White
2019-07-12report: modify getReport() to return an ObjectChristopher Hiller
2019-07-07process: refactor unhandledRejection logiccjihrig
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-06-17process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-17process: refactor unhandled rejection handlingJoyee Cheung
2019-06-10process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-26Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-12lib: restore `global.module` after --eval code is runAnna Henningsen
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-29lib: remove outdated optimizationsWeijia Wang
2019-04-28process: reduce the number of internal frames in async stack traceJoyee Cheung
2019-04-28lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-26process: improve cwd performanceRuben Bridgewater
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-20lib: use getOptionValue instead of process underscore aliasesJoyee Cheung
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10report: improve signal name validationcjihrig
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-05lib: make queueMicrotask fasterAnatoli Papirovski
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-28process: remove protection for SyncWriteStream destroy in stdioMatteo Collina