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
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-27
/
+3
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-37
/
+2
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
1
-3
/
+2
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-8
/
+6
*
fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649
Araq
2020-03-18
1
-1
/
+2
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-21
/
+19
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
Fix word wrapping
Jjp137
2019-10-22
1
-4
/
+4
*
Fix many broken links
Jjp137
2019-10-22
1
-2
/
+2
*
fixes #11764, faster hashing of (u)int (#12407)
Miran
2019-10-15
1
-2
/
+2
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-7
/
+7
*
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
Arne Döring
2019-06-11
1
-2
/
+2
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-7
/
+2
*
sets: minor documentation fixes [ci skip] (#11377)
Jjp137
2019-06-02
1
-3
/
+3
*
Initialized collections (#11094)
Miran
2019-04-29
1
-313
/
+160
*
make sets.nim useful for selective 'from import's
Araq
2019-04-05
1
-57
/
+54
*
stdlib: use system.default if it exists
Andreas Rumpf
2019-03-05
1
-9
/
+6
*
use `initHashSet` and `toHashSet`, fixes #10730 (#10736)
Miran
2019-02-25
1
-86
/
+94
*
Better docs for sets and intsets (#10362)
Miran
2019-01-22
1
-534
/
+779
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-7
/
+0
*
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
[next]