| Age | Commit message (Expand) | Author | Lines |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -5/+85 |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+3 |
| 2023-01-13 | Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=Nilstrieb | Yuki Okushi | -0/+29 |
| 2023-01-13 | Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwco | Yuki Okushi | -0/+22 |
| 2023-01-13 | Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett | Yuki Okushi | -109/+7 |
| 2023-01-12 | Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb | nils | -6/+203 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -0/+70 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+29 |
| 2023-01-12 | Mark ZST as FFI-safe if all its fields are PhantomData | Arthur Carcano | -0/+22 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -263/+348 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -53/+53 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -38/+155 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -167/+137 |
| 2023-01-11 | Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay | Michael Goulet | -5/+3 |
| 2023-01-12 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+3 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -49/+108 |
| 2023-01-12 | Rollup merge of #106676 - oli-obk:tait_test, r=dtolnay | Matthias Krüger | -0/+55 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -6/+62 |
| 2023-01-12 | Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -63/+49 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -22/+288 |
| 2023-01-12 | move to correct test | Deadbeef | -0/+53 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -2/+29 |
| 2023-01-12 | parse const closures | Deadbeef | -3/+3 |
| 2023-01-12 | Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,... | bors | -4/+117 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -109/+7 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -22/+288 |
| 2023-01-11 | Translate `Overlap` eagerly | mejrs | -0/+1 |
| 2023-01-11 | Don't recommend `if let` if `let else` works | mejrs | -40/+8 |
| 2023-01-11 | Migrate pattern matching | mejrs | -135/+137 |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -1/+0 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -5/+3 |
| 2023-01-11 | Test that we cannot use trait impl methods arguments as defining uses | Oli Scherer | -0/+55 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -6/+62 |
| 2023-01-11 | Use the root trait predicate to determine whether to remove references | Esteban Küber | -1/+68 |
| 2023-01-11 | Account for type params | Esteban Küber | -9/+22 |
| 2023-01-11 | Make `&`-removal suggestion verbose | Esteban Küber | -29/+66 |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -0/+181 |
| 2023-01-11 | Suggest making private tuple struct field public | Esteban Küber | -6/+22 |
| 2023-01-11 | Rollup merge of #106703 - compiler-errors:impl-derived-span, r=estebank | Matthias Krüger | -64/+176 |
| 2023-01-11 | Rollup merge of #106622 - estebank:issue-68972, r=davidtwco | Matthias Krüger | -0/+39 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -63/+49 |
| 2023-01-11 | Handle inference variables in CollectAllMismatches correctly | Michael Goulet | -0/+70 |
| 2023-01-11 | label where constructor is defined and note that it should be called | Michael Goulet | -25/+25 |
| 2023-01-11 | Be more specific about constructor `FnDef`s in type mismatch | Michael Goulet | -28/+28 |
| 2023-01-11 | Allow codegen to unsize dyn* to dyn | Michael Goulet | -0/+20 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -64/+176 |
| 2023-01-11 | Tweak output | Esteban Küber | -83/+40 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -30/+132 |
| 2023-01-11 | parser: recover from where clauses placed before tuple struct bodies | León Orell Valerian Liehr | -4/+117 |