summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Rename coarsetime module to coarse_timeIan Jackson2024-03-253-3/+3
* tor-rtcompat: coarsetime: Add a comment about doc statusIan Jackson2024-03-251-0/+4
* tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.Ian Jackson2024-03-251-0/+2
* tor-rtcompat: implement_opaque_runtime impls CoarseTimeProviderIan Jackson2024-03-251-0/+7
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)Ian Jackson2024-03-253-8/+29
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-253-25/+58
* tor-rtcompat: Reformat a doc comment for semantic newlinesIan Jackson2024-03-251-3/+3
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider (fmt)Ian Jackson2024-03-251-3/+2
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProviderIan Jackson2024-03-253-0/+205
* Run maint/add_warning.Nick Mathewson2024-03-134-0/+4
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* rtcompat: Fix a rustdoc link.Nick Mathewson2024-01-301-1/+1
* Upgrade to futures-rustls and rustls 0.22.Nick Mathewson2024-01-251-25/+32
* clippy: consequential rustfmtIan Jackson2024-01-021-3/+1
* clippy: Use infallible callsIan Jackson2024-01-021-2/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-rtcompat: use track-caller for thin wrappersJim Newsome2023-12-182-0/+4
* Upgrade async_executors dependency to 0.7.0Nick Mathewson2023-09-281-4/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-234-0/+4
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-105-0/+5
* Merge branch 'clippy-vec' into 'main'Nick Mathewson2023-07-101-2/+2
|\
| * Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-101-2/+2
* | Add an exception for clippy::arc_with_non_send_sync.Nick Mathewson2023-07-101-0/+1
|/
* Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-071-1/+0
|\
| * Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* | tor-rtcompat: Simplify trivial all() expressions.Nick Mathewson2023-07-062-9/+9
|/
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* update rustls to 0.21trinity-1686a2023-05-081-16/+11
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+25
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+9
* Fix typosDimitris Apostolou2022-12-091-1/+1
* fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-261-36/+30
* Temporarily disable it_cancels_delayed_firings.Nick Mathewson2022-11-101-0/+5
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* fix doc-feature synchrotrinity-1686a2022-10-162-2/+8
* add test for many featurestrinity-1686a2022-10-161-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-139/+1
* `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-071-5/+28
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-rtcompat: Require that TcpStream be SendIan Jackson2022-08-152-2/+2
* tor-rtcompat: s/micros/millis inside a flaky testeta2022-07-261-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Remove rustls from tor-rtcompat/fullNick Mathewson2022-06-161-1/+3
* Merge branch 'dormant_directory' into 'main'Nick Mathewson2022-06-132-2/+118
|\