summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* define toList procs after add for lists [backport] (#22573)metagn2023-08-281-22/+22
* Add `cursor` to lists iterator variables (#22531)Amjad Ben Hedhili2023-08-241-3/+3
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-153-25/+32
* use strictdefs for compiler (#22365)ringabout2023-08-066-10/+13
* fix #20023 hash for generic tables (#20346)Bung2023-06-211-0/+15
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-233-8/+7
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-121-0/+9
* Revert "Add `cursor` to lists iterator variables" (#21571)ringabout2023-03-281-3/+3
* Add `cursor` to lists iterator variables (#21527)Amjad Ben Hedhili2023-03-271-3/+3
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-201-3/+3
* Add `cursor` annotations to lists iterator variables (#21507)Amjad Ben Hedhili2023-03-131-2/+2
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-11/+20
* fixes backticks in the documentation (#21340)ringabout2023-02-081-2/+2
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-1/+1
* remove legacy code (#21134)ringabout2022-12-261-3/+0
* Document that system:pop() may raise IndexDefect (#21070)Xavier Noria2022-12-131-3/+3
* Remove deprecated rightSize (#21011)Juan Carlos2022-12-081-10/+0
* add effectsOf to map in the std/sets module (#20760)ringabout2022-11-051-1/+4
* add `effectsOf` to `std/tables` (#20751)ringabout2022-11-041-2/+6
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-1/+0
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-072-2/+3
* new move analyser2 (#20471)Andreas Rumpf2022-10-011-2/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* remove `var` for ref parameters in `std/tables` (#20175)ringabout2022-08-251-2/+2
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-4/+4
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+3
* Add sink and lent annotations to the critbits module (#20021)silent-observer2022-07-141-8/+8
* Fix typo in sequtils documentation (#19789)Anthony Dario2022-05-131-1/+1
* Fix broken link in sets documentation. (#19769)Anthony Dario2022-05-061-1/+1
* move assertions out of system (#19599)flywind2022-03-232-0/+8
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+2
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-6/+6
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-5/+6
* move toDeque to after addLast (#19233) [backport:1.0]MichalMarsalek2021-12-101-14/+14
* Deprecate `std/sharedlist` and `std/sharedtables` (#19112)konsumlamm2021-11-094-2/+4
* 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