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
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-1
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-4
/
+0
*
Fix OrderedSet.excl (#9287)
Oscar NihlgÄrd
2018-10-11
1
-34
/
+29
*
make more things compile without isNil
Araq
2018-08-22
1
-1
/
+1
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+1
*
add sets.pop procedure (analogue to python) (#8383)
skilchen
2018-07-21
1
-0
/
+12
*
Modify hash for HashSet to use `xor` to mix hash of items.
Lolo Iccl
2018-05-09
1
-5
/
+2
*
Modify previous commit and add tests
Lolo Iccl
2018-05-09
1
-2
/
+5
*
Modify previous commit
Lolo Iccl
2018-05-09
1
-4
/
+8
*
Add proc hash for HashSet and for OrderedSet
Lolo Iccl
2018-05-09
1
-0
/
+10
*
Fix documentation link for set type (#7465)
Roman Ovseitsev
2018-04-03
1
-1
/
+1
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
fix ordered set equality (#6791)
andri lim
2017-11-24
1
-5
/
+21
*
Sets enhancements, fixes #2467 (#6158)
GULPF
2017-09-20
1
-4
/
+94
*
Add counterpart to containsOrIncl for excl (#6360)
superfunc
2017-09-15
1
-11
/
+29
*
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
[next]