summary refs log tree commit diff stats
path: root/lib/pure/collections/tables.nim
Commit message (Expand)AuthorAgeFilesLines
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* tables module uses runnableExamples (#16994)flywind2021-02-131-333/+310
* [ci skip] CountTable, remove link to unexisting procnarimiran2021-02-021-1/+0
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-27/+27
* move tests to testament (#16101)flywind2020-11-241-314/+0
* Update tables documentation (#15807)Thomas Tay2020-11-021-0/+34
* fix #15750narimiran2020-10-281-0/+2
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-191-9/+9
* Fix doc for CountTable (#15561) [backport]Christopher Dunn2020-10-131-1/+1
* remove annoying messages when creating orderedTables (#15309)flywind2020-09-121-11/+11
* fixes #15021Araq2020-09-111-2/+2
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-4/+0
* fix in doc: incomplete output (#15222) [ci skip]Jon2020-08-241-1/+1
* Fix tables.CountTable largest and smallest (#15115)treeform2020-07-291-4/+4
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-281-33/+19
* deprecate tables.allValues; continuation of #15047 (#15092)Miran2020-07-281-1/+2
* deprecate tables.add (#15047)Miran2020-07-251-4/+8
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-081-42/+6
* tables.nim: Add named fields in `smallest` and `largest` (#14919)ee72020-07-061-2/+2
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-2/+2
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-311-68/+28
* add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...Miran2020-03-191-4/+4
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-261-5/+9
* Remove testutils (#13435) [backport]Clyybber2020-02-191-3/+4
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-191-47/+65
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-101-19/+13
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-071-13/+0
* [backport] fix #12813, fix #13079 (#13099)Miran2020-01-101-4/+14
* fixes #12798 [backport]Araq2019-12-041-0/+1
* Discussion both in (#12678)c-blake2019-11-201-31/+41
* fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...Miran2019-11-081-4/+148
* Fix word wrappingJjp1372019-10-221-1/+2
* Fix many broken linksJjp1372019-10-221-2/+2
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-1/+1
* fix #12200, cannot 'inc' CountTable by a negative value (#12208)Miran2019-09-171-2/+5
* fixes a subtle tables.nim regressionAraq2019-09-051-32/+32
* minor style changesAraq2019-07-101-2/+2
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-3/+3
* [other] prettify collections (#11695)Miran2019-07-091-27/+35
* [bugfix] fix OrderedTable iterators (#11562)Miran2019-06-221-5/+7
* [bugfix] fix OrderedTable default initialization (#11549)Miran2019-06-201-2/+0
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+1
* Workaround "move not found" exception in JS when using tables. (#11256)Dominik Picheta2019-05-151-1/+4
* CountTable: check for usages after sorting (#11189)Miran2019-05-081-1/+10
* tables: check for mutation when iterating (#11160)Miran2019-05-041-42/+127
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-8/+8
* Initialized collections (#11094)Miran2019-04-291-55/+204
* tables: fix link (#11090) [ci skip]Jjp1372019-04-231-1/+1