summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
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
2017-08-13util: improve util.inspect performanceRuben Bridgewater
2017-08-04util: implement %o and %O as formatting specifiersGreg Alexander
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-07-23util: refactor util moduleJames M Snell
2017-07-16util: delete unused argument 'depth'kadoufall
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-23util: make util.debuglog() consistent with docVse Mozhet Byt
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-16util: ignore invalid format specifiersMichaƫl Zasso
2017-06-13errors: add missing ERR_ prefix on util.callbackify errorJames M Snell
2017-06-10util: add callbackifyRefael Ackermann
2017-06-10cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt
2017-06-02errors,util: migrate to use internal/errors.jsBidisha Pyne
2017-06-02util: refactor format method.Performance improved.Jesus Seijas
2017-05-09util: add util.promisify()Anna Henningsen
2017-04-30util: fix permanent deoptimizationsBrian White
2017-04-24util: move getConstructorOf() to internalTimothy Gu
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-08util: use V8 C++ API for inspecting PromisesTimothy Gu
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-03-29util: add %i and %f formatting specifiersRoman Reiss
2017-03-28util: use `[Array]` for deeply nested arraysAnna Henningsen