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
/
hashcommon.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile time errors when using tables on 8/16-bits systems. (#23450)
Gianmarco
2024-03-28
1
-1
/
+4
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
1
-10
/
+0
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
1
-1
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
[std/hashcommon]improve docs a bit (#18153)
flywind
2021-06-02
1
-3
/
+3
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-5
/
+0
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
1
-1
/
+1
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-4
/
+10
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-63
/
+17
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-16
/
+71
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-4
/
+4
*
Initialized collections (#11094)
Miran
2019-04-29
1
-0
/
+68