summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-1/+1
* Upgrade async_executors dependency to 0.7.0Nick Mathewson2023-09-282-6/+11
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* 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
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* 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
|/
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* tor-rtcompat: Say default-features with a dash, not an underscore.Nick Mathewson2023-05-221-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-2/+4
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-3/+1
* Mark an initial set of non-additive features.Nick Mathewson2023-05-151-1/+3
* update rustls to 0.21trinity-1686a2023-05-082-18/+13
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Upgrade dependency to latest async-native-tls.Nick Mathewson2023-03-301-1/+1
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* shell: use /usr/bin/env instead of absolute pathsEmil Engler2023-01-251-1/+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
* Merge branch 'optional-deps-static' into 'main'eta2022-12-051-3/+1
|\
| * make use of 1.60 opt dependancy featurestrinity-1686a2022-11-301-3/+1
* | Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
|/
* fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-262-38/+32
* Merge branch 'workaround_545' into 'main'eta2022-11-111-0/+5
|\
| * Temporarily disable it_cancels_delayed_firings.Nick Mathewson2022-11-101-0/+5
* | bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
|/
* 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
* Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-1/+0
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-1/+1
* `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-073-5/+30