| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-24 | Remove `should-skip-this.sh` | Jakub Beránek | -21/+0 | |
| 2023-02-05 | Run the tools builder on all PRs | Joshua Nelson | -36/+1 | |
| Previously, it would only run on changes to subtrees, submodules, or select directories. That made it so that changes to the compiler that broke tools would only be detected on a full bors merge. This makes it so the tools builder runs by default, making it easier to catch breaking changes to clippy (which was the most effected). | ||||
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2022-10-12 | should-skip-this: add missing backslash | Ralf Jung | -1/+1 | |
| 2022-10-07 | run Miri CI when std::sys changes | Ralf Jung | -1/+4 | |
| 2022-10-04 | test Miri changes in PR CI; we no longer need xargo | Ralf Jung | -2/+3 | |
| 2022-03-18 | Run rustdoc GUI tests when browser-ui-test version is updated | Guillaume Gomez | -0/+1 | |
| 2022-03-16 | Run GUI test when browser-ui-test version is updated | Guillaume Gomez | -0/+1 | |
| 2021-07-28 | add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly | Pietro Albini | -25/+37 | |
| 2021-05-26 | Also run check in case there are changes in the rustdoc-gui tools | Guillaume Gomez | -2/+4 | |
| 2021-05-26 | Enforce rustdoc-gui test-suite run | Guillaume Gomez | -0/+4 | |
| 2021-05-14 | ci(should-skip-this): only check commits when skip rule enabled | Caleb Cartwright | -7/+11 | |
| 2021-05-14 | should-skip-this: Check for changes between the master branch, not the ↵ | Joshua Nelson | -2/+6 | |
| previous commit. The previous commit could be part of the current PR. | ||||
| 2021-05-14 | Run toolstate jobs when src/tools/rustfmt is modified. | Joshua Nelson | -2/+2 | |
| Previously, this would be caught by a change for modified submodules; now that rustfmt is no longer a submodule, the check needs to be explicit. | ||||
| 2020-11-07 | Run tools builder on subtree changes | Mark Rousskov | -0/+4 | |
| 2019-10-29 | Apply suggestions from lzutao | Pietro Albini | -1/+1 | |
| Co-Authored-By: lzutao <taolzu@gmail.com> | ||||
| 2019-10-29 | ci: extract job skipping logic into a script | Pietro Albini | -0/+20 | |
