| Age | Commit message (Expand) | Author | Lines |
| 2023-03-16 | Add Debug and Clone derives for stable mir datastructures | Oli Scherer | -0/+7 |
| 2023-03-16 | Implement a minimal subset of MIR statements and terminators for smir | Oli Scherer | -1/+183 |
| 2023-03-16 | replace usage of `evaluate_goal` with a new `add_goal` | Boxy | -254/+336 |
| 2023-03-16 | Remove `DefId` from `CrateItem` in favor of a lookup table | Oli Scherer | -8/+24 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -5/+16 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -24/+232 |
| 2023-03-16 | resolve: Minor cleanup to `Resolver::get_module` | Vadim Petrochenkov | -19/+16 |
| 2023-03-16 | resolve: Use `item_name` and `opt_parent` in `Resolver::get_module` | Vadim Petrochenkov | -12/+5 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -12/+1 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -9/+1 |
| 2023-03-16 | Use sort_by_key instead of sort_by | est31 | -2/+2 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -2/+9 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -1/+18 |
| 2023-03-16 | Also inline integer literals into format_args!(). | Mara Bos | -5/+18 |
| 2023-03-16 | Check all arg indexes before removing inlined format args. | Mara Bos | -13/+15 |
| 2023-03-16 | Remove unreachable branch in format_args ast lowering. | Mara Bos | -19/+8 |
| 2023-03-16 | Fix argument index remapping in format_args flattening. | Mara Bos | -28/+36 |
| 2023-03-16 | Only inline `{}` string literals in format_args. | Mara Bos | -0/+1 |
| 2023-03-16 | Support flattening/inlining format_args through & and (). | Mara Bos | -6/+21 |
| 2023-03-16 | Inline string literals into format_args!(). | Mara Bos | -3/+61 |
| 2023-03-16 | Coalesce adjacent literal pieces in expand_format_args. | Mara Bos | -16/+16 |
| 2023-03-16 | Flatten nested format_args!() into one. | Mara Bos | -4/+102 |
| 2023-03-16 | E0206 - removed space | Jamilya Shurukhova | -2/+1 |
| 2023-03-16 | E0206 - added `union` to description | Jamilya Shurukhova | -2/+2 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2023-03-16 | Rollup merge of #109171 - oli-obk:normalization_cleanup, r=compiler-errors | Matthias Krüger | -77/+48 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -221/+305 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -31/+22 |
| 2023-03-16 | Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkin | Matthias Krüger | -20/+16 |
| 2023-03-16 | Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkin | Matthias Krüger | -16/+32 |
| 2023-03-16 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -3/+6 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -29/+152 |
| 2023-03-16 | Fix on_unimplemented_note for RPITITs | Michael Goulet | -7/+11 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -18/+32 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -17/+36 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -81/+75 |
| 2023-03-15 | Feed is_type_alias_impl_trait for RPITITs on the trait side | Santiago Pastorino | -0/+3 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -33/+40 |
| 2023-03-15 | Auto merge of #109169 - bjorn3:sync_cg_clif-2023-03-15, r=bjorn3 | bors | -792/+873 |
| 2023-03-15 | unequal → not equal | gimbles | -12/+12 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -11/+47 |
| 2023-03-15 | Account for debuginfo on _0 without naming it. | Camille GILLOT | -6/+2 |
| 2023-03-15 | Make impl_trait_in_trait_container consider newly generated RPITITs | Santiago Pastorino | -4/+10 |
| 2023-03-15 | Properly implement generics_of for traits | Santiago Pastorino | -2/+31 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -10/+10 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -29/+152 |
| 2023-03-15 | Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPC | bors | -160/+114 |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -792/+873 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -221/+305 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -4/+4 |