Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | add setutils.[]= (#17272) | Timothee Cour | 2021-03-08 | 1 | -0/+11 |
| | | | | | * add setutils.[]= * address comments * proc => func (for other symbols too) | ||||
* | enable bsd for tsetutils; improve setutils API (#17098) | Timothee Cour | 2021-02-20 | 1 | -2/+4 |
| | |||||
* | Add setutils.complement, setutils.fullSet (#17066) | Jason Beetham | 2021-02-18 | 1 | -7/+27 |
| | |||||
* | Adds toSet to create sets from iterables (#16276) | Jason Beetham | 2020-12-14 | 1 | -0/+14 |