about summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/time.rs
AgeCommit message (Expand)AuthorLines
2025-09-24Repro duration_since regression from issue 146228Stepan Koltsov-2/+9
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-22/+10
2025-08-12Constify SystemTime methodsltdk-10/+22
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-4/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-8/+10
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-5/+5
2024-04-08Rollup merge of #115984 - hermit-os:fuse, r=m-ou-seMatthias Krüger-0/+10
2024-03-07Rust is a proper name: rust → RustRalf Jung-1/+1
2024-03-01Extending filesystem support for hermit-ossimonschoening-0/+10
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2024-01-11std: fix module references on hermitjoboet-3/+3
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+216