Merge from rustc · rust-lang/rust@a1bc030 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a1bc030

File tree

1,044 files changed

lines changed

1,044 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1 +<!--
2 +If this PR is related to an unstable feature or an otherwise tracked effort,
3 +please link to the relevant tracking issue here. If you don't know of a related
4 +tracking issue or there are none, feel free to ignore this.
5 +
6 +This PR will get automatically assigned to a reviewer. In case you would like
7 +a specific user to review your work, you can assign it to them by using
8 +
9 + r​?
10 +-->
Original file line number Diff line number Diff line change
@@ -190,7 +190,6 @@ jobs:
190 190 env:
191 191 AWS_ACCESS_KEY_ID: ${{ env.CACHES_AWS_ACCESS_KEY_ID }}
192 192 AWS_SECRET_ACCESS_KEY: ${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.CACHES_AWS_ACCESS_KEY_ID)] }}
193 -TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
194 193
195 194 - name: create github artifacts
196 195 run: src/ci/scripts/create-doc-artifacts.sh
@@ -241,3 +240,5 @@ jobs:
241 240 if: needs.calculate_matrix.outputs.run_type == 'auto'
242 241 env:
243 242 TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
243 +TOOLSTATE_ISSUES_API_URL: https://api.github.com/repos/rust-lang/rust/issues
244 +TOOLSTATE_PUBLISH: 1
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
33 33 [submodule "src/llvm-project"]
34 34 path = src/llvm-project
35 35 url = https://github.com/rust-lang/llvm-project.git
36 -branch = rustc/18.0-2024-02-13
36 +branch = rustc/18.1-2024-05-19
37 37 shallow = true
38 38 [submodule "src/doc/embedded-book"]
39 39 path = src/doc/embedded-book
@@ -43,3 +43,7 @@
43 43 path = library/backtrace
44 44 url = https://github.com/rust-lang/backtrace-rs.git
45 45 shallow = true
46 +[submodule "src/tools/rustc-perf"]
47 +path = src/tools/rustc-perf
48 +url = https://github.com/rust-lang/rustc-perf.git
49 +shallow = true