summaryrefslogtreecommitdiff
path: root/lib/internal/util.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-06util: add internal sleep() functioncjihrig
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26lib: use let instead of varShubham Chaturvedi
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-02lib: stop using prepareStackTraceGus Caplan
2019-08-25lib: consolidate lazyErrmapGet()cjihrig
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-09util: use Set to store deprecation codesDaniel Nalborczyk
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-18util: fix wrong usage of Error.prepareStackTraceSimon Zünd
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-21util: extract uncurryThis function for reuseZYSzys
2019-03-21util: require `isNativeError` from internalBindingZYSzys
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-01-09util: update comment in util.promisifyKazushi Kitaya
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-27util: simplify codeKazushi Kitaya
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-03util: improve internal `isError()` validationRuben Bridgewater
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-09-05util: make util binding internalcjihrig
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-05-03util: improve spliceOne perfAnatoli Papirovski
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-20buffer: fix deprecation warning emitAnatoli Papirovski
2018-04-20util: improve inspect performanceRuben Bridgewater
2018-04-15lib: fix coverage reportingAnna Henningsen
2018-04-10buffer: do deprecation warning outside `node_modules`Anna Henningsen
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-24lib,test: lint fixes for linter upgradeRich Trott
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-04events: show throw stack trace for uncaught exceptionAnna Henningsen
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
2018-02-22tools: enable eslint no-undef-init ruleRuben Bridgewater
2018-02-22src: replace var for (let|const) in utilities modulejvelezpo