This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e1eaa2d
committed
Auto merge of rust-lang#107738 - matthiaskrgr:rollup-o18lzi8, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#106477 (Refine error spans for "The trait bound `T: Trait` is not satisfied" when passing literal structs/tuples)
- rust-lang#107596 (Add nicer output to PGO build timer)
- rust-lang#107692 (Sort Generator `print-type-sizes` according to their yield points)
- rust-lang#107714 (Clarify wording on f64::round() and f32::round())
- rust-lang#107720 (end entry paragraph with a period (.))
- rust-lang#107724 (remove unused rustc_* imports)
- rust-lang#107725 (Turn MarkdownWithToc into a struct with named fields)
- rust-lang#107731 (interpret: move discriminant reading and writing to separate file)
- rust-lang#107735 (Add mailmap for commits made by [email protected])
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
46 files changed
+1536
-425
lines changed- compiler
- rustc_ast_lowering
- rustc_ast_pretty
- rustc_codegen_llvm
- rustc_codegen_ssa
- rustc_const_eval
- src/interpret
- rustc_hir_analysis
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer
- src/traits
- rustc_interface
- rustc_middle/src/traits
- rustc_mir_build
- rustc_mir_dataflow
- rustc_privacy
- rustc_query_impl
- rustc_session/src
- rustc_trait_selection
- src/traits/select
- rustc_traits
- rustc_ty_utils/src
- library
- core/src/num
- std/src
- src
- ci
- librustdoc
- html
- tests/ui
- async-await/future-sizes
- derives
- errors
- trait-bound-error-spans
- traits
- print_type_sizes
- traits/negative-impls
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1536
-425
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3689 | 3689 | | |
3690 | 3690 | | |
3691 | 3691 | | |
3692 | | - | |
3693 | 3692 | | |
3694 | 3693 | | |
3695 | 3694 | | |
| |||
3698 | 3697 | | |
3699 | 3698 | | |
3700 | 3699 | | |
3701 | | - | |
3702 | 3700 | | |
3703 | 3701 | | |
3704 | 3702 | | |
| |||
3731 | 3729 | | |
3732 | 3730 | | |
3733 | 3731 | | |
3734 | | - | |
3735 | 3732 | | |
3736 | 3733 | | |
3737 | 3734 | | |
| |||
3838 | 3835 | | |
3839 | 3836 | | |
3840 | 3837 | | |
3841 | | - | |
3842 | 3838 | | |
3843 | 3839 | | |
3844 | 3840 | | |
| |||
3864 | 3860 | | |
3865 | 3861 | | |
3866 | 3862 | | |
3867 | | - | |
3868 | 3863 | | |
3869 | 3864 | | |
3870 | 3865 | | |
| |||
3905 | 3900 | | |
3906 | 3901 | | |
3907 | 3902 | | |
3908 | | - | |
3909 | 3903 | | |
3910 | 3904 | | |
3911 | 3905 | | |
| |||
4100 | 4094 | | |
4101 | 4095 | | |
4102 | 4096 | | |
4103 | | - | |
4104 | 4097 | | |
4105 | | - | |
4106 | 4098 | | |
4107 | 4099 | | |
4108 | 4100 | | |
4109 | 4101 | | |
4110 | 4102 | | |
4111 | | - | |
4112 | 4103 | | |
4113 | 4104 | | |
4114 | 4105 | | |
| |||
4195 | 4186 | | |
4196 | 4187 | | |
4197 | 4188 | | |
4198 | | - | |
4199 | 4189 | | |
4200 | 4190 | | |
4201 | 4191 | | |
| |||
4238 | 4228 | | |
4239 | 4229 | | |
4240 | 4230 | | |
4241 | | - | |
4242 | 4231 | | |
4243 | 4232 | | |
4244 | 4233 | | |
| |||
4404 | 4393 | | |
4405 | 4394 | | |
4406 | 4395 | | |
4407 | | - | |
4408 | 4396 | | |
4409 | 4397 | | |
4410 | 4398 | | |
| |||
4436 | 4424 | | |
4437 | 4425 | | |
4438 | 4426 | | |
4439 | | - | |
4440 | 4427 | | |
4441 | 4428 | | |
4442 | 4429 | | |
| |||
4567 | 4554 | | |
4568 | 4555 | | |
4569 | 4556 | | |
4570 | | - | |
4571 | 4557 | | |
4572 | 4558 | | |
4573 | 4559 | | |
| |||
4588 | 4574 | | |
4589 | 4575 | | |
4590 | 4576 | | |
4591 | | - | |
4592 | 4577 | | |
4593 | 4578 | | |
4594 | 4579 | | |
| |||
4789 | 4774 | | |
4790 | 4775 | | |
4791 | 4776 | | |
4792 | | - | |
4793 | 4777 | | |
4794 | 4778 | | |
4795 | 4779 | | |
| |||
4811 | 4795 | | |
4812 | 4796 | | |
4813 | 4797 | | |
4814 | | - | |
4815 | 4798 | | |
4816 | 4799 | | |
4817 | 4800 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments