aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/coarse_time.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
|
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* Upgrade to derive_more 2Nick Mathewson2025-02-261-0/+1
| | | | | This took a little refactoring, since derive_more::Foo no longer re-exports std::ops::Foo.
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
|
* CI: run miri, currently on tor-rtcompatIan Jackson2024-09-261-0/+1
| | | | | | I'm about to add some unsafe which I want tested in CI. We must disable two tests.
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-3/+2
| | | | | | The `derive_more` crate broke backward compatibility with this version, so this change involved quite a few manual fixups. With luck, they'll keep compatibility for some while in the future.
* tor-rtcompat: Rename coarsetime module to coarse_timeIan Jackson2024-03-251-0/+193
Modules with the same name as external crates don't work well with our MSRV.