aboutsummaryrefslogtreecommitdiff
path: root/lib/std/time.zig
AgeCommit message (Expand)Author
2024-09-26move std.time.sleep to std.Thread.sleepAndrew Kelley
2024-09-06std.time: Use clock_nanosleep() to implement sleep() on Linux.Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2023-12-20os.uefi: add ns to epochTristan Ross
2023-12-20time: add uefi supportTristan Ross
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-07-07implement std.time.sleep for uefixdBronch
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-30std: fix a bunch of typosLinus Groh
2022-11-02std.time: add microTimestamp() (#13327)Eric Milliken
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