aboutsummaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
2016-09-20util: don't init Debug if it's not needed yetBryan English
2016-09-20util: simplify SIMD setupDany Shaanan
2016-08-26util: improve function signature of util._extendSakthipriyan Vairamani
2016-08-25util: allow returning `this` from custom inspectAnna Henningsen
2016-08-25util: allow symbol-based custom inspection methodsAnna Henningsen
2016-08-19Revert "repl,util: insert carriage returns in output"Evan Lucas
2016-08-13repl,util: insert carriage returns in outputJungMinu
2016-08-09util: add inspect.defaultOptionsRoman Reiss
2016-08-02util: fix formatting of objects with SIMD enabledAnna Henningsen
2016-07-17util: inspect boxed symbols like other primitivesAnna Henningsen
2016-07-05util: add an option for configuring break lengthcjihrig
2016-05-23util: pretty-print SIMD typesBen Noordhuis
2016-05-16util: fix invalid date output with util.inspectRumkin
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-03util: truncate inspect array and typed arrayJames M Snell
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-03-04util: improve format() performance furtherBrian White
2016-03-04util: improve util.format performanceEvan Lucas
2016-02-17http,util: fix typos in commentsAlexander Makarenko
2016-02-01lib: scope loop variablesRich Trott
2016-01-11util: Change how Error objects are formattedMudit Ameta
2015-12-30util: faster arrayToHashJackson Tian
2015-12-16util: use consistent Dates in inspect()Xotic750
2015-12-02util: determine object types in C++cjihrig
2015-12-02util: make inspect more reliableEvan Lucas
2015-11-30util: fix constructor/instanceof checksBrian White
2015-11-30util: move .decorateErrorStack to internal/utilBen Noordhuis
2015-11-25util: add decorateErrorStack()cjihrig
2015-11-18util: remove pumpWyatt Preul
2015-11-18util: Remove exec, has been deprecated for yearsWyatt Preul
2015-11-15util: use Object.create(null) for dictionary objectMinwoo Jung
2015-11-14util: improve typed array formattingBen Noordhuis
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-11-06util: use regexp instead of str.replace().join()qinjia
2015-10-27lib,test: update let to const where applicableSakthipriyan Vairamani
2015-10-27util: make inherits work with classesMichaƫl Zasso
2015-10-19util: Remove p, has been deprecated for yearsWyatt Preul
2015-10-06util: fix for inspecting promisesEvan Lucas
2015-10-05util: correctly inspect Map/Set IteratorsEvan Lucas
2015-10-05util: fix check for Array constructorEvan Lucas
2015-09-30util: optimize promise introspectionBen Noordhuis
2015-08-08util: display constructor when inspecting objectsChristopher Monsanto
2015-07-27util: delay creation of debug contextAli Ijaz Sheikh
2015-07-21util: removing redundant checks in is* functionsSakthipriyan Vairamani
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-16util: dont repeat isBufferBrendan Ashworth
2015-06-16util: move deprecate() to internal moduleBrendan Ashworth
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-04util: introduce `printDeprecationMessage` functionVladimir Kurchatkin