| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | Adjust examples lints using add_warning | Nick Mathewson | 2024-05-07 | 1 | -3/+3 |
| | | |||||
| * | Rename ManagedTransportConfig to TransportConfig. | Nick Mathewson | 2024-03-14 | 1 | -2/+2 |
| | | | | | We're going to start using this type for _every_ kind of transport. | ||||
| * | Add unknown-lints exception to examples | Nick Mathewson | 2024-03-13 | 1 | -1/+1 |
| | | | | | | We need this to avoid warnings when runnning non-nightly clippy on these examples. | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | arti-client: fix conditional unused_import and dead_code warnings | Nick Mathewson | 2023-08-16 | 1 | -2/+2 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | make snowflake example feature-gated | trinity-1686a | 2023-06-14 | 1 | -5/+13 |
| | | |||||
| * | change path to snowflake client | trinity-1686a | 2023-06-08 | 1 | -1/+2 |
| | | |||||
| * | remove forgoten debug line | trinity-1686a | 2023-06-08 | 1 | -1/+0 |
| | | |||||
| * | add anchor to amp-cache link | trinity-1686a | 2023-06-08 | 1 | -1/+1 |
| | | |||||
| * | complement general documentation on bridges and pt | trinity-1686a | 2023-06-07 | 1 | -0/+2 |
| | | |||||
| * | move snowflake example to dedicated file and comment it more | trinity-1686a | 2023-06-07 | 1 | -0/+98 |
