summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust
Commit message (Expand)AuthorAgeFilesLines
...
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-108-0/+9
* 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
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-5/+1
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* 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
* Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-072-2/+2
|\
| * add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-272-2/+2
* | Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-278-0/+8
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-1/+1
* Merge branch 'test-lints' into 'main'eta2023-01-068-0/+67
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-128-0/+67
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'edition-2021' into 'main'eta2022-11-031-1/+1
|\
| * set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* | remove unused dependanciestrinity-1686a2022-10-291-2/+0
|/
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-239/+1
* README doctests: fix fs-mistrustIan Jackson2022-10-121-3/+12
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* fix clippy::needless_borrowtrinity-1686a2022-09-101-15/+12
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-1/+1
* Fix broken build and tests after arti!700.Alexander Færøy2022-08-311-3/+4
* Update README.md files with "readmes" tool.Nick Mathewson2022-08-311-2/+3
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-316-8/+186
|\
| * Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-312-8/+26
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-315-2/+162
* | Comment out docstring as it fails to compile on Windows.Alexander Færøy2022-08-301-2/+3
* | Disable 3 tests in fs-mistrust.Alexander Færøy2022-08-301-0/+3
* | Use `expect()` instead of `unwrap()` in `mistrust_build()`.Alexander Færøy2022-08-291-1/+1
* | Refactor the construction of the `Mistrust` type in tests.Alexander Færøy2022-08-292-97/+93
* | Document in link_rel() why we do not support symlinks on Windows.Alexander Færøy2022-08-291-0/+4
* | Disable fs-mistrust's simple_cases() unit test on non-Unix.Alexander Færøy2022-08-261-1/+5
* | Fix compilation of tests for Windows.Alexander Færøy2022-08-261-13/+49
* | Mark fs-mistrust's link_rel() and link_abs() as Unix-only.Alexander Færøy2022-08-261-10/+3
* | Mark the repeats and looping tests in fs-mistrust as Unix-only.Alexander Færøy2022-08-261-1/+6