summary refs log tree commit diff stats
path: root/tests/stdlib/tlists.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+13
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-0/+12
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-0/+12
* fix #16384 and #17144 (#17126) [backport]flywind2021-03-031-218/+223
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-20/+103
* use doAssert in tests (#16486)flywind2020-12-281-17/+17
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+68
* improve tests for collections (#16328)Timothee Cour2020-12-121-4/+20
* add SinglyLinkedList.append procspacien2018-11-271-1/+2
* removes deprecated T/P typesAraq2018-11-161-5/+5
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-6/+6
* new tester; all tests categorizedAraq2014-01-131-0/+66