summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* Added deques module, deprecating queuesRuslan Mustakov2016-11-242-1/+269
* Fixes #5035Felix Krause2016-11-182-14/+13
* Fixes #4974Felix Krause2016-10-311-9/+15
* fixes #4940andri lim2016-10-271-1/+1
* Fixes #4946Felix Krause2016-10-241-0/+1
* Merge pull request #4935 from flyx/tablefixAndreas Rumpf2016-10-241-4/+37
|\
| * Table fixes. fixes #4901Felix Krause2016-10-231-4/+37
* | fixes #4386Andreas Rumpf2016-10-231-2/+2
|/
* fixes #4844Araq2016-10-081-1/+5
* Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
* fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-052-11/+17
* Merge pull request #4367 from kierdavis/4365-tables-clearAndreas Rumpf2016-08-252-4/+5
|\
| * Add a fix for clear() on non-ref types by adding a missing 'var' annotation t...Kier Davis2016-07-091-3/+3
| * Fix clear() on CountTableKier Davis2016-07-091-1/+2
* | Removed the use of .gensym pragma inside stdlib templatesRuslan Mustakov2016-08-231-8/+8
* | expr and stmt are now deprecatedAndreas Rumpf2016-07-301-2/+2
* | make nim bootstrap again for older versionsAndreas Rumpf2016-07-303-5/+7
* | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-294-29/+29
* | Merge pull request #4463 from flyx/tables-equals-no-KeyErrorAndreas Rumpf2016-07-191-5/+4
|\ \
| * | Use getOrDefault for tables.`==`Felix Krause2016-07-081-7/+5
| * | `==` in tables should not raise KeyErrorFelix Krause2016-07-071-2/+3
| |/
* | prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
* | use table literal syntaxAxel Pahl2016-07-121-2/+2
* | explain difference between Table and TableRef in tables.nimAxel Pahl2016-07-121-0/+33
* | Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC.Matthew Baulch2016-07-111-0/+2
|/
* Update sets examples so they work again.Matthew Baulch2016-07-061-3/+3
* Merge pull request #4344 from ReneSac/queuesAndreas Rumpf2016-06-191-33/+184
|\
| * Remove high() and low() procs from queues moduleReneSac2016-06-161-13/+2
| * Fixes for things pointed by Araq on the PRReneSac2016-06-161-27/+18
| * Improved the documentation and miscelaneousReneSac2016-06-151-33/+102
| * Enchanced random access support for queuesReneSac2016-06-121-24/+126
* | attempt to fix a critical memory leak in Nim's collectionsAndreas Rumpf2016-06-152-0/+12
* | Implement clear() for CountTableRef. Fixes #4325.Kier Davis2016-06-131-1/+1
|/
* Implements tables.clear.Dominik Picheta2016-06-022-5/+34
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Introduce template withValue() for tables.nim too.cheatfate2016-05-271-0/+45
* Introduce template withValue()cheatfate2016-05-261-0/+53
* Fix 2 compile errors in LockFreeHash.nimLompiktab2016-05-141-3/+3
* Fix missing `]`Stephane Fontaine2016-05-131-1/+1
* Added heapqueue collection. Fixed timers in asyncdispatch.Yuriy Glukhov2016-04-281-0/+107
* Added del for OrderedTable and OrderedTableRefYuriy Glukhov2016-04-131-0/+41
* added missing file for --gc:stackAndreas Rumpf2016-03-311-0/+44
* added missing fileAndreas Rumpf2016-03-281-0/+95
* Fixed Table::del in JSYuriy Glukhov2016-03-211-1/+4
* Fixes foldl() and foldr() + foldl() with start parameter.Hans Raaf2016-03-061-10/+37
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-041-1/+1
|\
| * Removed unused import of 'os' module from module 'sets'Rostyslav Dzinko2016-03-041-1/+1
* | added intsets.clear procAndreas Rumpf2016-03-041-0/+7
|/
* Don't expect all keys in hashsets to have $ definedSamantha Doran2016-03-011-1/+5
* Consistently use Channel instead of TChanneldef2016-02-251-1/+1