Commit bad3bf6
committed
Auto merge of rust-lang#72041 - RalfJung:rollup-xivrvy2, r=RalfJung
Rollup of 5 pull requests
Successful merges:
- rust-lang#69406 (upgrade chalk and use chalk-solve/chalk-ir/chalk-rust-ir)
- rust-lang#71185 (Move tests from `test/run-fail` to UI)
- rust-lang#71234 (rustllvm: Use .init_array rather than .ctors)
- rust-lang#71508 (Simplify the `tcx.alloc_map` API)
- rust-lang#71555 (Remove ast::{Ident, Name} reexports.)
Failed merges:
r? @ghostFile tree
380 files changed
+4111
-874
lines changed- src
- bootstrap
- mk
- librustc_ast_lowering
- librustc_ast_passes
- librustc_ast_pretty
- pprust
- librustc_ast
- attr
- librustc_builtin_macros
- deriving
- cmp
- generic
- librustc_codegen_llvm
- back
- debuginfo
- llvm
- librustc_codegen_ssa
- mir
- traits
- librustc_driver
- librustc_expand
- mbe
- mut_visit
- parse
- tokenstream
- librustc_hir_pretty
- librustc_hir
- librustc_incremental
- persist
- librustc_infer
- infer
- canonical
- traits/error_reporting
- librustc_interface
- librustc_lint
- librustc_metadata/rmeta
- decoder
- librustc_middle
- dep_graph
- hir
- map
- ich
- mir
- interpret
- query
- traits
- ty
- print
- query
- librustc_mir_build
- build/matches
- hair
- cx
- pattern
- librustc_mir
- borrow_check
- const_eval
- interpret
- monomorphize
- transform
- util
- librustc_parse/parser
- librustc_passes
- librustc_plugin_impl
- librustc_privacy
- librustc_resolve
- late
- librustc_save_analysis
- librustc_session
- librustc_target/spec
- librustc_trait_selection/traits
- error_reporting
- librustc_traits
- chalk
- librustc_typeck
- check
- method
- librustc_ty
- librustdoc
- clean
- cfg
- passes
- rustllvm
- test
- run-fail
- ui-fulldeps
- ui
- array-slice-vec
- binop
- borrowck
- chalkify
- closures
- consts
- fn
- generator
- hashmap
- if
- imports
- issues
- loops
- macros
- match
- mir
- never_type
- numbers-arithmetic
- panic-runtime
- panics
- process
- rfc-1937-termination-trait
- structs
- str
- test-attrs
- threads-sendsync
- vec
- tools
- clippy
- clippy_lints/src
- utils
- util
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
380 files changed
+4111
-874
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
432 | 503 | | |
433 | 504 | | |
434 | 505 | | |
| |||
1102 | 1173 | | |
1103 | 1174 | | |
1104 | 1175 | | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1105 | 1182 | | |
1106 | 1183 | | |
1107 | 1184 | | |
| |||
2328 | 2405 | | |
2329 | 2406 | | |
2330 | 2407 | | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
2331 | 2414 | | |
2332 | 2415 | | |
2333 | 2416 | | |
| |||
2496 | 2579 | | |
2497 | 2580 | | |
2498 | 2581 | | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
2499 | 2592 | | |
2500 | 2593 | | |
2501 | 2594 | | |
| |||
4002 | 4095 | | |
4003 | 4096 | | |
4004 | 4097 | | |
| 4098 | + | |
4005 | 4099 | | |
4006 | 4100 | | |
4007 | 4101 | | |
| |||
4132 | 4226 | | |
4133 | 4227 | | |
4134 | 4228 | | |
4135 | | - | |
4136 | 4229 | | |
4137 | 4230 | | |
4138 | 4231 | | |
| |||
4301 | 4394 | | |
4302 | 4395 | | |
4303 | 4396 | | |
| 4397 | + | |
| 4398 | + | |
| 4399 | + | |
4304 | 4400 | | |
4305 | 4401 | | |
4306 | 4402 | | |
4307 | 4403 | | |
| 4404 | + | |
4308 | 4405 | | |
4309 | 4406 | | |
4310 | 4407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
| |||
370 | 369 | | |
371 | 370 | | |
372 | 371 | | |
373 | | - | |
374 | 372 | | |
375 | 373 | | |
376 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
901 | | - | |
902 | | - | |
903 | 901 | | |
904 | 902 | | |
905 | 903 | | |
| |||
929 | 927 | | |
930 | 928 | | |
931 | 929 | | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | 930 | | |
940 | 931 | | |
941 | 932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
2451 | 2449 | | |
2452 | 2450 | | |
2453 | 2451 | | |
2454 | | - | |
| 2452 | + | |
2455 | 2453 | | |
2456 | 2454 | | |
2457 | 2455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments