summary refs log tree commit diff stats
path: root/lib/std/monotimes.nim
Commit message (Expand)AuthorAgeFilesLines
* Implement zephyr urandom and monotime (#19142)Jaremy Creechley2021-11-141-0/+7
* clean unused imports on runnableExamples (#18551)flywind2021-07-211-2/+0
* clarify what a 'monotonic' timestamp is (#18163)Andreas Rumpf2021-06-031-3/+2
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-2/+2
* [JS + docs] improve std/monotimes module (#17103)flywind2021-02-221-42/+44
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-1/+1
* move tests to testament (#16101)flywind2020-11-241-16/+0
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-2/+2
* Fix JS bug in std/monotimes (#12499) [backport]Oscar Nihlgård2019-10-241-1/+2
* [feature] Added std/monotimesOscar Nihlgård2019-07-121-0/+173