summary refs log tree commit diff stats
path: root/tests/collections
Commit message (Expand)AuthorAgeFilesLines
* fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594)ringabout2023-08-311-0/+17
* some test cleanups & category reorganization (#22010)metagn2023-06-061-0/+37
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-121-0/+8
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-061-2/+4
* less test time costs (#20479)Bung2022-10-021-5/+2
* defaults to ORC (#19972)ringabout2022-09-231-37/+36
* rename nimEnableHashRef [backport] (#18941)flywind2021-10-041-1/+0
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-0/+1
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-1/+1
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-0/+14
* use typeof instead type (#16962)flywind2021-02-081-1/+1
* use doAssert in tests (#16486)flywind2020-12-283-103/+103
* improve tests for collections (#16328)Timothee Cour2020-12-121-64/+5
* sets minor improvement (#16087)flywind2020-11-211-0/+261
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-17/+0
* change/remove deprecated stuffnarimiran2020-10-281-23/+5
* fix #15750narimiran2020-10-281-0/+6
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-0/+10
* tables.nim: Add named fields in `smallest` and `largest` (#14919)ee72020-07-061-0/+14
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-3/+2
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-141-1/+8
* fix mapIt issues #12625 & #12639 (#14041)Judd2020-04-211-0/+3
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-0/+17
* Add `hashWangYi1` (#13823)c-blake2020-04-152-3/+10
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-1/+1
* faster CIs (#13803)Miran2020-03-303-8/+316
* fix deprecations and other warnings (#13748)Miran2020-03-252-10/+10
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-2/+43
* Remove testutils (#13435) [backport]Clyybber2020-02-192-2/+7
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-192-7/+29
* fixes #11764, faster hashing of (u)int (#12407)Miran2019-10-152-3/+3
* faster CountTable sort(), optional SortOrder (#11010)Andy Davidoff2019-04-161-15/+30
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-3/+3
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-1/+2
* lots of small changesArne Döring2018-12-111-2/+2
* megatest can be executedArne Döring2018-12-111-0/+0
* require errormsg to be specified before file.Arne Döring2018-12-112-6/+3
* make some tests faster (#9413)Miran2018-10-171-25/+6
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1215-716/+704
* Updated tests for CritBitTree $data-man2018-06-071-3/+3
* Modify hash for HashSet to use `xor` to mix hash of items.Lolo Iccl2018-05-091-4/+0
* Modify previous commit and add testsLolo Iccl2018-05-091-4/+52
* make tests greenAndreas Rumpf2018-05-051-2/+2
* Don't escape multibyte characters (#7570)Oscar Nihlgård2018-04-231-2/+8
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-1/+2
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-143-3/+109
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-041-0/+15
* Deques compilation error fix (#5591)Dmitriy Fomichev2017-03-241-0/+17
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+42