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
/
tables.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tables.CountTable largest and smallest (#15115)
treeform
2020-07-29
1
-4
/
+4
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
1
-33
/
+19
*
deprecate tables.allValues; continuation of #15047 (#15092)
Miran
2020-07-28
1
-1
/
+2
*
deprecate tables.add (#15047)
Miran
2020-07-25
1
-4
/
+8
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
1
-42
/
+6
*
tables.nim: Add named fields in `smallest` and `largest` (#14919)
ee7
2020-07-06
1
-2
/
+2
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-2
/
+2
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
1
-68
/
+28
*
add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...
Miran
2020-03-19
1
-4
/
+4
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
1
-5
/
+9
*
Remove testutils (#13435) [backport]
Clyybber
2020-02-19
1
-3
/
+4
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-47
/
+65
*
remove outplace version of 'merge' for CountTables (#13377)
Miran
2020-02-10
1
-19
/
+13
*
[backport] remove 'CountTable.mget' (#13355)
Miran
2020-02-07
1
-13
/
+0
*
[backport] fix #12813, fix #13079 (#13099)
Miran
2020-01-10
1
-4
/
+14
*
fixes #12798 [backport]
Araq
2019-12-04
1
-0
/
+1
*
Discussion both in (#12678)
c-blake
2019-11-20
1
-31
/
+41
*
fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...
Miran
2019-11-08
1
-4
/
+148
*
Fix word wrapping
Jjp137
2019-10-22
1
-1
/
+2
*
Fix many broken links
Jjp137
2019-10-22
1
-2
/
+2
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-1
/
+1
*
fix #12200, cannot 'inc' CountTable by a negative value (#12208)
Miran
2019-09-17
1
-2
/
+5
*
fixes a subtle tables.nim regression
Araq
2019-09-05
1
-32
/
+32
*
minor style changes
Araq
2019-07-10
1
-2
/
+2
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-3
/
+3
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-27
/
+35
*
[bugfix] fix OrderedTable iterators (#11562)
Miran
2019-06-22
1
-5
/
+7
*
[bugfix] fix OrderedTable default initialization (#11549)
Miran
2019-06-20
1
-2
/
+0
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+1
*
Workaround "move not found" exception in JS when using tables. (#11256)
Dominik Picheta
2019-05-15
1
-1
/
+4
*
CountTable: check for usages after sorting (#11189)
Miran
2019-05-08
1
-1
/
+10
*
tables: check for mutation when iterating (#11160)
Miran
2019-05-04
1
-42
/
+127
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-8
/
+8
*
Initialized collections (#11094)
Miran
2019-04-29
1
-55
/
+204
*
tables: fix link (#11090) [ci skip]
Jjp137
2019-04-23
1
-1
/
+1
*
Improve tables docs for del/take (#11030)
Christopher Dunn
2019-04-17
1
-1
/
+5
*
faster CountTable sort(), optional SortOrder (#11010)
Andy Davidoff
2019-04-16
1
-27
/
+30
*
documentation: remove author field [ci skip]
narimiran
2019-01-17
1
-2
/
+0
*
better docs: tables
narimiran
2019-01-16
1
-622
/
+2030
*
Fixes #10065 (#10260)
Arne Döring
2019-01-14
1
-54
/
+43
*
removes deprecated T/P types
Araq
2018-11-16
1
-7
/
+1
*
better docs for `tables` module (#9221)
Miran
2018-10-09
1
-176
/
+190
*
make more tests green
Andreas Rumpf
2018-08-14
1
-1
/
+1
*
Clarify the docs for tables.del (#8134)
Yuriy Glukhov
2018-06-27
1
-4
/
+6
*
Merge pull request #7075 from lcrees/get_default
Dominik Picheta
2018-03-29
1
-13
/
+80
|
\
|
*
Add default argument to 'tables.getOrDefault'
lcrees
2018-01-13
1
-13
/
+80
*
|
Fix toCountTable and newCountTable
konqoro
2018-02-21
1
-21
/
+20
|
/
*
Tables: toCountTable: Update docs.
Konstantin Molchanov
2017-12-27
1
-1
/
+2
*
Tables: make `toCountTable` actually count the elements of the input openArray.
Konstantin Molchanov
2017-12-27
1
-1
/
+1
[next]