summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* sequtils: fix errors from `strictFuncs` use (#18998)ee72021-10-161-3/+3
* [minor] fix docs (#18834)flywind2021-09-111-6/+4
* sequtils now support strict effect tracking (#18782)Andreas Rumpf2021-09-021-9/+14
* various small documentation improvements (#18602)Miran2021-07-284-15/+22
* optimize for the non-throwing case (#18587)Antonis Geralis2021-07-261-4/+7
* complement notes of two doc strings of tables module (#18527)IterableTrucks2021-07-211-0/+4
* Revert #17321 (#18521)konsumlamm2021-07-191-135/+135
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-3/+42
* fixes #17696 (#18276)flywind2021-06-161-2/+5
* fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...Timothee Cour2021-06-041-10/+10
* workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)flywind2021-06-041-0/+4
* Ref #17697 improve withValue docs (#18154)flywind2021-06-031-31/+50
* [std/tables] remove unnecessary `do: ` (#18160)flywind2021-06-021-10/+16
* [std/hashcommon]improve docs a bit (#18153)flywind2021-06-021-3/+3
* fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...Timothee Cour2021-05-081-1/+1
* Remove confusing <//> (#17830)flywind2021-04-262-14/+14
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-212-2/+2
* [std/deques] move data instead of copy + destroy (#17800)flywind2021-04-201-4/+2
* use sink and lent in deques (#17661)flywind2021-04-071-10/+10
* lent support for tables (#17505)flywind2021-03-251-9/+9
* fix #17385, `len` must be declared before `items` (#17386)Miran2021-03-151-21/+21
* rename channels to channels_builtin (#17330)flywind2021-03-121-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-101-2/+2
* Change parameter names in lists module from `L` (#17321)konsumlamm2021-03-101-127/+127
* Improve the lists module (#17312)konsumlamm2021-03-101-166/+185
* Replace double backticks with single backticks - Part 3 out of ~7 (#17207)Danil Yarantsev2021-02-282-6/+6
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-285-17/+17
* remove outdated codes (#17140)flywind2021-02-221-1/+0
* use single backtick (#17141)flywind2021-02-212-23/+23
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-174-30/+5
* Improve the heapqueue module (#17034)konsumlamm2021-02-151-55/+82
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* tables module uses runnableExamples (#16994)flywind2021-02-133-335/+312
* fix lists docs regression (#16981)flywind2021-02-091-21/+14
* Another typo corrected (#16974)Héctor M. Monacci2021-02-081-1/+1
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-142/+244
* Correct typo (#16972)Héctor M. Monacci2021-02-081-1/+1
* close #15767 (#16959)flywind2021-02-081-1/+8
* use typeof instead type (#16962)flywind2021-02-083-8/+8
* [ci skip] CountTable, remove link to unexisting procnarimiran2021-02-021-1/+0
* critbits: fix error from strictFuncs (#16877)ee72021-02-011-2/+2
* intsets are here to stay (#16751)Andreas Rumpf2021-01-191-3/+1
* Improve documentation for packedsets (#16715)konsumlamm2021-01-161-3/+4
* Remove longestMatch in _WithPrefix iterators (#16689)konsumlamm2021-01-121-23/+15
* Improve documentation for deques (#16589)konsumlamm2021-01-061-156/+106
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-78/+79
* Improve documentation for critbits (#16568)konsumlamm2021-01-031-135/+107
* Fix #16554 (#16564)hlaaftana2021-01-031-2/+3
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+147
* sequtils.nim: Change some `func` back to `proc` (#16309)ee72020-12-141-28/+28