summary refs log tree commit diff stats
path: root/tests/collections
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-1/+25
* added hash for uints (#5435)Fabian Keller2017-02-261-0/+15
* reenabled clear test, made clear working (#5323)Arne Döring2017-02-021-22/+20
* Fixes #5035Felix Krause2016-11-181-1/+24
* Table fixes. fixes #4901Felix Krause2016-10-231-0/+33
* fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-051-0/+13
* Disable failing tests for tables.clear()Kier Davis2016-07-091-20/+22
* Add tests for tables.clear()Kier Davis2016-07-092-0/+46
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-132-3/+9
|\
| * Rename mget to `[]`def2015-03-312-17/+23
* | improves new testsAraq2015-10-122-3/+12
* | sequtils related changesPeter Mora2015-10-052-0/+35
* | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-3/+3
* | added hash function for ordinal typesFabian Keller2015-07-031-0/+75
* | Merge pull request #2660 from MrJohz/contains-tablesAndreas Rumpf2015-05-082-15/+19
|\ \
| * | Add contains proc for tables to allow usage of `in`Jonathan2015-05-052-15/+19
* | | Merge pull request #2596 from Nycto/develVarriount2015-05-071-14/+34
|\ \ \ | |/ / |/| |
| * | Fix floats in tuples in HashSetsNycto2015-04-241-14/+34
| |/
* / fixes #2625Araq2015-05-031-0/+19
|/
* Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16