| Age | Commit message (Expand) | Author | Lines |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -9/+21 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -9/+21 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -9/+7 |
| 2024-05-18 | (Mostly) revert "Account for type param from other item in `note_and_explain`" | Michael Goulet | -62/+43 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -9/+7 |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -0/+1 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -2/+8 |
| 2024-05-17 | Account for owning item lifetimes in suggestion and annotate tests as `run-ru... | Esteban Küber | -3/+39 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -0/+5 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -30/+75 |
| 2024-05-17 | to_opt_poly_X_pred -> as_X_clause | Michael Goulet | -1/+1 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -11/+15 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -8/+21 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -25/+21 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -23/+36 |
| 2024-05-13 | Apply nits | Michael Goulet | -5/+8 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -18/+28 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_infer`. | Nicholas Nethercote | -2/+21 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -15/+25 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -2/+2 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -2/+2 |
| 2024-05-10 | Name tweaks | Michael Goulet | -15/+15 |
| 2024-05-10 | More rename fallout | Michael Goulet | -17/+22 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -52/+43 |
| 2024-05-10 | Remove glob imports for ObligationCauseCode | Michael Goulet | -62/+81 |
| 2024-05-10 | rename some variants in FulfillmentErrorCode | Michael Goulet | -12/+12 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -119/+60 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -103/+54 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -2/+2 |
| 2024-05-10 | Fix out-of-date comment. | Nicholas Nethercote | -2/+2 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -83/+45 |
| 2024-05-10 | Inline and remove unused methods. | Nicholas Nethercote | -24/+13 |
| 2024-05-09 | Fix up `DescriptionCtx::new`. | Nicholas Nethercote | -14/+4 |
| 2024-05-07 | Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errors | Matthias Krüger | -4/+40 |
| 2024-05-07 | generalize hr alias: avoid unconstrainable infer vars | lcnr | -4/+40 |
| 2024-05-06 | borrowck: more eagerly prepopulate opaques | lcnr | -0/+13 |
| 2024-05-02 | Use ObligationCtxt in favor of TraitEngine in many places | Michael Goulet | -0/+12 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -5/+2 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -4/+7 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -10/+10 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -5/+11 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -7/+7 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -5/+11 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -11/+3 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -10/+10 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+18 |
| 2024-04-20 | remove `InferCtxt::clear_caches` | Lukas Markeffsky | -9/+0 |
| 2024-04-20 | include ParamEnv in projection cache key | Lukas Markeffsky | -2/+3 |