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
Commit message (
Expand
)
Author
Age
Files
Lines
*
big rename
Araq
2014-08-27
9
-225
/
+227
*
renamefest
Araq
2014-08-23
2
-4
/
+4
*
fixes #1413
Araq
2014-08-13
1
-1
/
+19
*
Merge pull request #1403 from def-/newseqwith
Andreas Rumpf
2014-08-12
1
-0
/
+24
|
\
|
*
Move newSeqWith to sequtils
def
2014-08-11
1
-0
/
+24
*
|
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
*
|
Added stylistic consistancy.
Clay Sweetser
2014-07-24
1
-1
/
+1
*
|
Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fix
Clay Sweetser
2014-07-24
1
-2
/
+5
|
\
\
|
*
|
Fixed `==` for PTables, added test.
Felix Krause
2014-06-27
1
-2
/
+5
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-07-22
1
-1
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #1377 from sjakobi/patch-1
Andreas Rumpf
2014-07-19
1
-1
/
+1
|
|
\
\
|
|
*
|
sequtils: Correct documentation for keepIf proc
Simon Jakobi
2014-07-18
1
-1
/
+1
|
*
|
|
sequtils: Complete mapIt documentation example
Simon Jakobi
2014-07-19
1
-0
/
+1
|
|
/
/
*
/
/
'[]' for crit bit trees doesn't need the 'var' parameter
Araq
2014-07-22
1
-1
/
+1
|
/
/
*
|
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
*
|
Merge pull request #1301 from def-/sequtils-filter-directly
Andreas Rumpf
2014-06-30
1
-0
/
+49
|
\
\
|
*
|
Rename keepIfIt to keepItIf
def
2014-06-28
1
-5
/
+5
|
*
|
Add keepIf proc and keepIfIt template to sequtils
def
2014-06-22
1
-0
/
+49
*
|
|
Rename sequtils.distnct to sequtils.deduplicate.
Reimer Behrends
2014-06-28
1
-9
/
+5
|
|
/
|
/
|
*
|
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
|
/
*
Merge pull request #1251 from gradha/pr_misc_docs
Andreas Rumpf
2014-06-12
1
-2
/
+4
|
\
|
*
Revert "Adds to tables module example of reference type vs value type."
Grzegorz Adam Hankiewicz
2014-06-10
1
-32
/
+2
|
*
Adds to tables module example of reference type vs value type.
Grzegorz Adam Hankiewicz
2014-06-06
1
-2
/
+32
|
*
Avoids temporal string in tables hashing example.
Grzegorz Adam Hankiewicz
2014-06-06
1
-2
/
+4
*
|
added allValues iterator
Araq
2014-06-12
1
-2
/
+9
|
/
*
Fixed #1172 (for real)
Clay Sweetser
2014-06-01
1
-1
/
+1
*
Fix assertion in queues.dequeue
Clay Sweetser
2014-05-24
1
-1
/
+1
*
Added support for ref type hash tables.
Reimer Behrends
2014-05-04
1
-1
/
+266
*
Adds example of custom object types used as table key.
Grzegorz Adam Hankiewicz
2014-04-22
1
-0
/
+68
*
Fixes collections/ttables.
Dominik Picheta
2014-04-18
1
-1
/
+1
*
Merge pull request #1084 from gradha/pr_adds_sequtils_split
Simon Hafner
2014-04-13
1
-0
/
+91
|
\
|
*
Renames split to distribute. Refs #1084.
Grzegorz Adam Hankiewicz
2014-04-13
1
-28
/
+29
|
*
Adds generic split proc to sequtils.
Grzegorz Adam Hankiewicz
2014-04-11
1
-0
/
+90
*
|
added mget for TSet
Andreas Rumpf
2014-04-13
1
-0
/
+9
*
|
fixes '==' for TTTable
Andreas Rumpf
2014-04-13
1
-1
/
+1
*
|
fixes '==' for TTTable
Andreas Rumpf
2014-04-13
1
-1
/
+7
|
/
*
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
*
indexBy, which indexes a collection into a hashtable
Simon Hafner
2014-02-06
1
-0
/
+10
*
Adds convenience mapIt templates.
Grzegorz Adam Hankiewicz
2014-02-02
1
-0
/
+39
[next]