| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-15 | Run `crago +nightly clippy --fix` | Markus Pettersson | 1 | -22/+22 | |
| 2023-11-13 | Remove unnecessary `mut` | Sebastian Holmin | 1 | -1/+1 | |
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -1/+1 | |
| 2023-08-07 | Get rid of "extern crate serde" and import derive macros explicitly | Linus Färnstrand | 1 | -0/+1 | |
| 2023-02-13 | Rename settings error variants | David Lönnhager | 1 | -1/+1 | |
| 2022-07-05 | Use derive attribute for default enum variants | David Lönnhager | 1 | -7/+2 | |
| 2022-06-21 | Fix the large majority of clippy warnings | Jonathan | 1 | -1/+1 | |
| This commit fixes most of the remaining clippy warnings in the codebase. These warnings were the more semantically difficult ones to fix. There are some warnings that remain from the rebase that will be fixed in the upcoming PR. | |||||
| 2022-06-13 | Perform a clippy --fix | jonathan | 1 | -1/+0 | |
| This is a giant commit which performs only a clippy --fix. Auditing can happen in two ways, either by reading every line or by running a `cargo clippy --fix` on the previous commit and make sure that the result is the same. | |||||
| 2022-01-11 | Remove unecessary Android stuff from settings migration code | Linus Färnstrand | 1 | -7/+2 | |
| 2022-01-11 | Fix Android dependencies and imports | Linus Färnstrand | 1 | -0/+2 | |
| 2022-01-11 | Make settings migrations not depend on types that can change | Linus Färnstrand | 1 | -3/+47 | |
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 1 | -2/+0 | |
| 2021-10-26 | Remove settings migration trait | David Lönnhager | 1 | -42/+40 | |
| 2021-10-26 | Refactor settings migration | David Lönnhager | 1 | -0/+197 | |
