| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -3/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -4/+0 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -341/+33 |
| 2023-03-07 | Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviper | bors | -3/+68 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -1/+81 |
| 2023-03-07 | Auto merge of #14232 - HKalbasi:mir, r=Veykril | bors | -760/+3164 |
| 2023-03-07 | switch to termcolor | Pietro Albini | -47/+78 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+128 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+4 |
| 2023-03-07 | add is_blocklike func on BlockLike | XFFXFF | -17/+14 |
| 2023-03-07 | Add profiling to mir lower and borrowck query | hkalbasi | -21/+33 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -61/+66 |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -27/+271 |
| 2023-03-07 | Add suggestion to diagnostic when user has array but trait wants slice. | Ben Reeves | -7/+490 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -154/+214 |
| 2023-03-07 | add more tests | XFFXFF | -0/+328 |
| 2023-03-07 | show diagnostic for } token followed by else in let else statement | XFFXFF | -8/+101 |
| 2023-03-06 | Do not ICE when we have fn pointer Fn obligations with bound vars in the self... | Michael Goulet | -3/+44 |
| 2023-03-06 | Add test where container is passed to a function | Michael Schubart | -0/+10 |
| 2023-03-06 | Auto merge of #108821 - matthiaskrgr:rollup-cmkbgpr, r=matthiaskrgr | bors | -46/+443 |
| 2023-03-06 | Move test for 10148 to tests/ui/crashes | Alex Macleod | -27/+36 |
| 2023-03-06 | Auto merge of #14266 - Veykril:generalize-eager-lazy, r=Veykril | bors | -522/+415 |
| 2023-03-06 | Fix inlay-hint tests | Lukas Wirth | -111/+18 |
| 2023-03-06 | Add `format_args_collector` internal lint | Alex Macleod | -20/+34 |
| 2023-03-06 | Migrate `write.rs` to `rustc_ast::FormatArgs` | Alex Macleod | -65/+173 |
| 2023-03-06 | Auto merge of #14267 - Veykril:experimental-diagnostics, r=Veykril | bors | -0/+3 |
| 2023-03-06 | internal: Mark unresolved field, unresolved method and expected function diag... | Lukas Wirth | -0/+3 |
| 2023-03-06 | feature: Make replace_or_with_or_else assists more generally applicable | Lukas Wirth | -411/+397 |
| 2023-03-06 | Use Edition 2021 :pat in matches macro | Konrad Borowski | -2/+2 |
| 2023-03-06 | issue-108706-fix | Noam Ta Shma | -3/+17 |
| 2023-03-06 | Add tracking issue for cf-protection to unstable book | Wesley Wiser | -0/+4 |
| 2023-03-06 | Add simple impl trait test for RPITIT | Santiago Pastorino | -0/+17 |
| 2023-03-06 | Avoid accessing HIR for RPITITs assoc type on mark_live_symbols | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Implement inferred_outlives_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+3 |
| 2023-03-06 | Implement explicit_predicates_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Implement generics_of for impl side RPITITs assoc type | Santiago Pastorino | -6/+34 |
| 2023-03-06 | Implement param_env for RPITITs assoc type | Santiago Pastorino | -2/+16 |
| 2023-03-06 | Implement type_of for RPITITs assoc type | Santiago Pastorino | -1/+20 |
| 2023-03-06 | Properly implement explicit_item_bounds for RPITITs trait assoc ty | Santiago Pastorino | -14/+23 |
| 2023-03-06 | Map to new synthesized assoc ty for RPITITs in astconv | Santiago Pastorino | -1/+9 |
| 2023-03-06 | Collect newly synthesized RPITITs on ImplTraitInTraitCollector | Santiago Pastorino | -1/+1 |
| 2023-03-06 | Avoid accessing HIR for RPITITs on check_type_bounds | Santiago Pastorino | -7/+14 |
| 2023-03-06 | Add is_impl_trait_in_trait | Santiago Pastorino | -0/+8 |
| 2023-03-06 | Make `unused_mut` diagnostic experimental | hkalbasi | -0/+1 |
| 2023-03-06 | Partially support "overloaded deref" MIR lowering | hkalbasi | -297/+546 |
| 2023-03-06 | Fix overloaded deref unused mut false positive | hkalbasi | -6/+45 |
| 2023-03-06 | Support "for loop" MIR lowering | hkalbasi | -79/+292 |
| 2023-03-06 | Add `View Mir` command and fix some bugs | hkalbasi | -122/+876 |
| 2023-03-06 | Add `need-mut` and `unused-mut` diagnostics | hkalbasi | -277/+1089 |
| 2023-03-06 | Support "or patterns" MIR lowering | hkalbasi | -15/+122 |