summary refs log tree commit diff stats
path: root/lib/pure/collections/intsets.nim
Commit message (Expand)AuthorAgeFilesLines
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-6/+2
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-11/+11
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-11/+25
* fixes #12366 [backport] (#12393)Andreas Rumpf2019-10-091-0/+17
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* [other] prettify collections (#11695)Miran2019-07-091-9/+10
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-11/+11
* docs: fix trailing comma in linksnarimiran2019-01-251-1/+1
* Better docs for sets and intsets (#10362)Miran2019-01-221-79/+283
* Remove long deprecated stuff (#10332)Miran2019-01-181-6/+0
* help Nim optimize intsets.initIntSetAndreas Rumpf2018-12-301-8/+7
* IntSet documentation notes (#10051)Alexis Hope2018-12-211-19/+28
* removes deprecated T/P typesAraq2018-11-161-2/+0
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-9/+15
* add more functionality from sets to intsets (#7185)Imran Hendley2018-02-121-21/+156
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-2/+23
* optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* added intsets.clear procAndreas Rumpf2016-03-041-0/+7
* added getOrDefault; bootstrapping works againAraq2015-10-131-0/+2
* lib/pure/a-c - Dropped 'T' from typespdw2015-06-041-8/+8
* Turn some test outputs into actual testsOleh Prypin2015-04-211-4/+11
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Remove unneeded import os from intsetsOleh Prypin2015-04-091-1/+1
* Use more Natural and Positive numbers in proc parametersdef2015-04-061-32/+32
* intsets.empty is wrongAraq2015-02-181-2/+3
* documented new C++ supportAraq2015-01-281-1/+1
* more modules updatedAraq2014-08-281-13/+13
* big renameAraq2014-08-271-8/+9
* case consistency part 4Araq2013-12-271-7/+7
* case consistency part 1Araq2013-12-271-4/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* implements 'export' featureAraq2012-12-011-0/+5
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-11/+11
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+28
* preparations for 0.8.12Araq2011-07-101-2/+2
* intsets are now a proper module and part of the stdlibAraq2011-06-141-0/+177