Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-30http: add support for abortsignal to http.requestBenjamin Gruenbaum
2020-10-14lib: use remaining typed arrays from primordialsMichaël Zasso
2020-10-14lib: use Number.parseFloat from primordialsMichaël Zasso
2020-10-14lib: use Number.parseInt from primordialsMichaël Zasso
2020-10-14lib: use global Error constructors from primordialsMichaël Zasso
2020-10-14lib: replace String global with primordialsSebastien Ahkrin
2020-10-14lib: replace Int8Array global with primordialsSebastien Ahkrin
2020-10-14lib: replace Int32Array global with primordialsSebastien Ahkrin
2020-10-14lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-06-30lib: add Int16Array primordialsSebastien Ahkrin
2020-01-13lib: replace BigInt64Array global by the primordialsSebastien Ahkrin
2020-01-10lib: add Uint16Array primordialsSebastien Ahkrin
2020-01-08lib,tools,test: remove custom number-isnan rulecjihrig
2020-01-08lib: add RegExp primordialsSebastien Ahkrin
2020-01-08lib: replace Float32Array global by the primordialsSebastien Ahkrin
2020-01-08lib: replace BigUInt64Array global by the primordialsSebastien Ahkrin
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-04lib: replace WeakSet global by the primordialsSebastien Ahkrin
2020-01-04lib: replace WeakMap global by the primordialsSebastien Ahkrin
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-13lib: enforce use of BigInt from primordialsMichaël Zasso
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-06build: remove (almost) unused macros/constantsbcoe
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-10-06tools: prohibit Error.prepareStackTrace() usageRuben Bridgewater
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-06tools: print a better message for unexpected use of globalsMichaël Zasso
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2018-12-31tools: remove custom buffer-constructor lint rulecjihrig
2018-12-31tools: enable no-buffer-constructor lint rulecjihrig
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-17tools: prevent string literals in some assertionsRich Trott
2018-05-18tools: stricter eslint rule for globalsRuben Bridgewater
2018-04-16tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater
2018-03-21tools,lib: forbid native Error constructorsMichaël Zasso
2018-03-05lib: add internal check macrosGus Caplan
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater