summaryrefslogtreecommitdiffstats
path: root/src/config
AgeCommit message (Expand)Author
9 daysWrap set_var, remove_var in unsafe blocksTim Oram
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-17Cleanup and add tests to improve coverageTim Oram
2024-02-15Move testutils crate into test_helpersTim Oram
2024-02-15Remove unused new functions in config moduleTim Oram
2024-02-15Remove unused GitConfig::new functionTim Oram
2024-02-15Move with_git_config to test_helpersTim Oram
2024-02-15Move invalid_utf to test_helpersTim Oram
2024-02-15Cleanup use declarationsTim Oram
2024-02-15Strip inline attributesTim Oram
2024-02-15Move core crate into rootTim Oram
2024-02-15Move config crate to coreTim Oram
2024-02-15Move all remaining non-mod modulesTim Oram
2024-02-15Move config utils to a non-mod moduleTim Oram
2024-02-15Move config errors to a non-mod moduleTim Oram
2024-02-15Move config testutils to non-mod moduleTim Oram
2024-02-15Resolve latest linting errorsTim Oram
2023-09-06Fix latest linting errorsTim Oram
2023-08-12Add Modified Line exec command featureTim Oram
2023-08-07Address nightly lintsTim Oram
2023-08-01Bump thiserror from 1.0.43 to 1.0.44dependabot[bot]
2023-07-25Bump tempfile from 3.6.0 to 3.7.0dependabot[bot]
2023-07-24Remove proc-macro2 dependencyTim Oram
2023-07-22Use claims over claimTim Oram
2023-07-19Bump crates version to 2.3.0Tim Oram
2023-07-17Normalize Shift modifier for character keycodesTim Oram
2023-07-17Bump rstest from 0.16.0 to 0.18.1dependabot[bot]
2023-07-17Bump thiserror from 1.0.38 to 1.0.43dependabot[bot]
2023-07-17Bump proc-macro2 from 1.0.64 to 1.0.66dependabot[bot]
2023-07-15Bump serial_test from 0.10.0 to 2.0.0dependabot[bot]
2023-07-15Bump tempfile from 3.3.0 to 3.6.0dependabot[bot]
2023-07-15Updating linting and rustfmt configs to latestTim Oram
2022-12-20Bump serial_test from 0.9.0 to 0.10.0dependabot[bot]
2022-12-20Bump thiserror from 1.0.37 to 1.0.38dependabot[bot]
2022-12-18Fix latest linting errorsTim Oram
2022-12-11Fix linting issues with latest nightlyTim Oram
2022-11-28Bump rstest from 0.15.0 to 0.16.0dependabot[bot]
2022-11-27Add display and toggle of fixup flags in list viewTim Oram
2022-11-18Add support for update-ref actionTim Oram
2022-11-13Add key bindings for searchTim Oram
2022-11-06Update to latest Clippy lintsTim Oram
2022-10-20Bump thiserror from 1.0.34 to 1.0.37dependabot[bot]
2022-10-18Enable clippy on workspaceTim Oram
2022-10-18Allow ok clippy::as_conversionsTim Oram
2022-10-16Cleanup remaining ok/err checks in testsTim Oram
2022-10-15Promote testutils to directories in config/runtimeTim Oram
2022-10-15Fix bad type bound in theme_color testTim Oram
2022-10-15Remove unneeded vec! callTim Oram
2022-10-13Inline format arguments where possibleTim Oram
2022-10-06Add ignore blank lines optionDaniel Huth