| Age | Commit message (Expand) | Author | Lines |
| 2024-07-06 | Import via rustc_type_ir::outlives | Michael Goulet | -1/+1 |
| 2024-07-06 | Uplift push_outlives_components | Michael Goulet | -1/+1 |
| 2024-07-05 | Actually just make can_eq process obligations (almost) everywhere | Michael Goulet | -8/+7 |
| 2024-07-05 | Use `ControlFlow` results for visitors that are only looking for a single value | Oli Scherer | -4/+3 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -4/+5 |
| 2024-07-03 | Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnr | Jacob Pratt | -48/+101 |
| 2024-07-03 | Auto merge of #123737 - compiler-errors:alias-wf, r=lcnr | bors | -9/+3 |
| 2024-07-02 | Actually report normalization-based type errors correctly for alias-relate ob... | Michael Goulet | -48/+101 |
| 2024-07-02 | Fix spans | Michael Goulet | -1/+2 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -3/+3 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -2/+2 |
| 2024-07-02 | Rollup merge of #127146 - compiler-errors:fast-reject, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -2/+2 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -19/+19 |
| 2024-06-30 | Uplift fast rejection to new solver | Michael Goulet | -2/+2 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -0/+6 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+6 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -5/+5 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -2/+2 |
| 2024-06-26 | Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxt | Oli Scherer | -3/+3 |
| 2024-06-26 | Restrict diagnostic context lifetime of TypeErrCtxt to InferCtxt instead of T... | Oli Scherer | -14/+14 |
| 2024-06-25 | Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors | bors | -4/+4 |
| 2024-06-25 | Auto merge of #126813 - compiler-errors:SliceLike, r=lcnr | bors | -17/+35 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -17/+35 |
| 2024-06-24 | Suggest inline const blocks for array initialization | Pavel Grigorenko | -33/+7 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -17/+17 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-06-20 | Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-dead | Matthias Krüger | -100/+111 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -85/+103 |
| 2024-06-19 | Allow constraining opaque types during auto trait casting | Oli Scherer | -1/+1 |
| 2024-06-19 | Allow constraining opaque types during unsizing | Oli Scherer | -3/+3 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -15/+8 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -1/+1 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -5/+2 |
| 2024-06-18 | Fix impl for SolverDelegate | Michael Goulet | -1/+1 |
| 2024-06-16 | Auto merge of #126540 - jhpratt:rollup-fzzz8j3, r=jhpratt | bors | -1/+1 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -1/+1 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -110/+79 |
| 2024-06-15 | trait_selection: remove extra words | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-15 | Rollup merge of #126471 - oli-obk:filter_loop, r=compiler-errors | Matthias Krüger | -11/+6 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -110/+79 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -78/+77 |
| 2024-06-14 | Add TyCtxt::is_lang_item | Michael Goulet | -1/+1 |
| 2024-06-14 | Use a consistent way to filter out bounds instead of splitting it into three ... | Oli Scherer | -11/+6 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -4/+5 |
| 2024-06-12 | Rollup merge of #126353 - compiler-errors:move-match, r=lcnr | Jubilee | -2/+123 |
| 2024-06-12 | Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726 | Jubilee | -99/+98 |
| 2024-06-12 | Rebase fallout | Michael Goulet | -7/+8 |
| 2024-06-12 | Stop passing traitref/traitpredicate by ref | Michael Goulet | -30/+26 |