Commit 273465e
committed
Auto merge of rust-lang#137163 - matthiaskrgr:rollup-ovgfkns, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#136466 (Start removing `rustc_middle::hir::map::Map`)
- rust-lang#136671 (Overhaul `rustc_middle::limits`)
- rust-lang#136817 (Pattern Migration 2024: clean up and comment)
- rust-lang#136844 (Use `const_error!` when possible)
- rust-lang#137080 (bootstrap: add more tracing to compiler/std/llvm flows)
- rust-lang#137101 (`invalid_from_utf8[_unchecked]`: also lint inherent methods)
- rust-lang#137140 (Fix const items not being allowed to be called `r#move` or `r#static`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
295 files changed
+1845
-1098
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- driver
- rustc_codegen_ssa/src
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- type_of
- errors
- hir_ty_lowering
- outlives
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- rustc_incremental/src
- persist
- rustc_interface
- src
- rustc_lint
- src
- rustc_metadata/src
- rmeta
- rustc_middle
- src
- hir
- middle
- ty
- print
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src/coverage
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis
- src
- tests
- common
- rustc_privacy/src
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- errors
- traits
- rustc_ty_utils/src
- library
- core/src/str
- std/src
- io
- sys
- net/connection/xous
- pal
- hermit
- solid
- teeos
- uefi
- unix
- process
- wasi
- windows
- test/src
- formatters
- term/terminfo
- parser
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- doc/rustc-dev-guide
- examples
- src/building/bootstrapping
- librustdoc
- clean
- doctest
- html/render
- json
- passes
- tools
- clippy
- clippy_lints/src
- attrs
- doc
- functions
- loops
- methods
- types
- unit_types
- utils
- internal_lints
- clippy_utils/src
- tests/ui/author
- rust-analyzer/crates
- hir-ty/src/diagnostics/match_check
- ide-db/src/generated
- tests
- ui-fulldeps
- ui
- feature-gates
- lint
- parser/raw
- pattern
- usefulness
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
295 files changed
+1845
-1098
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
Lines changed: 17 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
357 | | - | |
| 356 | + | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
1085 | | - | |
| 1085 | + | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
| |||
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | | - | |
| 1440 | + | |
1441 | 1441 | | |
1442 | 1442 | | |
1443 | 1443 | | |
| |||
1889 | 1889 | | |
1890 | 1890 | | |
1891 | 1891 | | |
1892 | | - | |
1893 | 1892 | | |
1894 | 1893 | | |
1895 | 1894 | | |
| |||
1917 | 1916 | | |
1918 | 1917 | | |
1919 | 1918 | | |
1920 | | - | |
| 1919 | + | |
1921 | 1920 | | |
1922 | 1921 | | |
1923 | 1922 | | |
| |||
2106 | 2105 | | |
2107 | 2106 | | |
2108 | 2107 | | |
2109 | | - | |
| 2108 | + | |
2110 | 2109 | | |
2111 | 2110 | | |
2112 | 2111 | | |
| |||
2258 | 2257 | | |
2259 | 2258 | | |
2260 | 2259 | | |
2261 | | - | |
2262 | 2260 | | |
2263 | 2261 | | |
2264 | 2262 | | |
| |||
2346 | 2344 | | |
2347 | 2345 | | |
2348 | 2346 | | |
2349 | | - | |
| 2347 | + | |
2350 | 2348 | | |
2351 | 2349 | | |
2352 | 2350 | | |
| |||
2454 | 2452 | | |
2455 | 2453 | | |
2456 | 2454 | | |
2457 | | - | |
| 2455 | + | |
2458 | 2456 | | |
2459 | 2457 | | |
2460 | | - | |
| 2458 | + | |
2461 | 2459 | | |
2462 | 2460 | | |
2463 | 2461 | | |
| |||
2466 | 2464 | | |
2467 | 2465 | | |
2468 | 2466 | | |
2469 | | - | |
2470 | | - | |
| 2467 | + | |
| 2468 | + | |
2471 | 2469 | | |
2472 | 2470 | | |
2473 | 2471 | | |
| |||
2493 | 2491 | | |
2494 | 2492 | | |
2495 | 2493 | | |
2496 | | - | |
| 2494 | + | |
2497 | 2495 | | |
2498 | 2496 | | |
2499 | 2497 | | |
| |||
2558 | 2556 | | |
2559 | 2557 | | |
2560 | 2558 | | |
2561 | | - | |
| 2559 | + | |
2562 | 2560 | | |
2563 | 2561 | | |
2564 | 2562 | | |
| |||
3211 | 3209 | | |
3212 | 3210 | | |
3213 | 3211 | | |
3214 | | - | |
| 3212 | + | |
3215 | 3213 | | |
3216 | 3214 | | |
3217 | 3215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
| 259 | + | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
1223 | | - | |
| 1223 | + | |
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
| 712 | + | |
| 713 | + | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
| 785 | + | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
| 940 | + | |
940 | 941 | | |
941 | | - | |
942 | | - | |
943 | | - | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
944 | 945 | | |
945 | 946 | | |
946 | 947 | | |
| |||
951 | 952 | | |
952 | 953 | | |
953 | 954 | | |
954 | | - | |
| 955 | + | |
955 | 956 | | |
956 | 957 | | |
957 | 958 | | |
| |||
980 | 981 | | |
981 | 982 | | |
982 | 983 | | |
983 | | - | |
| 984 | + | |
984 | 985 | | |
985 | 986 | | |
986 | 987 | | |
| |||
1022 | 1023 | | |
1023 | 1024 | | |
1024 | 1025 | | |
1025 | | - | |
| 1026 | + | |
1026 | 1027 | | |
1027 | 1028 | | |
1028 | 1029 | | |
| |||
1050 | 1051 | | |
1051 | 1052 | | |
1052 | 1053 | | |
1053 | | - | |
1054 | 1054 | | |
1055 | | - | |
| 1055 | + | |
| 1056 | + | |
1056 | 1057 | | |
1057 | 1058 | | |
1058 | 1059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
237 | 234 | | |
238 | 235 | | |
239 | 236 | | |
| |||
254 | 251 | | |
255 | 252 | | |
256 | 253 | | |
257 | | - | |
| 254 | + | |
258 | 255 | | |
259 | 256 | | |
260 | 257 | | |
| |||
270 | 267 | | |
271 | 268 | | |
272 | 269 | | |
273 | | - | |
| 270 | + | |
274 | 271 | | |
275 | 272 | | |
276 | 273 | | |
| |||
1162 | 1159 | | |
1163 | 1160 | | |
1164 | 1161 | | |
1165 | | - | |
| 1162 | + | |
1166 | 1163 | | |
1167 | 1164 | | |
1168 | 1165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments