summary refs log tree commit diff stats
path: root/lib/std/private/since.nim
Commit message (Collapse)AuthorAgeFilesLines
* document `since` (#17048)Timothee Cour2021-02-161-1/+15
| | | | * document `since` * address comment
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+19
* move since from inclrtl to std/private/since * move since import in system below for HCR