Commit 453ceaf
committed
Auto merge of rust-lang#124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu
Rollup of 10 pull requests
Successful merges:
- rust-lang#123379 (Print note with closure signature on type mismatch)
- rust-lang#123967 (static_mut_refs: use raw pointers to remove the remaining FIXME)
- rust-lang#123976 (Use fake libc in core test)
- rust-lang#123986 (lint-docs: Add redirects for renamed lints.)
- rust-lang#124053 (coverage: Branch coverage tests for lazy boolean operators)
- rust-lang#124071 (Add llvm-bitcode-linker to build manifest)
- rust-lang#124103 (Improve std::fs::Metadata Debug representation)
- rust-lang#124132 (llvm RustWrapper: explain OpBundlesIndirect argument type)
- rust-lang#124191 (Give a name to each distinct manipulation of pretty-printer FixupContext)
- rust-lang#124196 (mir-opt tests: rename unit-test -> test-mir-pass)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
184 files changed
+912
-421
lines changed- compiler
- rustc_ast_pretty/src/pprust
- state
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_errors/src
- rustc_infer/src/infer/error_reporting
- rustc_llvm/llvm-wrapper
- library
- core/src
- std/src
- sys/thread_local
- src/tools
- build-manifest/src
- compiletest/src
- lint-docs/src
- tests
- coverage/branch
- mir-opt
- const_prop
- copy-prop
- dataflow-const-prop
- dead-store-elimination
- dest-prop
- inline
- instsimplify
- sroa
- ui/inference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+912
-421
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
1252 | 1252 | | |
1253 | 1253 | | |
1254 | 1254 | | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
| 1255 | + | |
1260 | 1256 | | |
1261 | 1257 | | |
1262 | 1258 | | |
1263 | 1259 | | |
1264 | 1260 | | |
1265 | 1261 | | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
| 1262 | + | |
1271 | 1263 | | |
1272 | 1264 | | |
1273 | 1265 | | |
| |||
1319 | 1311 | | |
1320 | 1312 | | |
1321 | 1313 | | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
| 1314 | + | |
1327 | 1315 | | |
1328 | 1316 | | |
1329 | 1317 | | |
| |||
1367 | 1355 | | |
1368 | 1356 | | |
1369 | 1357 | | |
1370 | | - | |
1371 | | - | |
| 1358 | + | |
1372 | 1359 | | |
1373 | 1360 | | |
1374 | 1361 | | |
| |||
0 commit comments