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
/
setimpl.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
1
-0
/
+2
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+1
*
use single backtick (#17141)
flywind
2021-02-21
1
-1
/
+1
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-1
/
+1
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-2
/
+2
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-8
/
+20
*
fix #13794 HashSet leak (#13800)
Timothee Cour
2020-03-29
1
-1
/
+2
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
1
-3
/
+3
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-18
/
+5
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-1
/
+1
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-10
/
+10
*
Initialized collections (#11094)
Miran
2019-04-29
1
-0
/
+153