summary refs log tree commit diff stats
path: root/lib/std/packedsets.nim
Commit message (Expand)AuthorAgeFilesLines
* Overrides `=copy` for `PackedSets` (#21417)ringabout2023-02-271-15/+14
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* various small documentation improvements (#18602)Miran2021-07-281-4/+4
* ORC: progress (#18000)Andreas Rumpf2021-05-121-1/+1
* Small update for packedsets (#17037)konsumlamm2021-02-151-12/+11
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-9/+3
* Improve documentation for packedsets (#16715)konsumlamm2021-01-161-137/+135
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-3/+3
* packedsets fix regression introduced in #15564 (#16060)Timothee Cour2020-11-201-8/+9
* Make IntSet a generic ordinal set OrdSet[A] (#15564)landerlo2020-11-131-0/+607