summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Expand)Author
9 daysWrap set_var, remove_var in unsafe blocksTim Oram
2024-02-17Cleanup and add tests to improve coverageTim Oram
2024-02-15Respect NO_COLOR env variableTim Oram
2024-02-15Refactor Crossterm mock and move to test helpersTim Oram
2024-02-15Remove assert_output test utilTim Oram
2024-02-15Cleanup use declarationsTim Oram
2024-02-15Strip inline attributesTim 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-15Burn super referencesTim Oram
2024-02-15Resolve latest linting errorsTim Oram
2023-09-06Fix latest linting errorsTim Oram
2023-08-07Address nightly lintsTim Oram
2023-08-01Bump thiserror from 1.0.43 to 1.0.44dependabot[bot]
2023-07-19Bump crates version to 2.3.0Tim Oram
2023-07-17Normalize event handling across terminalsTim 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-15Bump crossterm from 0.25.0 to 0.26.1dependabot[bot]
2023-07-15Bump serial_test from 0.10.0 to 2.0.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-18Add support for update-ref actionTim 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-12Refactor ColorMode to use SelfTim Oram
2022-10-03Disable some unneeded lintsTim Oram
2022-09-21Remove unused lint allowsTim 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-12Bump thiserror from 1.0.32 to 1.0.34dependabot[bot]
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-09-08Fix indexing issue with usage of move_to_columnTim Oram
2022-08-29Update crossterm to 0.25.0Tim Oram
2022-08-25Remove dependency between display and input cratesTim Oram
2022-08-17Bump thiserror from 1.0.31 to 1.0.32dependabot[bot]
2022-08-17Bump serial_test from 0.8.0 to 0.9.0dependabot[bot]
2022-07-13Add full errors to display crateTim Oram
2022-07-05Bump crossterm from 0.23.2 to 0.24.0dependabot[bot]