about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/time.rs
AgeCommit message (Expand)AuthorLines
2025-09-24Repro duration_since regression from issue 146228Stepan Koltsov-15/+12
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-21/+9
2025-08-12Constify SystemTime methodsltdk-9/+21
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-5/+13
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-11/+0
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-1/+6
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-0/+2
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+9
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-1/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-17/+16
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-21/+3
2024-03-18Support for visionOSAdam Gastineau-1/+4
2024-03-14Auto merge of #114038 - Stargateur:108277, r=ChrisDentonbors-36/+20
2024-03-06unix time module now return resultAntoine PLASKOWSKI-36/+20
2024-02-23Make timespec capping public to crate::sysFlorian Bartels-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+330