| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Make sure to ignore elided lifetimes when pointing at args for fulfillment er... | Michael Goulet | -2/+2 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -3/+3 |
| 2024-10-15 | Bless tests | Michael Goulet | -13/+22 |
| 2024-10-15 | update test description | lcnr | -3/+3 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -23/+13 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -16/+26 |
| 2024-09-05 | update test description | lcnr | -3/+3 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -23/+13 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -0/+10 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -2/+2 |
| 2024-07-17 | Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxu | Matthias Krüger | -20/+0 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -20/+0 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-12 | rustc_type_ir: derivative -> derive-where | Pavel Grigorenko | -2/+2 |
| 2024-07-10 | instantiate higher ranked goals in candidate selection | lcnr | -208/+94 |
| 2024-07-03 | Auto merge of #123737 - compiler-errors:alias-wf, r=lcnr | bors | -0/+20 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -0/+30 |
| 2024-06-20 | Add opaque type test | Oli Scherer | -5/+81 |
| 2024-06-19 | rustc_type_ir: Omit some struct fields from Debug output | León Orell Valerian Liehr | -2/+2 |
| 2024-06-12 | Also passthrough for projection clauses | Michael Goulet | -2/+2 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -2/+2 |
| 2024-06-08 | tests: Add ui/higher-ranked/trait-bounds/normalize-generic-arg.rs | Martin Nordholts | -0/+39 |
| 2024-05-30 | update UI tests | lcnr | -2/+2 |
| 2024-05-24 | drop region constraints for ambiguous goals | lcnr | -0/+104 |
| 2024-05-21 | Okay actually check only alias TYPES | Michael Goulet | -0/+20 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -6/+41 |
| 2024-05-02 | Use a proof tree visitor to refine the Obligation for error reporting | Michael Goulet | -1/+14 |
| 2024-04-03 | rebase oddity | Boxy | -40/+41 |
| 2024-04-03 | move leak check out of candidate evaluation | lcnr | -157/+765 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -61/+43 |
| 2024-04-01 | Instantiate closure-like bounds with placeholders to deal with binders correctly | Michael Goulet | -0/+51 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -1/+1 |
| 2024-03-23 | Add test in `higher-ranked` | Luv-Ray | -0/+44 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -77/+39 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -13/+13 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -10/+37 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -13/+13 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -10/+37 |
| 2024-03-01 | Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ... | Matthias Krüger | -1/+0 |
| 2024-03-01 | Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errors | Matthias Krüger | -79/+0 |
| 2024-02-29 | Remove stray stdout/stderr files | 许杰友 Jieyou Xu (Joe) | -79/+0 |
| 2024-02-29 | Make nll higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -0/+60 |
| 2024-02-29 | Make infer higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -13/+22 |
| 2024-02-29 | distinguish recursion limit based overflow for diagnostics | lcnr | -1/+0 |
| 2024-02-26 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+69 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -104/+104 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -56/+2 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -4/+47 |