summary refs log tree commit diff stats
path: root/lib/pure/collections/intsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix trailing comma in linksnarimiran2019-01-251-1/+1
|
* Better docs for sets and intsets (#10362)Miran2019-01-221-79/+283
| | | | | | * better docs: sets * better docs: intsets
* 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 more functionality from sets to intsets * remove -+- * < and == performance * don't hardcode s.a.len * remove shortcuts from < and ==
* 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
| | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work
* 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