summary refs log tree commit diff stats
path: root/tests/stdlib/tdeques.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-0/+49
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-0/+6
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
* use sink and lent in deques (#17661)flywind2021-04-071-2/+51
* use doAssert in tests (#16486)flywind2020-12-281-25/+25
* improve tests for collections (#16328)Timothee Cour2020-12-121-0/+139