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
/
sharedtables.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
1
-0
/
+5
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-2
/
+4
*
last stdlib cleanups
Araq
2019-09-21
1
-0
/
+2
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-4
/
+4
*
[bugfix] fix #11588, don't check if SharedTable is initialized
narimiran
2019-06-26
1
-1
/
+3
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-2
/
+2
*
Initialized collections (#11094)
Miran
2019-04-29
1
-1
/
+9
*
more documentation fixes
Araq
2018-03-05
1
-5
/
+7
*
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
1
-5
/
+15
*
improve the docs for tables.add
Araq
2017-12-12
1
-0
/
+1
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Add compute proc for SharedTable (#5385)
Ruslan Mustakov
2017-03-02
1
-0
/
+46
*
Allow compilation of sharedtables.nim
coffeepots
2016-09-09
1
-0
/
+2
*
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
Andreas Rumpf
2016-09-05
1
-8
/
+11
*
Introduce template withValue()
cheatfate
2016-05-26
1
-0
/
+53
*
prepared selectors module for multi threading
Araq
2015-06-30
1
-3
/
+3
*
some progress on making async multithreaded
Araq
2015-05-28
1
-0
/
+105