aboutsummaryrefslogtreecommitdiff
path: root/lib/std/time.zig
AgeCommit message (Expand)Author
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-02-24time: introduce Instant (#10972)protty
2022-01-07lint: duplicate import (#10519)Meghan
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-14add functions to decode an epoch timestamp (#9040)Jonathan Marler
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-07test: fix std.time timing tests to skip on failureMichael Dusan
2020-12-31Year++Frank Denis
2020-11-01std: Fix early overflow in time calculationLemonBoy
2020-10-14Merge pull request #6655 from kprotty/timersAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11integrate std.time.sleep with the event loopkprotty
2020-08-20add license header to all std lib filesAndrew Kelley
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