| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-27 | Sunset RLS | Eric Huss | -1/+1 | |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -0/+6 | |
| See comment added for details on the test builder restriction. This is primarily intended for macOS CI, but is likely to be a slight win on other builders too. | ||||
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -3/+3 | |
| 2022-08-10 | Allow old toolchain on images with CUSTOM_MINGW | Josh Stone | -6/+6 | |
| 2022-08-01 | Don't cancel try-perf branch if 'outdated' | Ryan Levick | -3/+3 | |
| 2022-07-31 | Auto merge of #99529 - Milo123459:stage-1-test, r=jyn514 | bors | -0/+4 | |
| Run `x test --stage 1` in CI Fixes #99135 r? `@jyn514` | ||||
| 2022-07-30 | dont run stage1 tests in pr | Milo | -3/+0 | |
| 2022-07-30 | add to full test-suite | Milo | -0/+4 | |
| 2022-07-27 | Add some comments to the docs issue template to clarify | Yuki Okushi | -1/+16 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-07-20 | test stage-1 in ci | Milo | -0/+3 | |
| 2022-07-11 | introduce PGO on the `dist-x86_64-msvc` builder | Rémy Rakic | -1/+1 | |
| This adds windows-specific behavior into the PGO script, and enables it on CI. | ||||
| 2022-07-03 | Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitor | Ralf Jung | -1/+3 | |
| Link to stabilization section in std-dev-guide for library tracking issue template This shouldn't land until https://github.com/rust-lang/std-dev-guide/pull/32 is merged. | ||||
| 2022-07-02 | feat: Add a documentation problem issue template | Gimgim | -0/+16 | |
| 2022-06-05 | remove azure pipelines configuration | Pietro Albini | -9/+0 | |
| 2022-04-14 | update: actions/checkout@v2 to actions/checkout@v3 | Keita Nonaka | -4/+4 | |
| update: actions/checkout@v2 to actions/checkout@v3 for all yaml files Revert "update: actions/checkout@v2 to actions/checkout@v3 for all yaml files" This reverts commit 7445e582b900f0f56f5f2bd9036aacab97ef28e9. change GitHub Actions version v2 to v3 change GitHub Actions | ||||
| 2022-03-10 | update library tracking issue template | Jane Lusby | -1/+3 | |
| 2022-03-01 | Move submodule checkout before msys2 installation. | Eric Huss | -9/+9 | |
| For some reason, `tar` behaves differently in such a way that it does not create symlinks on Windows correctly, resulting in `Cannot create symlink to 'ld.gold': No such file or directory` errors. | ||||
| 2022-02-10 | Split x86_64 apple builder into two | Mark Rousskov | -2/+13 | |
| 2022-01-28 | Move target-only apple targets to separate builder | Mark Rousskov | -2/+12 | |
| 2022-01-21 | Auto merge of #92983 - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrum | bors | -43/+43 | |
| Update Linux runners to Ubuntu 20.04 r? `@Mark-Simulacrum` | ||||
| 2022-01-20 | add script to prevent point releases with same number as existing ones | Pietro Albini | -0/+9 | |
| 2022-01-17 | Disable docs on aarch64-apple-darwin. | Eric Huss | -1/+1 | |
| This builder is the slowest in the fleet. This should cut a considerable amount of time. The manifest should now include the docs from x86_64-apple-darwin. Although those docs are slightly different, it should be close enough. When aarch64-apple-darwin heads towards tier 1, we can revisit whether or not to re-enable the docs. | ||||
| 2022-01-16 | update linux runners to ubuntu 20.04 | Pietro Albini | -43/+43 | |
| 2021-12-22 | Remove VCVARS_BAT | Eric Huss | -1/+0 | |
| 2021-11-13 | Change paths for `dist` command to match the components they generate | Joshua Nelson | -1/+1 | |
| Before, you could have the confusing situation where the command to generate a component had no relation to the name of that component (e.g. the `rustc` component was generated with `src/librustc`). This changes the name to make them match up. | ||||
| 2021-10-25 | Move back to linux builder on try builds | Mark Rousskov | -10/+3 | |
| 2021-10-24 | Rollup merge of #90100 - Mark-Simulacrum:speed-macos-ci, r=pietroalbini | Matthias Krüger | -4/+11 | |
| Skip documentation for tier 2 targets on dist-x86_64-apple-darwin I don't have an easy way to test this locally, but I believe it should work. Based on one log result should shave ~14 minutes off the dist-x86_64-apple builder (doesn't help with aarch64 dist or x86_64 test builder, so not actually decreasing total CI time most likely). r? ```@pietroalbini``` | ||||
| 2021-10-24 | Auto merge of #89776 - rusticstuff:ci-overflow-checks, r=Mark-Simulacrum | bors | -0/+4 | |
| CI: Enable overflow checks for test (non-dist) builds They stay disabled for Apple builds though, which take the most time already due to running on slow hw. | ||||
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -2/+2 | |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -2/+2 | |
| 2021-10-21 | CI: Enable overflow checks for test (non-dist) builds | Hans Kratz | -0/+4 | |
| 2021-10-20 | [do not merge] try build | Mark Rousskov | -3/+10 | |
| 2021-10-20 | Skip documentation for tier 2 targets | Mark Rousskov | -1/+1 | |
| 2021-10-14 | Selecting the Xcode version no longer needed with the macos-11 runners. | Hans Kratz | -10/+0 | |
| 2021-09-10 | Work around CI issue with windows sdk 10.0.20348.0. | Mara Bos | -0/+1 | |
| 2021-08-19 | CI: Verify commits in beta & stable are in upstream branches. | Mukund Lakshman | -0/+9 | |
| Closes #74721 | ||||
| 2021-08-01 | Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrum | bors | -1/+1 | |
| Build aarch64-apple-ios-sim as part of the full macOS build Part of the [MCP 428](https://github.com/rust-lang/compiler-team/issues/428) to promote this target to Tier 2. This adds the aarch64-apple-ios-sim target as a tier 2 target, currently cross-compiled from our x86_64 apple builders. The compiler team has approved the addition per the MCP noted above, and the infrastructure team has not raised concerns with this addition at this time (as the CI time impact is expected to be minimal; this is only building std). | ||||
| 2021-07-28 | add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly | Pietro Albini | -0/+1 | |
| 2021-07-08 | Build aarch64-apple-ios-sim as part of the full macOS build | Jan-Erik Rediger | -1/+1 | |
| 2021-06-27 | Fix typo in libs tracking issue template | Aris Merchant | -3/+3 | |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -1/+1 | |
| Spaces | ||||
| 2021-06-21 | Delete spaces | Alexander Melentyev | -1/+1 | |
| 2021-06-18 | Update library tracking issue for libs-api rename. | Mara Bos | -2/+2 | |
| 2021-06-07 | add the x86_64-gnu-stable job to test with stable channel | Pietro Albini | -0/+5 | |
| During the 1.52 release process we had to deal with some commits that passed the test suite on the nightly branch but failed on the beta or stable branch. In that case it was due to some UI tests including the channel name in the output, but other changes might also be dependent on the channel. This commit adds a new CI job that runs the Linux x86_64 test suite with the stable branch, ensuring nightly changes also work as stable. | ||||
| 2021-05-06 | ci: error out if someone sends a PR to the wrong branch | Pietro Albini | -0/+9 | |
| 2021-04-29 | Fix labels for regression issue template | Camelid | -1/+1 | |
| Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage). As a result of this problem, the `regression-untriaged` label has not been automatically added to issues opened with this template. See c127530be76bd8aebc7b61f3b4a54f1be577f74c for another example of this. | ||||
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -2/+2 | |
| 2021-03-16 | use checkout@v2 | klensy | -1/+1 | |
| 2021-02-26 | fix env var name | klensy | -3/+3 | |
| 2021-02-20 | Add A-diagnostics bug report template | Esteban Küber | -0/+46 | |
