summary refs log tree commit diff stats
path: root/tests/collections/ttables.nim
Commit message (Expand)AuthorAgeFilesLines
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-1/+1
* faster CIs (#13803)Miran2020-03-301-7/+3
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-2/+43
* Remove testutils (#13435) [backport]Clyybber2020-02-191-1/+4
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-4/+27
* fixes #11764, faster hashing of (u)int (#12407)Miran2019-10-151-2/+2
* faster CountTable sort(), optional SortOrder (#11010)Andy Davidoff2019-04-161-15/+30
* 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
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+2
* make some tests faster (#9413)Miran2018-10-171-25/+6
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-271/+371
* 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-141-1/+1
* Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-041-0/+15
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-1/+25
* 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
* Disable failing tests for tables.clear()Kier Davis2016-07-091-20/+22
* Add tests for tables.clear()Kier Davis2016-07-091-0/+21
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-1/+5
|\
| * Rename mget to `[]`def2015-03-311-8/+11
* | Add contains proc for tables to allow usage of `in`Jonathan2015-05-051-7/+9
|/
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-0/+16
* Add some unit tests for mgetOrPut and hasKeyOrPut.Charles Blake2015-02-171-1/+9
* New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
* fixed minor bugs; cleaned up testsAraq2015-02-121-21/+127
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+22