| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -16/+16 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -307/+603 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -4/+9 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -39/+40 |
| 2022-03-28 | Merge two duplicates of the same logic into a common function | Oli Scherer | -1/+44 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -109/+81 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -1/+1 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -38/+6 |
| 2022-03-28 | Remove some dead code | Oli Scherer | -14/+2 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -283/+602 |
| 2022-03-27 | suggest wrapping patterns with compatible enum variants | Michael Goulet | -0/+69 |
| 2022-03-27 | review comments and rebase | Esteban Kuber | -9/+9 |
| 2022-03-27 | Drive by: handle references in `same_type_modulo_infer` | Esteban Kuber | -0/+3 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -1/+2 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -0/+31 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -1/+24 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -6/+22 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -1/+24 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -1/+1 |
| 2022-03-22 | erase region in ParamEnvAnd and make ConstUnifyCtxt private | b-naber | -4/+4 |
| 2022-03-22 | dont canonicalize in try_unify_abstract_consts and erase regions instead | b-naber | -8/+10 |
| 2022-03-22 | fix previous failures and address review | b-naber | -7/+6 |
| 2022-03-21 | dont try to unify unevaluated constants that contain infer vars | b-naber | -1/+15 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -1/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -21/+24 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -9/+11 |
| 2022-03-11 | update comment | lcnr | -7/+4 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -9/+11 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -4/+4 |
| 2022-03-09 | Rollup merge of #94312 - pierwill:fix-94311-lattice-docs, r=jackh726 | Dylan DPC | -12/+20 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -4/+4 |
| 2022-03-03 | Rollup merge of #94555 - cuishuang:master, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-03-03 | all: fix some typos | cuishuang | -2/+2 |
| 2022-03-02 | 8 - Make more use of `let_chains` | Caio | -185/+145 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -44/+44 |
| 2022-03-01 | add suggestion to update trait if error is in impl | Fausto | -2/+8 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -52/+48 |
| 2022-02-28 | Edit `rustc_trait_selection::infer::lattice` docs | pierwill | -12/+20 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -8/+8 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -8/+8 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -65/+67 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -23/+18 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -26/+32 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -1/+3 |
| 2022-02-23 | rustc_errors: remove `struct_dummy`. | Eduard-Mihai Burtescu | -2/+4 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -40/+32 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -1/+4 |