| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-13 | Remove unnecessary `mut` | Sebastian Holmin | 1 | -1/+1 | |
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -1/+1 | |
| 2023-02-13 | Rename settings error variants | David Lönnhager | 1 | -2/+2 | |
| 2022-06-21 | Fix the large majority of clippy warnings | Jonathan | 1 | -0/+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 | Make settings migrations not depend on types that can change | Linus Färnstrand | 1 | -1/+9 | |
| 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 | -53/+51 | |
| 2021-10-26 | Refactor settings migration | David Lönnhager | 1 | -0/+187 | |
