summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
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
2017-03-22lib: Use regex to compare error messageKunal Pathak
2017-03-17util: avoid using forEachJames M Snell
2017-03-16util: display Symbol keys in inspect by defaultShahar Or
2017-03-10util: throw toJSON errors when formatting %jTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-10util: change sparse arrays inspection formatAlexey Orlenko
2017-03-06util: convert inspect.styles and inspect.colors to prototype-less objectsNemanja Stojanovic
2017-03-06util: fix inspecting symbol key in stringAli BARIN
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-19util: cleanup internalUtil.deprecateJames M Snell