-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 8460ca8
Auto merge of #109335 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
[stable] 1.68.1 release
This packages up a set of release notes, version bump, and backports of:
* Don't eagerly convert principal to string #108162
* Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" #109094
* Create dirs for build_triple #109111
* Fix linker detection for clang with prefix #109156
* ci: use apt install --download-only for solaris debs #108951
The last of those is not yet stable-accepted but I expect it to be, we will drop it and rebuild artifacts if we don't actually approve it.
r? `@Mark-Simulacrum`File tree
11 files changed
+46
-14
lines changed- .github/workflows
- compiler
- rustc_codegen_ssa/src/back
- rustc_lint/src
- rustc_middle/src/ty
- src
- bootstrap
- ci
- docker/host-x86_64/dist-various-2
- github-actions
- tests/ui/lint
11 files changed
+46
-14
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
441 | - | ||
441 | + | ||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
1 | 13 |
| |
2 | 14 |
| |
3 | 15 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 | 1239 |
| |
1240 | - | ||
1240 | + | ||
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
1248 | + | ||
1248 | 1249 |
| |
1250 | + | ||
1249 | 1251 |
| |
1250 | 1252 |
| |
1251 | 1253 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 | - | ||
560 | - | ||
559 | + | ||
561 | 560 |
| |
562 | 561 |
| |
563 | 562 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
931 | 931 |
| |
932 | 932 |
| |
933 | 933 |
| |
934 | + | ||
935 | + | ||
936 | + | ||
937 | + | ||
938 | + | ||
939 | + | ||
934 | 940 |
| |
935 | 941 |
| |
936 | 942 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 | + | ||
596 | 597 |
| |
597 | 598 |
| |
598 | 599 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | - | ||
35 | + | ||
36 | 36 |
| |
37 | - | ||
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 | - | ||
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
47 | - | ||
48 | - | ||
45 | + | ||
49 | 46 |
| |
50 | - | ||
47 | + | ||
51 | 48 |
| |
52 | 49 |
| |
50 | + | ||
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
678 | - | ||
679 | 678 |
| |
680 | 679 |
| |
681 | 680 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + |
0 commit comments