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
/
tableimpl.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
1
-4
/
+17
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
1
-0
/
+4
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
1
-4
/
+4
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-3
/
+5
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-3
/
+5
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
1
-1
/
+1
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
1
-1
/
+1
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-5
/
+5
*
Tables, use sink val arguments more actively (#15625)
cooldome
2020-10-19
1
-1
/
+1
*
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...
c-blake
2020-07-29
1
-0
/
+30
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
1
-7
/
+16
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-3
/
+3
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-18
/
+24
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
1
-6
/
+16
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-27
/
+20
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-1
/
+1
*
[bugfix] fix #11588, don't check if SharedTable is initialized
narimiran
2019-06-26
1
-10
/
+10
*
[bugfix] fix OrderedTable default initialization (#11549)
Miran
2019-06-20
1
-0
/
+3
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+1
*
Initialized collections (#11094)
Miran
2019-04-29
1
-55
/
+56
*
stdlib: use system.default if it exists
Andreas Rumpf
2019-03-05
1
-3
/
+4
*
better docs: tables
narimiran
2019-01-16
1
-1
/
+1
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-2
/
+2
*
Add compute proc for SharedTable (#5385)
Ruslan Mustakov
2017-03-02
1
-3
/
+6
*
Workaround for #5098
Yuriy Glukhov
2016-12-05
1
-4
/
+3
*
Fixes #5035
Felix Krause
2016-11-18
1
-4
/
+10
*
Merge pull request #4367 from kierdavis/4365-tables-clear
Andreas Rumpf
2016-08-25
1
-1
/
+2
|
\
|
*
Fix clear() on CountTable
Kier Davis
2016-07-09
1
-1
/
+2
*
|
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
|
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-7
/
+7
|
/
*
attempt to fix a critical memory leak in Nim's collections
Andreas Rumpf
2016-06-15
1
-0
/
+8
*
Implements tables.clear.
Dominik Picheta
2016-06-02
1
-0
/
+5
*
Fixed Table::del in JS
Yuriy Glukhov
2016-03-21
1
-1
/
+4
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-15
/
+15
*
some progress on making async multithreaded
Araq
2015-05-28
1
-0
/
+132