This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit d49be02
Auto merge of rust-lang#133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomez
Rollup of 13 pull requests
Successful merges:
- rust-lang#133603 (Eliminate magic numbers from expression precedence)
- rust-lang#133715 (rustdoc-json: Include safety of `static`s)
- rust-lang#133721 (rustdoc-json: Add test for `impl Trait for dyn Trait`)
- rust-lang#133725 (Remove `//@ compare-output-lines-by-subset`)
- rust-lang#133730 (Add pretty-printer parenthesis insertion test)
- rust-lang#133736 (Add `needs-target-has-atomic` directive)
- rust-lang#133739 (Re-add myself to rotation)
- rust-lang#133743 (Fix docs for `<[T]>::as_array`.)
- rust-lang#133744 (Fix typo README.md)
- rust-lang#133745 (Remove static HashSet for default IDs list)
- rust-lang#133749 (mir validator: don't store mir phase)
- rust-lang#133751 (remove `Ty::is_copy_modulo_regions`)
- rust-lang#133757 (`impl Default for EarlyDiagCtxt`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
54 files changed
+813
-397
lines changed- compiler
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- util
- rustc_errors/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_hir/src
- rustc_lint/src
- rustc_middle/src/ty
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_transform/src
- rustc_parse/src
- parser
- rustc_session/src
- rustc_trait_selection/src
- rustc_ty_utils/src
- library/core/src/slice
- src
- librustdoc
- html
- json
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- transmute
- clippy_utils/src
- compiletest/src
- header
- tests
- rustdoc-json
- impls
- statics
- ui-fulldeps
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+813
-397
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | - | ||
43 | - | ||
44 | - | ||
42 | + | ||
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
| |||
1317 | 1315 |
| |
1318 | 1316 |
| |
1319 | 1317 |
| |
1320 | - | ||
1318 | + | ||
1321 | 1319 |
| |
1322 | - | ||
1320 | + | ||
1323 | 1321 |
| |
1324 | 1322 |
| |
1325 | 1323 |
| |
1326 | 1324 |
| |
1327 | 1325 |
| |
1328 | 1326 |
| |
1329 | - | ||
1327 | + | ||
1330 | 1328 |
| |
1331 | 1329 |
| |
1332 | 1330 |
| |
1333 | 1331 |
| |
1334 | 1332 |
| |
1335 | - | ||
1333 | + | ||
1336 | 1334 |
| |
1337 | 1335 |
| |
1338 | - | ||
1339 | - | ||
1336 | + | ||
1337 | + | ||
1340 | 1338 |
| |
1341 | 1339 |
| |
1342 | - | ||
1340 | + | ||
1343 | 1341 |
| |
1344 | 1342 |
| |
1345 | 1343 |
| |
| |||
1348 | 1346 |
| |
1349 | 1347 |
| |
1350 | 1348 |
| |
1351 | - | ||
1349 | + | ||
1352 | 1350 |
| |
1353 | 1351 |
| |
1354 | 1352 |
| |
| |||
1381 | 1379 |
| |
1382 | 1380 |
| |
1383 | 1381 |
| |
1384 | - | ||
1382 | + | ||
1385 | 1383 |
| |
1386 | 1384 |
| |
1387 | 1385 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | - | ||
131 | + | ||
132 | 132 |
| |
133 | 133 |
| |
134 | - | ||
135 | - | ||
136 | - | ||
137 | - | ||
138 | - | ||
139 | - | ||
140 | - | ||
141 | - | ||
142 | - | ||
143 | - | ||
144 | - | ||
145 | - | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 | - | ||
233 | - | ||
234 | - | ||
235 | - | ||
236 | - | ||
237 | - | ||
238 | - | ||
232 | + | ||
233 | + | ||
234 | + | ||
235 | + | ||
236 | + | ||
237 | + | ||
238 | + | ||
239 | + | ||
240 | + | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
248 | + | ||
249 | + | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | + | ||
254 | + | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
260 | + | ||
261 | + | ||
262 | + | ||
263 | + | ||
264 | + | ||
265 | + | ||
239 | 266 |
| |
240 | 267 |
| |
241 | - | ||
242 | - | ||
268 | + | ||
269 | + | ||
243 | 270 |
| |
244 | 271 |
| |
245 | 272 |
| |
246 | 273 |
| |
247 | 274 |
| |
248 | 275 |
| |
249 | 276 |
| |
250 | - | ||
251 | - | ||
277 | + | ||
278 | + | ||
252 | 279 |
| |
253 | 280 |
| |
254 | 281 |
| |
|
0 commit comments