summary refs log tree commit diff stats
path: root/lib/pure/collections/tableimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #5035Felix Krause2016-11-181-4/+10
|
* Merge pull request #4367 from kierdavis/4365-tables-clearAndreas Rumpf2016-08-251-1/+2
|\ | | | | Improvements to tables.clear()
| * Fix clear() on CountTableKier Davis2016-07-091-1/+2
| | | | | | | | | | | | The record tuples used in CountData.data don't contain an 'hcode' member, unlike Table and OrderedTable, causing the existing clearImpl() implementation to break when attempting to assign to t.data[i].hcode.
* | 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
| | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim
* some progress on making async multithreadedAraq2015-05-281-0/+132