| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -5/+56 |
| 2022-09-12 | fn pointers don't implement Fn/FnMut/FnOnce traits if its return type is unsized | Michael Goulet | -1/+30 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+26 |
| 2022-09-11 | minor fixups as per PR feedback | Andrew Cann | -29/+15 |
| 2022-09-11 | Apply formatting fixes | Andrew Cann | -8/+17 |
| 2022-09-11 | fix GeneratorWitness: Clone check | Andrew Cann | -9/+14 |
| 2022-09-11 | loosen restriction on when GeneratorWitness: Clone | Andrew Cann | -17/+13 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -24/+32 |
| 2022-09-11 | implement Copy/Clone for generators | Andrew Cann | -2/+34 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -0/+4 |
| 2022-09-09 | Be careful about expr_ty_adjusted when noting block tail type | Michael Goulet | -3/+4 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -7/+6 |
| 2022-09-09 | Address nits | Michael Goulet | -3/+3 |
| 2022-09-09 | Implement projection for ImplTraitPlaceholder | Michael Goulet | -0/+117 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -0/+5 |
| 2022-09-08 | Create VarValue::Empty | Jack Huey | -0/+4 |
| 2022-09-08 | Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8Ki | Dylan DPC | -12/+14 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -13/+54 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -13/+54 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -1/+1 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+1 |
| 2022-09-08 | Adjust spacing in suggestion, add a test | Michael Goulet | -2/+2 |
| 2022-09-08 | Add associated item binding to non-param-ty where clause suggestions | Michael Goulet | -11/+13 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -6/+6 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -0/+3 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+1 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -4/+4 |
| 2022-09-06 | Auto merge of #101359 - compiler-errors:cannot-call-trait-object-with-unsized... | bors | -0/+17 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -1/+1 |
| 2022-09-05 | Point out when a callable is not actually callable because its return is not ... | Michael Goulet | -0/+17 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -4/+4 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -6/+6 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -2/+2 |
| 2022-09-04 | Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk | bors | -19/+15 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -16/+4 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -19/+15 |
| 2022-09-04 | Use head span for rustc_on_unimplemented's enclosing_scope attr | Michael Goulet | -1/+1 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -7/+30 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -1/+1 |
| 2022-09-02 | Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da... | Matthias Krüger | -87/+135 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -87/+135 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -34/+22 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -12/+12 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -2/+0 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -12/+30 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -4/+8 |