Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes 5870 (#11704) | Andreas Rumpf | 2019-08-29 | 1 | -2/+2 |
| | | | | | | * fixes #5870 * make tclosure test green again * this check is correct but breaks some Nimble packages | ||||
* | iterators: several small fixes (#11162) | Miran | 2019-05-04 | 1 | -24/+51 |
| | | | | | | * fix pairs, mpairs, mitems for cstring for JS backend * add mutation check for pairs and mpairs for strings and seqs * change the assertion message - modifying (changing elements) is not a problem, changing the length is | ||||
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | system: some documentation improvements (#10809) | Miran | 2019-03-11 | 1 | -33/+38 |
| | |||||
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -0/+243 |
* move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions |