about summary refs log tree commit diff
path: root/library/std/src/sys/unix/time.rs
AgeCommit message (Expand)AuthorLines
2021-09-04linux/aarch64 Now() should be actually_monotonic()Ali Saidi-0/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-2/+2
2020-12-29Fix small typo in time commentBlackHoleFox-1/+1
2020-10-08Switch to using a single atomic and treating 0 as 'uninitialized'Thom Chiovoloni-16/+12
2020-10-08Fiddle with the commentsThom Chiovoloni-5/+5
2020-10-08Avoid SeqCst or static mut in mach_timebase_info cacheThom Chiovoloni-22/+36
2020-08-15std/sys/unix/time: make it easier for LLVM to optimize `Instant` subtraction.Eduard-Mihai Burtescu-8/+20
2020-07-27mv std libs to library/mark-0/+352