aboutsummaryrefslogtreecommitdiff
path: root/lib/std/time.zig
AgeCommit message (Expand)Author
2020-06-01fixed timestamp()Sebastian
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-24Use better names for darwin timestartLeRoyce Pearson
2020-05-24Fix compile errors for MacOSLeRoyce Pearson
2020-05-24Use `once` to init _timestart in thread safe wayLeRoyce Pearson
2020-05-24Implement a faster way to get nanoseconds on darwinLeRoyce Pearson
2020-05-24Add `std.time.nanoTimestamp` functionLeRoyce Pearson
2020-05-18Remove obsolete runtime panics from sleep implJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-23std.time.Timer.lap: only read system time once (#4533)Heide Onas Auri
2020-02-16self-hosted libc detectionAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley