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
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-330
/
+0
2023-12-07
add teeos std impl
袁浩
-6
/
+6
2023-10-31
Add support for pre-unix-epoch file dates on Apple platforms (#108277)
Sebastian Thiel
-0
/
+24
2023-09-28
time: use clock_gettime on macos
Tamir Duberstein
-148
/
+44
2023-09-28
time: use clock_gettime on macos
Tamir Duberstein
-49
/
+35
2023-09-28
time: cfg(any(x)) is the same as cfg(x)
Tamir Duberstein
-2
/
+2
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-1
/
+1
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-2
/
+4
2023-05-05
Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc
Dylan DPC
-12
/
+4
2023-04-08
Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`
beetrees
-0
/
+22
2023-03-30
Refactor glibc time64 support, riscv32 always has 64-bit `time_t`
beetrees
-14
/
+36
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+22
2022-12-02
std: cleanup timeouts in pthread condvar
joboet
-0
/
+3
2022-11-20
cfg(miri) no longer needed in sys/unix/time.rs
Ralf Jung
-2
/
+2
2022-11-14
macos, aarch64, and not(miri)
Cameron
-2
/
+2
2022-11-13
just use `libc::clockid_t`
Cameron
-8
/
+3
2022-11-13
Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targets
Joy
-3
/
+15
2022-10-14
Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha...
beetrees
-12
/
+4
2022-09-28
Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`
beetrees
-13
/
+21
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