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
/
sets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
big rename
Araq
2014-08-27
1
-22
/
+25
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
fixes #1413
Araq
2014-08-13
1
-1
/
+19
*
Adds definition of card term to sets module.
Grzegorz Adam Hankiewicz
2014-07-27
1
-0
/
+6
*
Adds more docstrings to the sets module.
Grzegorz Adam Hankiewicz
2014-07-27
1
-61
/
+374
*
Adds TSet.init(), wraps initSet around it.
Grzegorz Adam Hankiewicz
2014-07-26
1
-6
/
+46
*
Adds TOrderedSet.init(), wraps initOrderedSet around it.
Grzegorz Adam Hankiewicz
2014-07-26
1
-8
/
+49
*
Adds test cases for remaining TSet procs.
Grzegorz Adam Hankiewicz
2014-07-26
1
-0
/
+9
*
Moves TSet procs to their code block.
Grzegorz Adam Hankiewicz
2014-07-26
1
-21
/
+21
*
Adds TOrderedSet.isValid().
Grzegorz Adam Hankiewicz
2014-07-26
1
-0
/
+58
*
Adds TSet.isValid().
Grzegorz Adam Hankiewicz
2014-07-26
1
-0
/
+101
*
More effificent TSet difference
def
2014-07-14
1
-3
/
+4
*
Add missing difference and to sets module
def
2014-07-14
1
-0
/
+10
*
Fixed TSet proc names to conform with set
Felix Krause
2014-06-26
1
-3
/
+3
*
Fixed doc comments in sets.nim
Felix Krause
2014-06-26
1
-4
/
+4
*
Added logical set operations to TSet
Felix Krause
2014-06-25
1
-0
/
+49
*
added mget for TSet
Andreas Rumpf
2014-04-13
1
-0
/
+9
*
fixed a bug in `map` for sets
Simon Hafner
2014-02-10
1
-2
/
+2
*
added `map` to sets
Simon Hafner
2014-02-10
1
-0
/
+4
*
corrected docs and tests
Simon Hafner
2014-02-01
1
-2
/
+2
*
sets equivalence
Simon Hafner
2014-01-31
1
-0
/
+17
*
case consistency part 7
Araq
2013-12-28
1
-21
/
+19
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
made more tests green; fixes #201
Araq
2012-09-12
1
-1
/
+1
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-6
/
+8
*
bugfix: collection/sets only worked by chance ...
Araq
2012-07-25
1
-4
/
+4
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-7
/
+2
*
preparations for 0.8.12
Araq
2011-07-10
1
-3
/
+3
*
implemented tables.add
Araq
2011-06-11
1
-2
/
+2
*
basic generic collections implemented and tested
Araq
2011-06-07
1
-0
/
+231