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
*
Added clear() function for OrderedSet and HashSet. (#5545)
GrundleTrundle
2017-03-16
1
-0
/
+25
*
More workarounds for #5098
Yuriy Glukhov
2016-12-07
1
-1
/
+3
*
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-2
/
+2
*
Update sets examples so they work again.
Matthew Baulch
2016-07-06
1
-3
/
+3
*
attempt to fix a critical memory leak in Nim's collections
Andreas Rumpf
2016-06-15
1
-0
/
+4
*
Removed unused import of 'os' module from module 'sets'
Rostyslav Dzinko
2016-03-04
1
-1
/
+1
*
Don't expect all keys in hashsets to have $ defined
Samantha Doran
2016-03-01
1
-1
/
+5
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-1
/
+1
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-2
/
+2
*
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
1
-1
/
+8
|
\
|
*
Rename mget to `[]`
def
2015-03-31
1
-1
/
+8
*
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-25
/
+25
*
|
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-1
/
+2
*
|
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-1
/
+1
*
|
Fix warning about sets.testModule() not used.
ReneSac
2015-04-04
1
-174
/
+175
|
/
*
assignment -> shallowCopy for efficiency.
Charles Blake
2015-02-13
1
-1
/
+1
*
Update doc comments to mention rightSize.
Charles Blake
2015-02-13
1
-6
/
+6
*
Address Andreas' complaint about code duplication.
Charles Blake
2015-02-07
1
-2
/
+3
*
Fix unnecessarily slow set building from openArray.
Charles Blake
2015-02-07
1
-3
/
+17
*
Add hcode. Re-factor rawGet. Fix infinite loop.
Charles Blake
2015-02-06
1
-41
/
+94
*
documented new C++ support
Araq
2015-01-28
1
-1
/
+2
*
Update sets.nim
dumndummer
2015-01-27
1
-1
/
+1
*
fixes #1444
Araq
2014-08-31
1
-1
/
+1
*
big rename
Araq
2014-08-28
1
-12
/
+12
*
big rename
Araq
2014-08-28
1
-48
/
+48
*
big rename
Araq
2014-08-28
1
-5
/
+5
*
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
[next]