index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
time.zig
Age
Commit message (
Expand
)
Author
2020-11-01
std: Fix early overflow in time calculation
LemonBoy
2020-10-14
Merge pull request #6655 from kprotty/timers
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
integrate std.time.sleep with the event loop
kprotty
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-01
fixed timestamp()
Sebastian
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-24
Use better names for darwin timestart
LeRoyce Pearson
2020-05-24
Fix compile errors for MacOS
LeRoyce Pearson
2020-05-24
Use `once` to init _timestart in thread safe way
LeRoyce Pearson
2020-05-24
Implement a faster way to get nanoseconds on darwin
LeRoyce Pearson
2020-05-24
Add `std.time.nanoTimestamp` function
LeRoyce Pearson
2020-05-18
Remove obsolete runtime panics from sleep impl
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-23
std.time.Timer.lap: only read system time once (#4533)
Heide Onas Auri
2020-02-16
self-hosted libc detection
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley