summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-041-11/+30
* Minor: spelling correction in tables.nim (#5727)Zach Smith2017-04-191-2/+2
* Deques compilation error fix (#5591)Dmitriy Fomichev2017-03-241-2/+2
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+25
* Minor doc fix as per issue #5523 (#5533)Mark Summerfield2017-03-141-1/+2
* sequtils: removed outdated noteAndreas Rumpf2017-03-141-3/+0
* fixes #5487 (#5494)David Krause2017-03-071-15/+49
* Fix for #5482, let OrderedTable accept multiple keys (#5485)David Krause2017-03-051-1/+15
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-022-3/+52
* Various fixes to FutureStreams based on PR feedback.Dominik Picheta2017-02-261-1/+1
* Merge branch 'devel' into feature/async-streamsAraq2017-02-251-10/+31
|\
| * Fixed heapqueue.del for last elem (#5363)Yuriy Glukhov2017-02-101-10/+31
* | Work around issue with queues. Refs #4773.Dominik Picheta2017-02-101-1/+1
|/
* reenabled clear test, made clear working (#5323)Arne Döring2017-02-021-2/+5
* Added heapqueue.del (#5289)Yuriy Glukhov2017-01-271-11/+35
* re additions for buffer (cstring) RE matching (#5117)jlp7652017-01-161-1/+1
* Fix description of CountTable's smallest procPaweł Świątkowski2016-12-111-2/+2
* More workarounds for #5098Yuriy Glukhov2016-12-073-3/+11
* Workaround for #5098Yuriy Glukhov2016-12-051-4/+3
* Merge pull request #5044 from endragor/dequesAndreas Rumpf2016-11-282-1/+269
|\
| * Added deques module, deprecating queuesRuslan Mustakov2016-11-242-1/+269
* | Corrected test case for #5057.Yuriy Glukhov2016-11-271-3/+3
* | Fixes #5057Yuriy Glukhov2016-11-261-12/+28
|/
* 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