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
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-2
/
+2
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
1
-0
/
+2
*
workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)
flywind
2021-06-04
1
-0
/
+4
*
Ref #17697 improve withValue docs (#18154)
flywind
2021-06-03
1
-31
/
+50
*
use single backtick (#17141)
flywind
2021-02-21
1
-22
/
+22
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
1
-2
/
+6
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-6
/
+2
*
Clean out sharedtables (#14858)
Juan Carlos
2020-06-30
1
-10
/
+0
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
1
-1
/
+1
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
1
-2
/
+0
*
revert stdlib changes which are not required anymore
Andreas Rumpf
2020-04-01
1
-8
/
+10
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
1
-10
/
+8
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-3
/
+1
*
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