summaryrefslogtreecommitdiffstats
path: root/src/runtime
AgeCommit message (Expand)Author
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-15Move testutils crate into test_helpersTim Oram
2024-02-15Move runtime testutils 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 runtime crate to 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-08-01Bump thiserror from 1.0.43 to 1.0.44dependabot[bot]
2023-07-22Use claims over claimTim Oram
2023-07-19Bump crates version to 2.3.0Tim Oram
2023-07-18Fix sharing of ThreadStatusTim Oram
2023-07-17Bump thiserror from 1.0.38 to 1.0.43dependabot[bot]
2023-07-15Bump crossbeam-channel from 0.5.6 to 0.5.8dependabot[bot]
2023-07-15Updating linting and rustfmt configs to latestTim Oram
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-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-15Add const to some new calls in runtime testsTim Oram
2022-10-15Promote testutils to directories in config/runtimeTim Oram
2022-10-15Use Arc::clone over .cloneTim Oram
2022-10-14Remove empty braces on structsTim Oram
2022-10-13Inline format arguments where possibleTim Oram
2022-10-03Disable some unneeded lintsTim Oram
2022-09-21Add some Debug implementationsTim 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-08-17Bump thiserror from 1.0.31 to 1.0.32dependabot[bot]
2022-08-17Fix new linting errorsTim Oram
2022-07-28Bump crossbeam-channel from 0.5.5 to 0.5.6dependabot[bot]
2022-07-28Add proper error to runtime crateTim Oram
2022-07-04Bump crossbeam-channel from 0.5.4 to 0.5.5dependabot[bot]
2022-07-04Bump anyhow from 1.0.57 to 1.0.58dependabot[bot]
2022-07-04Fix new linting errors and relax module nameTim Oram
2022-06-08Fix new nightly linting errorsTim Oram
2022-06-07Bump parking_lot from 0.12.0 to 0.12.1dependabot[bot]
2022-06-02Add runtime crate for managing threadsTim Oram