summary refs log tree commit diff stats
path: root/lib/pure/collections/hashcommon.nim
Commit message (Collapse)AuthorAgeFilesLines
* [other] prettify collections (#11695)Miran2019-07-091-4/+4
|
* Initialized collections (#11094)Miran2019-04-291-0/+68
* tables: initialized by default * sets: initialized by default * DRY: extract shared functionality * add a changelog entry * fix errors * don't test include files * make it work for sharedtables * fix discovered bugs * add exhaustive tests