| Age | Commit message (Expand) | Author | Lines |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -87/+93 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -5/+6 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -11/+27 |
| 2022-09-03 | Auto merge of #101361 - Dylan-DPC:rollup-xj1syld, r=Dylan-DPC | bors | -0/+3 |
| 2022-09-03 | Rollup merge of #101217 - eholk:drop-tracking-73137, r=jyn514 | Dylan DPC | -0/+3 |
| 2022-09-03 | Auto merge of #101139 - nnethercote:shrink-thir-Pat, r=cjgillot | bors | -37/+37 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -9/+5 |
| 2022-09-02 | Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da... | Matthias Krüger | -0/+12 |
| 2022-09-01 | Don't create two new closures for each query | Joshua Nelson | -7/+7 |
| 2022-09-02 | Use boxed slices in `PatKind`. | Nicholas Nethercote | -13/+13 |
| 2022-09-02 | Box `CanonicalUserTypeAnnotation::CanonicalUserType`. | Nicholas Nethercote | -3/+3 |
| 2022-09-02 | Box `PatKind::Range`. | Nicholas Nethercote | -5/+5 |
| 2022-09-02 | Clean up THIR patterns. | Nicholas Nethercote | -26/+26 |
| 2022-09-01 | Auto merge of #98960 - cjgillot:entry-kind, r=estebank | bors | -0/+1 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+12 |
| 2022-09-01 | Migrate limit error | 111 | -6/+12 |
| 2022-09-01 | Migrate OpaqueHiddenType mismatch | 111 | -13/+37 |
| 2022-09-01 | Migrate DropCheckOverflow | 111 | -10/+18 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -28/+16 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -16/+17 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -13/+13 |
| 2022-08-31 | Use parent_iter instead of a find_parent_node loop | Eric Holk | -0/+3 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -3/+3 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -13/+13 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -0/+6 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -1/+1 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -55/+102 |
| 2022-08-30 | Separate macro_rules and macro_definition. | Camille GILLOT | -1/+1 |
| 2022-08-30 | Use tables for macros. | Camille GILLOT | -1/+1 |
| 2022-08-30 | Move AssocContainer to a metadata table. | Camille GILLOT | -0/+1 |
| 2022-08-30 | Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errors | Dylan DPC | -1/+14 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -55/+102 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -193/+223 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -193/+182 |
| 2022-08-30 | Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillot | Dylan DPC | -0/+41 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors | nils | -1/+14 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -8/+19 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -16/+17 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -0/+7 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -19/+14 |
| 2022-08-28 | improve OFFSET_IS_ADDR docs | Ralf Jung | -2/+6 |
| 2022-08-28 | More descriptive argument placeholders | Michael Goulet | -0/+6 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -97/+85 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -11/+1 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -115/+112 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -2/+2 |
| 2022-08-27 | Auto merge of #100946 - jyn514:query-system-3, r=cjgillot | bors | -2/+2 |
| 2022-08-27 | Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitor | bors | -24/+2 |