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
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-0
/
+3
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
1
-0
/
+48
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
use lent for the return value of index accesses of tables (#22812)
ringabout
2023-10-11
1
-2
/
+2
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-15
/
+18
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-4
/
+4
*
fix #20023 hash for generic tables (#20346)
Bung
2023-06-21
1
-0
/
+15
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-2
/
+0
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-11
/
+20
*
fixes backticks in the documentation (#21340)
ringabout
2023-02-08
1
-2
/
+2
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
remove `var` for ref parameters in `std/tables` (#20175)
ringabout
2022-08-25
1
-2
/
+2
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
1
-1
/
+0
*
various small documentation improvements (#18602)
Miran
2021-07-28
1
-7
/
+13
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
complement notes of two doc strings of tables module (#18527)
IterableTrucks
2021-07-21
1
-0
/
+4
*
[std/tables] remove unnecessary `do: ` (#18160)
flywind
2021-06-02
1
-10
/
+16
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-7
/
+7
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-2
/
+2
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
1
-333
/
+310
*
[ci skip] CountTable, remove link to unexisting proc
narimiran
2021-02-02
1
-1
/
+0
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-27
/
+27
*
move tests to testament (#16101)
flywind
2020-11-24
1
-314
/
+0
*
Update tables documentation (#15807)
Thomas Tay
2020-11-02
1
-0
/
+34
*
fix #15750
narimiran
2020-10-28
1
-0
/
+2
*
Tables, use sink val arguments more actively (#15625)
cooldome
2020-10-19
1
-9
/
+9
*
Fix doc for CountTable (#15561) [backport]
Christopher Dunn
2020-10-13
1
-1
/
+1
*
remove annoying messages when creating orderedTables (#15309)
flywind
2020-09-12
1
-11
/
+11
*
fixes #15021
Araq
2020-09-11
1
-2
/
+2
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-4
/
+0
*
fix in doc: incomplete output (#15222) [ci skip]
Jon
2020-08-24
1
-1
/
+1
*
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
[next]