COMMITS
/ lib/std/time.zig July 12, 2025
C
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
March 2, 2025
L
std.time: Make Instant.since() work on UEFI
Linus Groh committed
February 21, 2025
A
std.time: Make tests less flaky.
Alex Rønne Petersen committed
February 12, 2025
A
std.time: more precise `nanoTimestamp` in windows
Ali Cheraghi committed
February 8, 2025
L
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh committed
February 1, 2025
C
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create() (#22627)
Chris Boesch committed
September 24, 2024
A
move std.time.sleep to std.Thread.sleep
Andrew Kelley committed
August 31, 2024
A
std.time: Use clock_nanosleep() to implement sleep() on Linux.
Alex Rønne Petersen committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
January 27, 2024
V
remove std.io.Mode
Veikka Tuominen committed
December 20, 2023
T
os.uefi: add ns to epoch
Tristan Ross committed
T
time: add uefi support
Tristan Ross committed
October 25, 2023
J
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
July 4, 2023
X
implement std.time.sleep for uefi
xdBronch committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
November 2, 2022
E
std.time: add microTimestamp() (#13327)
Eric Milliken committed
May 22, 2022
A
math: make `cast` return optional instead of an error
Ali Chraghi committed
April 5, 2022
D
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich committed
February 24, 2022
P
time: introduce Instant (#10972)
protty committed
January 7, 2022
M
lint: duplicate import (#10519)
Meghan committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 14, 2021
J
add functions to decode an epoch timestamp (#9040)
Jonathan Marler committed
August 28, 2021
A
std: reorganization that allows new usingnamespace semantics
Andrew Kelley committed
August 25, 2021
A
std.os: more reorganization efforts
Andrew Kelley committed
August 24, 2021
A
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley committed
A
remove redundant license headers from zig standard library
Andrew Kelley committed
A
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 7, 2021
M
test: fix std.time timing tests to skip on failure
Michael Dusan committed
October 30, 2020
L
std: Fix early overflow in time calculation
LemonBoy committed
October 15, 2020
A
Merge pull request #6655 from kprotty/timers
Andrew Kelley committed
October 12, 2020
V
Rename .macosx to .macos
Vignesh Rajagopalan committed
October 11, 2020
K
integrate std.time.sleep with the event loop
kprotty committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
June 1, 2020
S
fixed timestamp()
Sebastian committed
May 25, 2020
A
(breaking) std.time fixups and API changes
Andrew Kelley committed
May 2, 2020
L
Use better names for darwin timestart
LeRoyce Pearson committed
May 1, 2020
L
Fix compile errors for MacOS
LeRoyce Pearson committed
L
Use `once` to init _timestart in thread safe way
LeRoyce Pearson committed