Commit ccd6824
Auto merge of rust-lang#142574 - Kobzol:rollup-ldj386u, r=Kobzol
Rollup of 12 pull requests
Successful merges:
- rust-lang#141639 (Expose discriminant values in stable_mir)
- rust-lang#142082 (Refactor `rustc_attr_data_structures` documentation)
- rust-lang#142125 (Stabilize "file_lock" feature)
- rust-lang#142236 (Add documentation for `PathBuf`'s `FromIterator` and `Extend` impls)
- rust-lang#142373 (Fix Debug for Location)
- rust-lang#142416 (Assorted bootstrap cleanups (step 2))
- rust-lang#142431 (Add initial version of snapshot tests to bootstrap)
- rust-lang#142450 (Add documentation on top of `rustc_middle/src/query/mod.rs`)
- rust-lang#142528 (clarify `rustc_do_not_const_check` comment)
- rust-lang#142530 (use `if let` guards where possible)
- rust-lang#142561 (Remove an `njn:` comment accidentaly left behind.)
- rust-lang#142566 (Fix `-nopt` CI jobs)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
46 files changed
+1043
-512
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_builtin_macros/src
- rustc_expand/src
- rustc_feature/src
- rustc_lint/src
- rustc_middle/src/query
- rustc_parse/src/parser
- rustc_passes/src
- rustc_smir/src
- rustc_smir
- convert
- stable_mir
- library
- coretests/tests/panic
- core/src/panic
- std/src
- src
- bootstrap
- src
- core
- build_steps
- builder
- utils
- build_stamp
- cc_detect
- tests
- build_helper/src
- ci
- docker/host-x86_64
- i686-gnu-nopt
- x86_64-gnu-nopt
- github-actions
- tools
- miri
- src
- tests/pass/shims
- rust-analyzer/crates/hir-expand/src
- tests
- ui-fulldeps/stable-mir
- ui/lint/unused
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1043
-512
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
139 | 138 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
148 | 144 | | |
149 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
151 | 181 | | |
152 | 182 | | |
153 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 121 | + | |
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
1191 | 1192 | | |
1192 | 1193 | | |
1193 | 1194 | | |
1194 | | - | |
| 1195 | + | |
1195 | 1196 | | |
1196 | 1197 | | |
1197 | 1198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
| 890 | + | |
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| |||
0 commit comments