Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 1 | -0/+11 |
* | fix bug in doAssertRaises when exception==Exception (#10172) | Timothee Cour | 2019-01-04 | 1 | -0/+12 |
* | revives: Move typetraits.`$` to system. Fixes #5827 (#10071) | Timothee Cour | 2018-12-30 | 1 | -0/+14 |
* | Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316) | c-blake | 2018-10-12 | 1 | -0/+5 |
* | fixes #9281 | Araq | 2018-10-11 | 1 | -0/+15 |
* | Add proc toOpenArray[byte] for strings (#7820) | Dmitry Atamanov | 2018-07-07 | 1 | -0/+16 |
* | test negative range array | nitely | 2018-06-06 | 1 | -0/+14 |
* | check bounds instead of index | nitely | 2018-06-05 | 1 | -0/+25 |
* | added toOpenArray builtin for zero-copy slices; syntax sugar yet to come | Araq | 2018-03-24 | 1 | -1/+28 |
* | fixes #6710 | Andreas Rumpf | 2017-11-08 | 1 | -0/+4 |
* | Implementation of high/low for SomeReal (#6570) | Fabian Keller | 2017-10-30 | 1 | -0/+18 |