summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils
Commit message (Expand)AuthorAgeFilesLines
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-1/+1
* tor-basic-utils: Change a function to not be unsafeIan Jackson2024-10-081-2/+2
* Merge branch 'orport' into 'main'opara2024-09-304-3/+778
|\
| * tor-basic-utils: add `n_key_list` macroSteven Engler2024-09-233-0/+776
| * tor-basic-utils: small doc changes to `n_key_set`Steven Engler2024-09-231-3/+2
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-1/+1
* | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\ \
| * | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
| |/
* / 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
|\