summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
2018-05-11Revert "util: change %o depth default"Anna Henningsen
2018-05-03util: named anonymous functionsCarrie Coxwell
2018-04-20util: improve inspect performanceRuben Bridgewater
2018-04-16util: fix inspect performance bugRuben Bridgewater
2018-04-14util: inspect arguments properlyRuben Bridgewater
2018-04-12util: introduce `formatWithOptions()`Anna Henningsen
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-25util: show Weak(Set|Map) entries in inspectRuben Bridgewater
2018-03-25util: improve iterator inspect outputRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-17Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater
2018-03-17util: add boxed BigInt formatting to util.inspectMichaël Zasso
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-02-25util: use blue on non-windows systems for number/bigintGus Caplan
2018-02-22src: replace var for (let|const) in utilities modulejvelezpo
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-02-07util: skip type checks in internal getSystemErrorNameJoyee Cheung
2018-02-01util: add bigint formatting to util.inspectGus Caplan
2018-01-24lib: add internal removeColors helperRuben Bridgewater
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-16util: change %o depth defaultRuben Bridgewater
2018-01-16util: change util.inspect depth defaultRuben Bridgewater
2017-12-29util: improve error message of _errnoExceptionWeijia Wang
2017-12-28repl: fix coloring of `process.versions`Ben Noordhuis
2017-12-21util: rename util.inspect argumentRuben Bridgewater
2017-12-21util: add util.inspect compact optionRuben Bridgewater
2017-12-15util: allow wildcards in NODE_DEBUG variableTyler
2017-12-09util: fix negative 0 check in inspectGus Caplan
2017-12-01util: use @@toStringTagGus Caplan
2017-11-24lib: remove use of Debug.MakeMirror()Ben Noordhuis
2017-11-18util: escaping object keys in util.inspect()buji
2017-11-16util: runtime deprecation for custom .inspect()Rich Trott
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-25util,assert: expose util.isDeepStrictEqual()Rich Trott
2017-10-23vm: deprecate vm.runInDebugContextJosh Gavant
2017-10-04util: use faster -0 checkBrian White
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-19util: use constructor nameRuben Bridgewater
2017-09-19util: improve format performanceRuben Bridgewater
2017-09-14util: fix out of bounds indices in util.inspectRuben Bridgewater
2017-09-14util: refactor inspect for performance and moreRuben Bridgewater
2017-08-30util: remove duplicate code in formatAnatoli Papirovski
2017-08-25lib: remove circular referenceRuben Bridgewater
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-21util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-08-17util: use proper circular reference checkingAnna Henningsen