summary refs log tree commit diff stats
path: root/lib/pure/collections/hashcommon.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix compile time errors when using tables on 8/16-bits systems. (#23450)Gianmarco2024-03-281-1/+4
* Remove deprecated rightSize (#21011)Juan Carlos2022-12-081-10/+0
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-071-1/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* [std/hashcommon]improve docs a bit (#18153)flywind2021-06-021-3/+3
* Replace double backticks with single backticks - Part 3 out of ~7 (#17207)Danil Yarantsev2021-02-281-1/+1
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-5/+0
* tables module uses runnableExamples (#16994)flywind2021-02-131-1/+1
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-4/+10
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-63/+17
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-16/+71
* [other] prettify collections (#11695)Miran2019-07-091-4/+4
* Initialized collections (#11094)Miran2019-04-291-0/+68