index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
collections
/
intsets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: fix trailing comma in links
narimiran
2019-01-25
1
-1
/
+1
*
Better docs for sets and intsets (#10362)
Miran
2019-01-22
1
-79
/
+283
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-6
/
+0
*
help Nim optimize intsets.initIntSet
Andreas Rumpf
2018-12-30
1
-8
/
+7
*
IntSet documentation notes (#10051)
Alexis Hope
2018-12-21
1
-19
/
+28
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-9
/
+15
*
add more functionality from sets to intsets (#7185)
Imran Hendley
2018-02-12
1
-21
/
+156
*
Add counterpart to containsOrIncl for excl (#6360)
superfunc
2017-09-15
1
-2
/
+23
*
optimized intsets to not allocate for the common cases
Andreas Rumpf
2017-07-25
1
-59
/
+120
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
added intsets.clear proc
Andreas Rumpf
2016-03-04
1
-0
/
+7
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-0
/
+2
*
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-8
/
+8
*
Turn some test outputs into actual tests
Oleh Prypin
2015-04-21
1
-4
/
+11
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+1
*
Remove unneeded import os from intsets
Oleh Prypin
2015-04-09
1
-1
/
+1
*
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-32
/
+32
*
intsets.empty is wrong
Araq
2015-02-18
1
-2
/
+3
*
documented new C++ support
Araq
2015-01-28
1
-1
/
+1
*
more modules updated
Araq
2014-08-28
1
-13
/
+13
*
big rename
Araq
2014-08-27
1
-8
/
+9
*
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
implements 'export' feature
Araq
2012-12-01
1
-0
/
+5
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-11
/
+11
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-1
/
+28
*
preparations for 0.8.12
Araq
2011-07-10
1
-2
/
+2
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-0
/
+177