summary refs log tree commit diff stats
path: root/lib/system/helpers.nim
Commit message (Expand)AuthorAgeFilesLines
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-1/+18
* fix system.nim documentations (#10168)alaviss2019-01-041-2/+2
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-251-0/+11