summary refs log tree commit diff stats
path: root/tests/system/tsystem_misc.nim
Commit message (Expand)AuthorAgeFilesLines
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-0/+11
* fix bug in doAssertRaises when exception==Exception (#10172)Timothee Cour2019-01-041-0/+12
* revives: Move typetraits.`$` to system. Fixes #5827 (#10071)Timothee Cour2018-12-301-0/+14
* Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)c-blake2018-10-121-0/+5
* fixes #9281Araq2018-10-111-0/+15
* Add proc toOpenArray[byte] for strings (#7820)Dmitry Atamanov2018-07-071-0/+16
* test negative range arraynitely2018-06-061-0/+14
* check bounds instead of indexnitely2018-06-051-0/+25
* added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-1/+28
* fixes #6710Andreas Rumpf2017-11-081-0/+4
* Implementation of high/low for SomeReal (#6570)Fabian Keller2017-10-301-0/+18