summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-06-17fs: document the Date conversion in Stats objectsJoyee Cheung
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-17process: refactor unhandled rejection handlingJoyee Cheung
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-15module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-12assert: fix error diffRuben Bridgewater
2019-06-12assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-11module: handle empty require.resolve() optionscjihrig
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-10http2: do not register unnecessary listenersAntonio Kukas
2019-06-10process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-09util: use Set to store deprecation codesDaniel Nalborczyk
2019-06-09util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-09src: only run preloadModules if the preload array is not emptySamuel Attard
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-06-08util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-01http2: respect inspect() depthcjihrig
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-31errors: create internal connResetExceptionRich Trott
2019-05-31child_process: runtime deprecate _channelcjihrig
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-30crypto: fix KeyObject handle type error messageAlexander Avakov
2019-05-30console: fix table() outputBrian White
2019-05-27child_process: simplify spawn argument parsingcjihrig
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-25assert: remove unreachable codeRich Trott
2019-05-24esm: refactor createDynamicModule()cjihrig
2019-05-23assert: remove unreachable codeRich Trott
2019-05-23http2: support net.Server optionsLuigi Pinca
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-20esm: use correct error argumentscjihrig
2019-05-20child_process: setup stdio on error when possiblecjihrig
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: if present, fallback to `toString` using the %s formatterRuben Bridgewater
2019-05-20util: remove outdated commentRuben Bridgewater
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-20util: simplify inspection limit handlingRuben Bridgewater
2019-05-20bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-18http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16console: don't attach unnecessary error handlerscjihrig
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-16assert: remove unused codeRuben Bridgewater