summaryrefslogtreecommitdiff
path: root/crates/tor-persist
Commit message (Expand)AuthorAgeFilesLines
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* tor-persist: Make LockStatus #[must_use]Ian Jackson2023-11-222-0/+2
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Upgrade to sanitize-filename 0.5.0Nick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-3/+3
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-104-0/+4
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-073-15/+11
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-1/+1
* 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-3/+3
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-2/+4
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-072-1/+2
|\
| * ErrorHint: Implement tryfrom_torpersistNick Mathewson2023-01-272-1/+2
* | Merge branch 'logs' into 'main'Nick Mathewson2023-02-012-3/+9
|\ \
| * | Use ErrorReport - run rustfmtIan Jackson2023-01-301-1/+5
| * | Use ErrorReport for errors in warn! in tor-persistIan Jackson2023-01-302-3/+5
| |/
* | Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-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-273-0/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-lints' into 'main'eta2023-01-063-0/+24
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+24
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Test a couple more error cases in tor-persist.Nick Mathewson2022-12-062-8/+29
* Bump the minor version of every crate.Nick Mathewson2022-11-301-3/+3
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-182-5/+5
* tor-persist: use map_whileNick Mathewson2022-11-101-4/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-9/+1
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-2/+2
* Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-312-4/+6
* 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-242-0/+4