summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
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
2015-05-20util: speed up common case of formatting stringСковорода Никита Андреевич
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-05-03Revert "url: significantly improve the performance of the url module"Rod Vagg
2015-05-01url: significantly improve the performance of the url modulePetka Antonov
2015-04-25util: add Map and Set inspection supportChristopher Monsanto
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-03-31lib: remove unused variablesBrian White
2015-03-22util: Check input to util.inheritsConnor Peet
2015-02-24util: handle symbols properly in format()cjihrig
2015-02-07util: simplify `isPrimitive`Vladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-08util: _detailedException to _exceptionWithHostPortEvan Lucas
2015-01-08util,net: move _detailedException into utilEvan Lucas
2015-01-08util: show symbol propertiesVladimir Kurchatkin