aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/simple_time.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-4/+4
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-rtmock-simple-time-typos: Fix typosNiel Duysters2025-10-011-3/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-1/+1
* Convert a few crates to slotmap-carefulNeel Chauhan2024-10-171-2/+2
* tor-rtmock: Introduce MockTimeCoreIan Jackson2024-03-251-23/+12
* tor-rtmock: time_core: rename from coarse_timeIan Jackson2024-03-251-1/+1
* tor-rtmock: Rename coarsetime module to coarse_timeIan Jackson2024-03-251-1/+1
* tor-rtmock: impl CoarseTimeProvider for mocked time providersIan Jackson2024-03-251-0/+15
* tor-rtmock: Implement from_real in terms of from_wallclockIan Jackson2024-03-251-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-rtmock: simple_time: Don't export StateIan Jackson2023-10-051-1/+1
* tor-rtmock: simple_time: Rename `wakers` to `futures` (fmt)Ian Jackson2023-10-051-1/+4
* tor-rtmock: simple_time: Rename `wakers` to `futures`Ian Jackson2023-10-051-11/+11
* tor-rtmock: simple_time: Rename `pq` to `unready`Ian Jackson2023-10-051-13/+13
* tor-rtmock: simple_time: Expand on advance and task orderingIan Jackson2023-10-051-2/+8
* tor-rtmock: simple_time: Clarify/correct comments about invariantIan Jackson2023-10-051-2/+2
* tor-rtmock: simple_time: Clarify some things in time_until_next_timeoutIan Jackson2023-10-051-0/+6
* tor-rtmock: simple_time: Give formal names to the statesIan Jackson2023-10-051-2/+21
* tor-rtmock: simple_time: take() the waker when we wakeIan Jackson2023-10-051-2/+5
* tor-rtmock: Provide SimpleTimeProvider: clarify .sleep() innardsIan Jackson2023-10-031-4/+6
* tor-rtmock: Switch MockRuntime to SimpleMockSleepProviderIan Jackson2023-10-031-0/+3
* tor-rtmock: Provide SimpleTimeProviderIan Jackson2023-10-031-0/+347