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
2017-10-23lib: faster type checks for some typesTimothy Gu
2017-09-21assert: fix boxed primitives in deepStrictEqualRuben Bridgewater
2017-09-20assert: fix deepEqual inconsistenciesRuben Bridgewater
2017-09-12lib: remove circular referenceRuben Bridgewater
2017-09-12assert: handle errors properly with deep*EqualRuben Bridgewater
2017-09-12assert: handle sparse arrays in deepStrictEqualRuben Bridgewater
2017-08-13assert: optimize code path for deepEqual MapsRuben Bridgewater
2017-07-28assert: improve deepEqual Set and Map worst caseRuben Bridgewater
2017-07-28assert: refactor to reduce unecessary code pathsRuben Bridgewater
2017-07-27assert: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-24assert: refactor the codeRuben Bridgewater
2017-06-07assert: fix deepEqual similar sets and maps bugJoseph Gentle
2017-06-05assert: fix deepEqual RangeError: Maximum call stack size exceededrmdm
2017-05-28errors: AssertionError moved to internal/errorFaiz Halde
2017-05-08assert: restore TypeError if no argumentsRich Trott
2017-05-07assert: improve deepEqual perf for large inputAnna Henningsen
2017-05-07errors,test: migrating error to internal/errorslarissayvette
2017-05-04assert: fix AssertionError, assign error codeJames M Snell
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-13assert: improve assert.fail() APIRich Trott
2017-04-03assert: add support for Map and Set in deepEqualJoseph Gentle
2017-03-12assert: enforce type check in deepStrictEqualJoyee Cheung
2017-02-27assert: fix premature deep strict comparisonJoyee Cheung
2017-02-25assert: apply minor refactoringRich Trott
2017-02-16assert: remove unneeded conditionRich Trott
2017-02-15assert: fix misformatted error messageRich Trott
2017-01-11assert, tools: enforce strict (not)equal in eslintGibson Fahnestock
2017-01-04assert: update commentsKai Cataldo
2016-10-19assert: name anonymous functionsMiguel Angel Asencio Hurtado
2016-09-13tools: replace custom ESLint rule with built-inRich Trott
2016-08-19assert: remove code that is never reachedRich Trott
2016-08-09assert: fix deepEqual/deepStrictEqual on equivalent typed arraysFeross Aboukhadijeh
2016-06-28assert: remove unneeded arguments special handlingRich Trott
2016-04-30assert: allow circular referencesRich Trott
2016-04-19assert: respect assert.doesNotThrow message.Ilya Shaisultanov
2016-03-31assert: Check typed array view type in deepEqualAnna Henningsen
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-11lib: copy arguments object instead of leaking itNathan Woltman
2016-01-14lib: fix style issues after eslint updateMichaël Zasso
2015-12-21assert: typed array deepequal performance fixClaudio Rodriguez
2015-12-09assert: accommodate ES6 classes that extend ErrorRich Trott
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-10-08assert: support arrow functions in .throws()Ben Noordhuis
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-03-24assert: simplify logic of testing buffer equalityAlex Yursha
2015-02-09assert: introduce `deepStrictEqual`Vladimir Kurchatkin
2015-02-06assert: don't compare object `prototype` propertyVladimir Kurchatkin
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-31assert: use util.inspect() to create error messagescjihrig