summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
6 daysAddress latest linting issuesTim Oram
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-18Move lint configuration to Cargo.tomlTim Oram
2024-02-18Implement Searchable for list module searchTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Remove the concept of custom eventsTim Oram
2024-02-15Move invalid_utf to test_helpersTim Oram
2024-02-15Cleanup most disabled lintsTim Oram
2024-02-15Remove lib.rsTim Oram
2024-02-15Move core crate into rootTim Oram
2024-02-15Move display crate into coreTim Oram
2024-02-15Move all remaining non-mod modulesTim Oram
2024-02-15Resolve latest linting errorsTim Oram
2023-09-06Fix latest linting errorsTim Oram
2023-08-07Address nightly lintsTim Oram
2023-07-15Updating linting and rustfmt configs to latestTim Oram
2022-12-18Fix latest linting errorsTim Oram
2022-11-06Update to latest Clippy lintsTim Oram
2022-10-18Enable clippy on workspaceTim Oram
2022-10-13Inline format arguments where possibleTim Oram
2022-10-03Disable some unneeded lintsTim Oram
2022-09-21Allow clippy::new_without_defaultTim Oram
2022-09-21Allow clippy::map_err_ignoreTim Oram
2022-09-21Allow clipped::float_arithmeticTim Oram
2022-09-21Allow unwrap_usedTim Oram
2022-09-21Allow index_slicingTim Oram
2022-09-11Update to latest rustc lintsTim Oram
2022-09-11Cleanup lint script enable sub-directory runningTim Oram
2022-09-11Disable some new nightly lintsTim Oram
2022-07-04Fix new linting errors and relax module nameTim Oram
2022-06-08Fix new nightly linting errorsTim Oram
2022-02-09Disable clippy::else_if_without_else globallyTim Oram
2022-02-09Disable clippy::too_many_lines globallyTim Oram
2022-02-09Allow default_numeric_fallback globallyTim Oram
2022-02-09Allow clippy::integer_arithmetic globallyTim Oram
2022-01-12Disable the Clippy option_if_let_else lintTim Oram
2022-01-05Disable the mod_module_files lintTim Oram
2021-10-07Allow expect_used lintTim Oram
2021-09-13Fix renamed Clippy rulesTim Oram
2021-08-09Allow renamed and removed lints in nightlyTim Oram
2021-08-09Fix disjoint_capture_migration lintTim Oram
2021-07-05Move core to a crateTim Oram
2021-07-05Move components module to coreTim Oram
2021-07-05Move module to coreTim Oram
2021-07-05Move window_size_error module to coreTim Oram
2021-07-05Move show_commit module to coreTim Oram
2021-07-05Move list module to coreTim Oram
2021-07-05Move insert module to coreTim Oram
2021-07-05Move external_editor module to coreTim Oram
2021-07-05Move error module into coreTim Oram