summary refs log tree commit diff stats
path: root/lib/pure/collections/setimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* use single backtick (#17141)flywind2021-02-211-1/+1
* use typeof instead type (#16962)flywind2021-02-081-1/+1
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-2/+2
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-8/+20
* fix #13794 HashSet leak (#13800)Timothee Cour2020-03-291-1/+2
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-3/+3
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-18/+5
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-1/+1
* [other] prettify collections (#11695)Miran2019-07-091-10/+10
* Initialized collections (#11094)Miran2019-04-291-0/+153