| Age | Commit message (Expand) | Author | Lines |
| 2023-01-13 | Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot | Yuki Okushi | -1/+3 |
| 2023-01-13 | Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddle | Yuki Okushi | -0/+26 |
| 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 | -110/+8 |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -32/+306 |
| 2023-01-12 | Add test for displayed re-export of `doc(hidden)` | Guillaume Gomez | -0/+26 |
| 2023-01-12 | Rollup merge of #106751 - clubby789:const-intrinsic, r=GuillaumeGomez | nils | -0/+25 |
| 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 | Rollup merge of #105806 - mejrs:eager2, r=davidtwco | nils | -26/+8 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+29 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -1/+1 |
| 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-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -1/+1 |
| 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 | Fix rendering 'const' for intrinsics | clubby789 | -0/+25 |
| 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 | -110/+8 |
| 2023-01-11 | Auto merge of #106743 - matthiaskrgr:rollup-q5dpxms, r=matthiaskrgr | bors | -64/+241 |
| 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 | Support eager subdiagnostics again | mejrs | -26/+8 |
| 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 |