Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct licence header (#18935) | flywind | 2021-10-01 | 1 | -1/+1 |
| | | | | | * rename licence * spaces | ||||
* | typo: enmRange => enumElementsAsSet (#18394) | Timothee Cour | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
| | | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting | ||||
* | add setutils.[]= (#17272) | Timothee Cour | 2021-03-08 | 1 | -3/+17 |
| | | | | | * add setutils.[]= * address comments * proc => func (for other symbols too) | ||||
* | enable bsd for tsetutils; improve setutils API (#17098) | Timothee Cour | 2021-02-20 | 1 | -5/+8 |
| | |||||
* | Add setutils.complement, setutils.fullSet (#17066) | Jason Beetham | 2021-02-18 | 1 | -1/+24 |
| | |||||
* | Add std/setutils to lib.rst (#16791) | konsumlamm | 2021-01-22 | 1 | -5/+10 |
| | | | | | | | | | * Add std/setutils to lib.rst Improve doc comments for setutils * Adhere to the RST spec Use no UFCS in toSet | ||||
* | Adds toSet to create sets from iterables (#16276) | Jason Beetham | 2020-12-14 | 1 | -0/+32 |