summary refs log tree commit diff stats
path: root/lib/pure/collections/lists.nim
Commit message (Expand)AuthorAgeFilesLines
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+3
* 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
* Deprecate `std/sharedlist` and `std/sharedtables` (#19112)konsumlamm2021-11-091-1/+0
* Revert #17321 (#18521)konsumlamm2021-07-191-135/+135
* Remove confusing <//> (#17830)flywind2021-04-261-7/+7
* Change parameter names in lists module from `L` (#17321)konsumlamm2021-03-101-127/+127
* Improve the lists module (#17312)konsumlamm2021-03-101-166/+185
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-5/+5
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-3/+0
* fix lists docs regression (#16981)flywind2021-02-091-21/+14
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-142/+244
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+147
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-4/+7
* Fix many broken linksJjp1372019-10-221-2/+2
* [other] prettify collections (#11695)Miran2019-07-091-6/+12
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-021-7/+11
* docs: fix trailing comma in linksnarimiran2019-01-251-4/+4
* better docs for lists and deques (#10390)Miran2019-01-211-43/+490
* add SinglyLinkedList.append procspacien2018-11-271-0/+15
* removes deprecated T/P typesAraq2018-11-161-9/+0
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* Refac of lists module (#6400)GULPF2017-10-161-105/+32
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-47/+47
* Fix SinglyLinkedRing in lists moduledef2015-02-011-4/+22
* Merge pull request #2020 from def-/mitemsreactormonk2015-02-011-0/+16
|\
| * Add mitems and mpairs where it makes sensedef2015-01-281-0/+16
* | nimsuggest improvementsAraq2015-01-301-1/+1
|/
* prettified re.nim; make some tests greenAraq2014-08-311-21/+22
* big renameAraq2014-08-271-41/+45
* case consistency part 1Araq2013-12-271-4/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-6/+9
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* added system.slurp for easy embedding of resourcesAraq2011-08-101-1/+17
* basic generic collections implemented and testedAraq2011-06-071-32/+23
* bugfix: generic instantiation across module boundariesAraq2011-06-061-98/+228
* c2nim compiles againAraq2011-04-231-2/+11
* got rid of some arcane module namesAraq2011-04-211-0/+155