summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils
Commit message (Expand)AuthorAgeFilesLines
...
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-2/+2
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Remove semver.md files.Gabriela Moldovan2024-09-041-1/+0
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-1/+1
* Fix typosDimitris Apostolou2024-09-032-2/+2
* Sort dependencies in tor-basic-utilsIan Jackson2024-08-271-1/+1
* Add ByteQty to semver.mdIan Jackson2024-08-271-0/+1
* byte_qty: Support deserialising from strings and floatsIan Jackson2024-08-272-1/+78
* byte_qty: Implement FromStr, and improve Display implIan Jackson2024-08-272-7/+190
* byte_qty: provide TryFrom<u64> and <f64>Ian Jackson2024-08-271-0/+76
* byte_qty: Make serde dependency optional in tor-basic-utilsIan Jackson2024-08-272-5/+9
* byte_qty: Split up the derivesIan Jackson2024-08-271-1/+2
* byte_qty: Move to tor-basic-utilsIan Jackson2024-08-273-0/+75
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-1/+1
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-2/+2
* Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-021-1/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-136-0/+6
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-2/+2
* PathExt::display_lossy: Add semver noteIan Jackson2024-03-051-0/+1
* tor-basic-utils: Provide PathExt with display_lossy() methodIan Jackson2024-03-051-0/+25
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-1/+0
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-1/+1
* tor-basic-utils: Seal IoErrorExtIan Jackson2023-10-102-1/+10
* 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-236-0/+6
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-2/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-116-0/+7
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-106-0/+7
* | rng docs: Fix two linksIan Jackson2023-07-101-2/+2
* | rng ranges: Provide examples (doctests)Ian Jackson2023-07-101-0/+42
* | rng ranges: Forbid use of panicky Rng::gen_rangeIan Jackson2023-07-101-0/+1
* | rng ranges: Introduce gen_range_infallibleIan Jackson2023-07-101-0/+47
* | tor-basic-utils: retry: Use and justify gen_range_checkedIan Jackson2023-07-101-3/+4
* | rng ranges: Introduce RngExt and gen_range_checkedIan Jackson2023-07-101-0/+27
|/
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* 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
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* tor-basic-utils: Add unbounded range (..) test.Gabriela Moldovan2023-05-131-0/+31