| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #111224 - jyn514:default-tidy, r=pietroalbini | bors | 2023-05-07 | 1 | -5/+1 |
|\ |
|
| * | Remove `tidy` key in PR CI | jyn | 2023-05-04 | 1 | -5/+1 |
* | | Auto merge of #110972 - ehuss:remove-awscli, r=pietroalbini | bors | 2023-05-06 | 1 | -9/+3 |
|\ \
| |/
|/| |
|
| * | Set the AWS region. | Eric Huss | 2023-04-30 | 1 | -0/+3 |
| * | Remove aws cli install. | Eric Huss | 2023-04-28 | 1 | -9/+0 |
* | | Auto merge of #110846 - jdno:reduce-builder-sizes, r=pietroalbini | bors | 2023-05-03 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Downsize builders for some x86_64-gnu targets | Jan David | 2023-04-26 | 1 | -4/+4 |
| * | Downsize builder for mingw-check | Jan David | 2023-04-26 | 1 | -1/+1 |
| * | Downsize builders for i686-gnu | Jan David | 2023-04-26 | 1 | -2/+2 |
* | | Use the standard macOS CI runner | Ryan Levick | 2023-04-25 | 1 | -6/+6 |
|/ |
|
* | Rollup merge of #110424 - jsoref:spelling-misc, r=Mark-Simulacrum | Yuki Okushi | 2023-04-20 | 1 | -2/+2 |
|\ |
|
| * | Spelling misc | Josh Soref | 2023-04-17 | 1 | -2/+2 |
* | | ci: add a runner for vanilla LLVM 16 | Josh Stone | 2023-04-16 | 1 | -0/+4 |
|/ |
|
* | Trim down core counts for fast builders | Mark Rousskov | 2023-04-10 | 1 | -36/+36 |
* | Improve job names in Github Actions preview | jyn | 2023-04-02 | 1 | -3/+3 |
* | Move us to the new large runners pool | Mark Rousskov | 2023-03-19 | 1 | -62/+62 |
* | Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" | Nilstrieb | 2023-03-13 | 1 | -1/+1 |
* | Re-apply "switch to the macos-12-xl builder" | Michael Goulet | 2023-02-22 | 1 | -6/+6 |
* | Update the minimum external LLVM to 14 | Josh Stone | 2023-02-10 | 1 | -6/+2 |
* | Rollup merge of #107773 - Mark-Simulacrum:rename-auto-template, r=estebank | Matthias Krüger | 2023-02-08 | 1 | -1/+1 |
|\ |
|
| * | Clearly signal purpose of the yaml template | Mark Rousskov | 2023-02-07 | 1 | -1/+1 |
* | | Run the tools builder on all PRs | Joshua Nelson | 2023-02-05 | 1 | -2/+1 |
|/ |
|
* | Auto merge of #107543 - ehuss:protocol-sparse, r=jyn514 | bors | 2023-02-03 | 1 | -0/+3 |
|\ |
|
| * | Enable Cargo's sparse protocol in CI | Eric Huss | 2023-01-31 | 1 | -0/+3 |
* | | Auto merge of #107574 - compiler-errors:back-to-old-mac-builders-pls, r=pietr... | bors | 2023-02-01 | 1 | -6/+6 |
|\ \ |
|
| * | | Revert "switch to the macos-12-xl builder" | Michael Goulet | 2023-02-01 | 1 | -6/+6 |
| |/ |
|
* | | Rollup merge of #106898 - estebank:ice-forms-are-a-headache, r=Mark-Simulacrum | Guillaume Gomez | 2023-01-31 | 2 | -3/+52 |
|\ \
| |/
|/| |
|
| * | Include both md and yaml ICE ticket templates | Esteban Küber | 2023-01-15 | 2 | -3/+52 |
* | | Auto merge of #103019 - Kobzol:ci-multistage-python, r=Mark-Simulacrum | bors | 2023-01-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Port pgo.sh to Python | Jakub Beránek | 2023-01-24 | 1 | -1/+1 |
* | | | Upgrade mingw-w64 on CI | Mateusz Mikuła | 2023-01-29 | 1 | -6/+6 |
* | | | ci: add runners for vanilla LLVM 14 and 15 | Josh Stone | 2023-01-18 | 1 | -0/+8 |
| |/
|/| |
|
* | | Use GitHub yaml templates for ICE, Docs and Diagnostics tickets | Esteban Küber | 2023-01-14 | 6 | -129/+185 |
|/ |
|
* | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | 2023-01-11 | 1 | -2/+2 |
* | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-... | Joshua Nelson | 2022-12-31 | 1 | -15/+0 |
* | Checkout `master` branch in CI | Nilstrieb | 2022-12-30 | 1 | -0/+15 |
* | Run `tidy` in its own job in PR CI | Deadbeef | 2022-12-22 | 1 | -0/+8 |
* | Re-enable ThinLTO for rustc on x86_64-apple-darwin dist builds | Rémy Rakic | 2022-12-17 | 1 | -1/+1 |
* | Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds" | Rémy Rakic | 2022-12-13 | 1 | -1/+1 |
* | Auto merge of #103647 - lqd:osx-x64-lto, r=Mark-Simulacrum | bors | 2022-12-11 | 1 | -1/+1 |
|\ |
|
| * | enable ThinLTO for rustc on x86_64-apple-darwin dist builds | Rémy Rakic | 2022-10-27 | 1 | -1/+1 |
* | | Auto merge of #103591 - lqd:win-lto, r=Mark-Simulacrum | bors | 2022-12-11 | 1 | -1/+1 |
|\ \ |
|
| * | | enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds | Rémy Rakic | 2022-10-26 | 1 | -1/+1 |
| |/ |
|
* | | switch to the macos-12-xl builder | Pietro Albini | 2022-12-03 | 1 | -6/+6 |
* | | Use XCode 13.4 everywhere in dist CI | BlackHoleFox | 2022-11-20 | 1 | -1/+4 |
* | | Bring back XCode selection CI script | BlackHoleFox | 2022-11-19 | 1 | -0/+10 |
|/ |
|
* | Auto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514 | bors | 2022-09-24 | 1 | -10/+10 |
|\ |
|
| * | Distribute bootstrap in CI artifacts | Tuna | 2022-09-14 | 1 | -10/+10 |
* | | Regenerate | sashashura | 2022-09-04 | 1 | -3/+3 |
* | | add actions: write | sashashura | 2022-09-04 | 1 | -0/+6 |