summary refs log tree commit diff stats
path: root/lib/pure/collections/tableimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...c-blake2020-07-291-0/+30
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-281-7/+16
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-3/+3
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-18/+24
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-6/+16
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-27/+20
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-1/+1
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-261-10/+10
* [bugfix] fix OrderedTable default initialization (#11549)Miran2019-06-201-0/+3
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+1
* Initialized collections (#11094)Miran2019-04-291-55/+56
* stdlib: use system.default if it existsAndreas Rumpf2019-03-051-3/+4
* better docs: tablesnarimiran2019-01-161-1/+1
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-2/+2
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-3/+6
* Workaround for #5098Yuriy Glukhov2016-12-051-4/+3
* Fixes #5035Felix Krause2016-11-181-4/+10
* Merge pull request #4367 from kierdavis/4365-tables-clearAndreas Rumpf2016-08-251-1/+2
|\
| * Fix clear() on CountTableKier Davis2016-07-091-1/+2
* | make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-2/+2
* | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-7/+7
|/
* attempt to fix a critical memory leak in Nim's collectionsAndreas Rumpf2016-06-151-0/+8
* Implements tables.clear.Dominik Picheta2016-06-021-0/+5
* Fixed Table::del in JSYuriy Glukhov2016-03-211-1/+4
* Merge branch 'more_concurrency' into develAraq2015-06-301-15/+15
* some progress on making async multithreadedAraq2015-05-281-0/+132