| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-03 | Make CI a little bit safer | blyxyas | -0/+3 | |
| 2024-11-07 | Remove path filter | Jakub Beránek | -6/+0 | |
| It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files. | ||||
| 2024-10-25 | Switch CI from bors to merge queue | Jakub Beránek | -27/+17 | |
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -1/+4 | |
| 2023-12-26 | ci: Update to `actions/checkout@v4` from `v3`. | Bruce Mitchener | -1/+1 | |
| This also updates the book's section on CI for the same thing. changelog: none | ||||
| 2023-06-04 | Remove `CARGO_UNSTABLE_SPARSE_REGISTRY` env from ci | Alex Macleod | -1/+0 | |
| It is now the default to use the sparse registry | ||||
| 2023-05-12 | Update actions/checkout | Takayuki Nakata | -1/+1 | |
| 2022-10-13 | Enable cargo sparse registry in CI | Alex Macleod | -0/+2 | |
| 2022-04-29 | Update GitHub Actions actions/checkout@v2 to v3 | David Tolnay | -1/+1 | |
| The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024. | ||||
| 2022-03-01 | Move testing of cargo dev new_lint to cargo dev workflow | flip1995 | -0/+7 | |
| This should be placed there. No need to run this in PR CI, if clippy_dev isn't touched. (It will be run by bors anyway) | ||||
| 2021-11-12 | Run clippy_dev workflow on current rust-toolchain | Alex Macleod | -12/+0 | |
| 2021-08-23 | Remove stderr limit | Cameron Steffen | -3/+0 | |
| 2020-12-10 | Fix toolchain installation in workflows | flip1995 | -3/+7 | |
| 2020-10-09 | Update actions due to deprecation of set-env and add-path | flip1995 | -2/+2 | |
| 2020-04-16 | [fix] Minor typo in GH Actions 'clippy_dev' | Jean SIMARD | -1/+1 | |
| 2020-03-31 | Make limit_stderr_length a subcommand | flip1995 | -2/+2 | |
| 2020-02-12 | Use list instead of array for branch names | flip1995 | -1/+3 | |
| This is the officially supported method | ||||
| 2020-02-12 | Apply review comments | flip1995 | -0/+6 | |
| 2020-02-12 | Run bors checks unconditionally | flip1995 | -6/+2 | |
| This is important, since bors doesn't know optional jobs. Otherwise bors would time out, when a check doesn't get run. | ||||
| 2020-02-12 | Add bors dummy jobs | flip1995 | -0/+26 | |
| 2020-02-12 | Add clippy_dev checks to GitHub Actions | flip1995 | -0/+44 | |
