summary refs log tree commit diff stats
path: root/lib/pure/collections/sets.nim
Commit message (Expand)AuthorAgeFilesLines
* make the stdlib work with the changed docgenAraq2019-01-111-1/+1
* removes deprecated T/P typesAraq2018-11-161-4/+0
* Fix OrderedSet.excl (#9287)Oscar NihlgÄrd2018-10-111-34/+29
* make more things compile without isNilAraq2018-08-221-1/+1
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* add sets.pop procedure (analogue to python) (#8383)skilchen2018-07-211-0/+12
* Modify hash for HashSet to use `xor` to mix hash of items.Lolo Iccl2018-05-091-5/+2
* Modify previous commit and add testsLolo Iccl2018-05-091-2/+5
* Modify previous commitLolo Iccl2018-05-091-4/+8
* Add proc hash for HashSet and for OrderedSetLolo Iccl2018-05-091-0/+10
* Fix documentation link for set type (#7465)Roman Ovseitsev2018-04-031-1/+1
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* fix ordered set equality (#6791)andri lim2017-11-241-5/+21
* Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-11/+29
* 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