summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-1/+1
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-3/+1
* Fix compile time errors when using tables on 8/16-bits systems. (#23450)Gianmarco2024-03-281-1/+4
* Remove count field from Deque (#23318)Tomohiro2024-02-201-51/+46
* Remove mask field from Deque (#23299)Tomohiro2024-02-111-5/+6
* Add items and contains to heapqueue (#23296)Antonis Geralis2024-02-091-0/+15
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-1/+28
* Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)Eric N. Vander Weele2023-12-241-0/+22
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-0/+3
* table.`mgetOrPut` without default val (#22994)inv20042023-11-302-4/+65
* fixes #22898; fix #22883 differently (#22900)ringabout2023-11-053-0/+10
* fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...ringabout2023-11-013-7/+7
* complete std prefixes for stdlib (#22887)ringabout2023-10-306-7/+7
* use lent for the return value of index accesses of tables (#22812)ringabout2023-10-111-2/+2
* remove the O(n*n) `addUnique` one from std (#22799)ringabout2023-10-061-12/+0
* fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)ringabout2023-09-301-1/+6
* moves `addUnique` to `std/sequtils` (#22734)Juan M Gómez2023-09-211-0/+28
* 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