summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-265-25/+44
* make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)Timothee Cour2020-02-211-5/+5
* Add `sequtils.unzip` to complement `sequtils.zip` (#13429)Kaushal Modi2020-02-201-0/+15
* Remove testutils (#13435) [backport]Clyybber2020-02-191-3/+4
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-197-142/+209
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-101-19/+13
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-071-13/+0
* Idxmin & idxmax, continuation (#13208)Miran2020-01-201-0/+35
* [backport] fix #12813, fix #13079 (#13099)Miran2020-01-101-4/+14
* Auto-initialize deques (#12879)Ico Doornekamp2019-12-211-3/+17
* remove unused import (#12900)Krzysztof Majk2019-12-151-1/+1
* fixes #12798 [backport]Araq2019-12-041-0/+1
* Fix sequtils.delete bug with out of bounds indexes (#12506)Oscar Nihlgård2019-11-291-1/+6
* Discussion both in (#12678)c-blake2019-11-201-31/+41
* remove long-deprecated 'mapIt'narimiran2019-11-131-7/+0
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-4/+7
* fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...Miran2019-11-081-4/+148
* Make sequtils.zip return seq of anonymous tuples (#12575)Kaushal Modi2019-11-041-40/+64
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-302-2/+2
* sequtils: replace deprecated 'random' call within example (#12515) [backport]Jjp1372019-10-251-1/+1
* Fix word wrappingJjp1372019-10-222-5/+6
* Fix many broken linksJjp1372019-10-224-7/+7
* fixes #11764, faster hashing of (u)int (#12407)Miran2019-10-151-2/+2
* fixes #12366 [backport] (#12393)Andreas Rumpf2019-10-091-0/+17
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-045-10/+24
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* last stdlib cleanupsAraq2019-09-213-0/+6
* removed the deprecatedGet pragmaAraq2019-09-211-3/+2
* lib\pure\htmlgen.nimAraq2019-09-212-761/+0
* 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
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* [bugfix] critbits styleCheck fix: consistent var naming (#11752)Kaushal Modi2019-07-161-8/+8
* styleCheck fix: type naming: s/outType/OutType/ (#11749)Kaushal Modi2019-07-161-9/+9
* 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-0914-186/+209
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-262-11/+13
* [bugfix] fix OrderedTable iterators (#11562)Miran2019-06-221-5/+7
* [bugfix] fix `delete` in strutils and sequtils (#11535)Miran2019-06-201-1/+1
* [bugfix] fix OrderedTable default initialization (#11549)Miran2019-06-202-2/+3
* [other] documentation: deprecation comments are now auto-generatednarimiran2019-06-191-3/+1
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-2/+2
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-052-2/+2
* Render deprecated pragmas (#8886)LemonBoy2019-06-034-15/+9
* sets: minor documentation fixes [ci skip] (#11377)Jjp1372019-06-021-3/+3
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-11/+11
* fixes #11344Araq2019-05-281-4/+9
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-6/+2