about summary refs log tree commit diff
path: root/library/std/src/time.rs
AgeCommit message (Expand)AuthorLines
2023-10-24Auto merge of #116238 - tamird:gettimeofday, r=thomccbors-4/+2
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-09-28time: use clock_gettime on macosTamir Duberstein-2/+1
2023-09-28time: use clock_gettime on macosTamir Duberstein-2/+1
2023-09-25Document that Instant may or may not include system-suspend timeThe 8472-0/+2
2023-08-28Rollup merge of #109660 - ijackson:leap, r=thomccMatthias Krüger-0/+24
2023-08-07Adjust the duration_since(UNIX_EPOCH) docsIan Jackson-8/+6
2023-04-29update wasi_clock_time_api ref.clundro-2/+2
2023-03-27Document that SystemTime does not count leap secondsIan Jackson-0/+20
2023-03-27Add note about clone-and-hack to the two UNIX_EPOCH definitionsIan Jackson-0/+6
2023-02-22std: time: Avoid to use "was created" in elapsed() descriptionBoqun Feng-3/+3
2023-01-28docs: remove colon from time headerMichael Howell-1/+1
2022-11-06Bump version placeholders to releaseMark Rousskov-1/+1
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-2/+2
2022-10-19Fixed docs typo in `library/std/src/time.rs`John Higgins-1/+1
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-2/+2
2022-07-15Support setting file accessed/modified timestampsJosh Triplett-1/+7
2022-05-23std::time : fix doc variable namejersou-2/+2
2022-03-27Link to std::io's platform-specific behavior disclaimerDavid Tolnay-2/+7
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-02-13Capitalize "Rust"Josh Triplett-1/+1
2022-02-13Add panic docs describing old, current and possible future behaviorThe 8472-3/+31
2022-02-13Add caveat about the monotonicity guarantee by linking to the later sectionThe 8472-2/+4
2022-02-13make Instant::{duration_since, elapsed, sub} saturating and remove workaroundsThe8472-58/+27
2022-01-29Document `SystemTime` platform precisionChris Denton-1/+6
2022-01-26Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone...Артём Павлов [Artyom Pavlov]-1/+1
2022-01-10Fix doc formatting for time.rs Yaroslav Dynnikov-1/+1
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+7
2021-10-17Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=...bors-0/+14
2021-09-28Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,...bors-0/+2
2021-09-28Add SOLID targetsTomoaki Kawada-0/+2
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-2/+2
2021-09-25Apply 16 commits (squashed)Frank Steffahn-2/+2
2021-09-21Re-export FromSecsError from `std`mbartlett21-0/+3
2021-09-04linux/aarch64 Now() should be actually_monotonic()Ali Saidi-0/+14
2021-08-29Adding examples to docs of std::time moduleJoão M. Bezerra-6/+25
2021-08-13where available use 64- or 128bit atomics instead of a Mutex to monotonize timeThe8472-10/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-04Fix invalid align attribute generation on <td> elementsGuillaume Gomez-2/+2
2020-11-22Drop support for cloudabi targetsLzu Tao-4/+0
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-10-06Rollup merge of #76388 - poliorcetics:system-time-document-panic, r=KodrAusYuki Okushi-0/+10
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-2/+2
2020-09-09Rollup merge of #76162 - abrausch:documentation-fix-duration_since, r=jyn514Dylan DPC-3/+4
2020-09-08Make duration_since documentation more clearAlexander Brausch-3/+4
2020-09-05Add a note about the panic behavior of math operations on time objectsAlexis Bourget-0/+10
2020-09-04time.rs: Make spelling of "Darwin" consistentnumbermaniac-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-169/+3