summary refs log tree commit diff stats
path: root/tests/stdlib/tsince.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ↵Timothee Cour2021-08-111-1/+1
| | | | | | | | | | | is overloaded) (#13869) * fix: `var a{.foo.} = expr` inside templates * add test * improve tdecls test * improve tests * add failing test * PRTEMP * fixup
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+32
* move since from inclrtl to std/private/since * move since import in system below for HCR