index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-2
/
+2
2022-06-13
Horizon OS STD support
Meziu
-2
/
+3
2022-05-11
to_timespec could be unused by some targets
Sébastien Marie
-0
/
+1
2022-05-11
openbsd: convert futex timeout managment to Timespec usage
Sébastien Marie
-1
/
+1
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-2
/
+0
2022-05-06
Share more unix SystemTime code
Josh Stone
-101
/
+57
2022-05-06
Use statx's 64-bit times on 32-bit linux-gnu
Josh Stone
-0
/
+8
2022-05-06
Use __clock_gettime64 on 32-bit linux-gnu
Josh Stone
-0
/
+27
2022-05-06
unix: always use 64-bit Timespec
Josh Stone
-62
/
+58
2022-04-28
std: simplify UNIX parker timeouts
joboet
-2
/
+2
2022-04-01
Use MaybeUninit for clock_gettime's timespec.
Mara Bos
-3
/
+4
2022-03-24
Make Timespec available in sys::unix.
Mara Bos
-15
/
+13
2022-03-24
Use FUTEX_WAIT_BITSET rather than FUTEX_WAIT on Linux.
Mara Bos
-0
/
+4
2022-02-13
make Instant::{duration_since, elapsed, sub} saturating and remove workarounds
The8472
-19
/
+0
2021-09-04
linux/aarch64 Now() should be actually_monotonic()
Ali Saidi
-0
/
+1
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-2
/
+2
2020-12-29
Fix small typo in time comment
BlackHoleFox
-1
/
+1
2020-10-08
Switch to using a single atomic and treating 0 as 'uninitialized'
Thom Chiovoloni
-16
/
+12
2020-10-08
Fiddle with the comments
Thom Chiovoloni
-5
/
+5
2020-10-08
Avoid SeqCst or static mut in mach_timebase_info cache
Thom Chiovoloni
-22
/
+36
2020-08-15
std/sys/unix/time: make it easier for LLVM to optimize `Instant` subtraction.
Eduard-Mihai Burtescu
-8
/
+20
2020-07-27
mv std libs to library/
mark
-0
/
+352