Miran
|
b5c9881a30
add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13684)
|
4 years ago |
Timothee Cour
|
42dad3a836
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport]
|
4 years ago |
Clyybber
|
87dd19453b
Remove testutils (#13435) [backport]
|
4 years ago |
Timothee Cour
|
8c22518d67
[backport] pseudorandom probing for hash collision (#13418)
|
4 years ago |
Miran
|
ceb3d5ad68
remove outplace version of 'merge' for CountTables (#13377)
|
5 years ago |
Miran
|
78b15de304
[backport] remove 'CountTable.mget' (#13355)
|
5 years ago |
Miran
|
c0973d1b47
[backport] fix #12813, fix #13079 (#13099)
|
5 years ago |
Araq
|
de1a283383
fixes #12798 [backport]
|
5 years ago |
c-blake
|
a88004114d
Discussion both in (#12678)
|
5 years ago |
Miran
|
6958248efe
fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12600)
|
5 years ago |
Jjp137
|
3ad48069d3
Fix word wrapping
|
5 years ago |
Jjp137
|
93461aee34
Fix many broken links
|
5 years ago |
Andreas Rumpf
|
60d64d1aef
use system.move instead of system.shallowCopy if the GC mode requires it
|
5 years ago |
Miran
|
618316beb9
fix #12200, cannot 'inc' CountTable by a negative value (#12208)
|
5 years ago |
Araq
|
0882a09986
fixes a subtle tables.nim regression
|
5 years ago |
Araq
|
38bdf1cd7f
minor style changes
|
5 years ago |
Araq
|
bc7733827d
make more parts of the stdlib compile with --styleCheck:error
|
5 years ago |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
Miran
|
2255d8795b
[other] prettify collections (#11695)
|
5 years ago |
Miran
|
3d50f7e2a1
[bugfix] fix OrderedTable iterators (#11562)
|
5 years ago |
Miran
|
45bbf1ef5b
[bugfix] fix OrderedTable default initialization (#11549)
|
5 years ago |
Andreas Rumpf
|
7215341190
make fullpaths the default in error messages and stack traces for mor… (#11385)
|
5 years ago |
Dominik Picheta
|
6b2ed28d55
Workaround "move not found" exception in JS when using tables. (#11256)
|
5 years ago |
Miran
|
a5fb0acf5f
CountTable: check for usages after sorting (#11189)
|
5 years ago |
Miran
|
d2e1936cf2
tables: check for mutation when iterating (#11160)
|
5 years ago |
Andreas Rumpf
|
e1515b53d1
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
|
5 years ago |
Miran
|
737fff5902
Initialized collections (#11094)
|
5 years ago |
Jjp137
|
e597db83b7
tables: fix link (#11090) [ci skip]
|
5 years ago |
Christopher Dunn
|
14fc7437c3
Improve tables docs for del/take (#11030)
|
5 years ago |
Andy Davidoff
|
01f09567c4
faster CountTable sort(), optional SortOrder (#11010)
|
5 years ago |