Commit ef934d9
committed
Auto merge of #107811 - matthiaskrgr:rollup-rpjzshk, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #105641 (Implement cursors for BTreeMap)
- #107271 (Treat Drop as a rmw operation)
- #107710 (Update strip-ansi-escapes and vte)
- #107758 (Change `arena_cache` to not alter the declared query result)
- #107777 (Make `derive_const` derive properly const-if-const impls)
- #107780 (Rename `replace_bound_vars_with_*` to `instantiate_binder_with_*`)
- #107793 (Add missing tracking issue for `RawOsError`)
- #107807 (Fix small debug typo)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
53 files changed
+1248
-210
lines changed- compiler
- rustc_ast_pretty/src/pprust
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src/deriving
- generic
- rustc_expand/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- higher_ranked
- rustc_middle/src
- query
- ty
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- rustc_trait_selection/src
- solve
- trait_goals
- traits
- error_reporting
- select
- library
- alloc/src/collections/btree
- map
- std/src/io
- src/librustdoc/json
- tests/ui
- macros
- rfc-2632-const-trait-impl/const_derives
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+1248
-210
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
791 | 797 | | |
792 | 798 | | |
793 | 799 | | |
794 | | - | |
| 800 | + | |
795 | 801 | | |
796 | 802 | | |
797 | 803 | | |
| |||
3912 | 3918 | | |
3913 | 3919 | | |
3914 | 3920 | | |
3915 | | - | |
| 3921 | + | |
3916 | 3922 | | |
3917 | 3923 | | |
3918 | 3924 | | |
| |||
4169 | 4175 | | |
4170 | 4176 | | |
4171 | 4177 | | |
4172 | | - | |
| 4178 | + | |
4173 | 4179 | | |
4174 | 4180 | | |
4175 | 4181 | | |
| |||
4866 | 4872 | | |
4867 | 4873 | | |
4868 | 4874 | | |
4869 | | - | |
| 4875 | + | |
4870 | 4876 | | |
4871 | 4877 | | |
4872 | 4878 | | |
| |||
5375 | 5381 | | |
5376 | 5382 | | |
5377 | 5383 | | |
5378 | | - | |
| 5384 | + | |
5379 | 5385 | | |
5380 | | - | |
| 5386 | + | |
5381 | 5387 | | |
5382 | 5388 | | |
5383 | 5389 | | |
| |||
6089 | 6095 | | |
6090 | 6096 | | |
6091 | 6097 | | |
6092 | | - | |
| 6098 | + | |
6093 | 6099 | | |
6094 | | - | |
| 6100 | + | |
6095 | 6101 | | |
6096 | 6102 | | |
6097 | 6103 | | |
| |||
6122 | 6128 | | |
6123 | 6129 | | |
6124 | 6130 | | |
6125 | | - | |
| 6131 | + | |
6126 | 6132 | | |
6127 | | - | |
| 6133 | + | |
6128 | 6134 | | |
| 6135 | + | |
6129 | 6136 | | |
| 6137 | + | |
| 6138 | + | |
| 6139 | + | |
| 6140 | + | |
| 6141 | + | |
| 6142 | + | |
| 6143 | + | |
| 6144 | + | |
| 6145 | + | |
| 6146 | + | |
| 6147 | + | |
6130 | 6148 | | |
6131 | 6149 | | |
6132 | 6150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
1571 | | - | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
1572 | 1582 | | |
1573 | 1583 | | |
1574 | 1584 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1139 | 1139 | | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | | - | |
| 1142 | + | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | 1145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
Lines changed: 22 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
609 | 614 | | |
610 | 615 | | |
611 | 616 | | |
612 | 617 | | |
613 | | - | |
| 618 | + | |
614 | 619 | | |
615 | 620 | | |
616 | 621 | | |
617 | 622 | | |
618 | 623 | | |
619 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
620 | 628 | | |
621 | 629 | | |
622 | 630 | | |
| |||
694 | 702 | | |
695 | 703 | | |
696 | 704 | | |
697 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
698 | 711 | | |
699 | 712 | | |
700 | 713 | | |
701 | | - | |
| 714 | + | |
702 | 715 | | |
703 | 716 | | |
704 | 717 | | |
705 | 718 | | |
706 | | - | |
707 | | - | |
708 | | - | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
709 | 723 | | |
710 | 724 | | |
711 | 725 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
0 commit comments