Commit daa90b9
committed
Auto merge of #151459 - JonathanBrouwer:rollup-VecWQ0g, r=JonathanBrouwer
Rollup of 6 pull requests
Successful merges:
- #147426 ( tests/debuginfo/basic-stepping.rs: Add revisions `default-mir-passes`, `no-SingleUseConsts-mir-pass`)
- #150880 (Remove old error emitter)
- #151432 (use `deny(missing_docs)` for non-mir intrinsics)
- #151444 (Move UI tests)
- #151445 (Derive `Default` for `QueryArenas`)
- #151453 (make `simd_insert_dyn` and `simd_extract_dyn` const)
r? @ghost29 files changed
Lines changed: 166 additions & 3715 deletions
File tree
- compiler
- rustc_const_eval/src/interpret/intrinsics
- rustc_driver_impl/src
- rustc_errors
- src
- rustc_middle/src/query
- rustc_parse/src/parser
- rustc_session/src
- library/core/src/intrinsics
- src
- librustdoc/doctest
- tools/rustfmt/src/parse
- tests
- debuginfo
- ui
- cast
- extern
- generics
- issues
- simd/intrinsic
- threads-sendsync
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3865 | 3865 | | |
3866 | 3866 | | |
3867 | 3867 | | |
3868 | | - | |
3869 | 3868 | | |
3870 | 3869 | | |
3871 | 3870 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
1537 | | - | |
1538 | | - | |
1539 | | - | |
1540 | | - | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
1541 | 1542 | | |
1542 | 1543 | | |
1543 | 1544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments