summary refs log tree commit diff stats
path: root/lib/pure/collections/sets.nim
Commit message (Expand)AuthorAgeFilesLines
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+25
* More workarounds for #5098Yuriy Glukhov2016-12-071-1/+3
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-2/+2
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+2
* Update sets examples so they work again.Matthew Baulch2016-07-061-3/+3
* attempt to fix a critical memory leak in Nim's collectionsAndreas Rumpf2016-06-151-0/+4
* Removed unused import of 'os' module from module 'sets'Rostyslav Dzinko2016-03-041-1/+1
* Don't expect all keys in hashsets to have $ definedSamantha Doran2016-03-011-1/+5
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-2/+2
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-1/+8
|\
| * Rename mget to `[]`def2015-03-311-1/+8
* | lib/pure/a-c - Dropped 'T' from typespdw2015-06-041-25/+25
* | Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+2
* | Use more Natural and Positive numbers in proc parametersdef2015-04-061-1/+1
* | Fix warning about sets.testModule() not used.ReneSac2015-04-041-174/+175
|/
* assignment -> shallowCopy for efficiency.Charles Blake2015-02-131-1/+1
* Update doc comments to mention rightSize.Charles Blake2015-02-131-6/+6
* Address Andreas' complaint about code duplication.Charles Blake2015-02-071-2/+3
* Fix unnecessarily slow set building from openArray.Charles Blake2015-02-071-3/+17
* Add hcode. Re-factor rawGet. Fix infinite loop.Charles Blake2015-02-061-41/+94
* documented new C++ supportAraq2015-01-281-1/+2
* Update sets.nimdumndummer2015-01-271-1/+1
* fixes #1444Araq2014-08-311-1/+1
* big renameAraq2014-08-281-12/+12
* big renameAraq2014-08-281-48/+48
* big renameAraq2014-08-281-5/+5
* big renameAraq2014-08-271-22/+25
* renamefestAraq2014-08-231-1/+1
* fixes #1413Araq2014-08-131-1/+19
* Adds definition of card term to sets module.Grzegorz Adam Hankiewicz2014-07-271-0/+6
* Adds more docstrings to the sets module.Grzegorz Adam Hankiewicz2014-07-271-61/+374
* Adds TSet.init(), wraps initSet around it.Grzegorz Adam Hankiewicz2014-07-261-6/+46
* Adds TOrderedSet.init(), wraps initOrderedSet around it.Grzegorz Adam Hankiewicz2014-07-261-8/+49
* Adds test cases for remaining TSet procs.Grzegorz Adam Hankiewicz2014-07-261-0/+9
* Moves TSet procs to their code block.Grzegorz Adam Hankiewicz2014-07-261-21/+21
* Adds TOrderedSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+58
* Adds TSet.isValid().Grzegorz Adam Hankiewicz2014-07-261-0/+101
* More effificent TSet differencedef2014-07-141-3/+4
* Add missing difference and to sets moduledef2014-07-141-0/+10
* Fixed TSet proc names to conform with setFelix Krause2014-06-261-3/+3
* Fixed doc comments in sets.nimFelix Krause2014-06-261-4/+4
* Added logical set operations to TSetFelix Krause2014-06-251-0/+49
* added mget for TSetAndreas Rumpf2014-04-131-0/+9
* fixed a bug in `map` for setsSimon Hafner2014-02-101-2/+2
* added `map` to setsSimon Hafner2014-02-101-0/+4
* corrected docs and testsSimon Hafner2014-02-011-2/+2
* sets equivalenceSimon Hafner2014-01-311-0/+17
* case consistency part 7Araq2013-12-281-21/+19
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0