| Age | Commit message (Expand) | Author | Lines |
| 2024-07-11 | instantiate higher ranked goals in candidate selection | lcnr | -208/+94 |
| 2024-05-30 | update UI tests | lcnr | -2/+2 |
| 2024-05-24 | drop region constraints for ambiguous goals | lcnr | -0/+104 |
| 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 |
| 2024-02-06 | Rollup merge of #120507 - estebank:issue-108428, r=davidtwco | Matthias Krüger | -0/+12 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -3/+3 |
| 2024-01-30 | Account for non-overlapping unmet trait bounds in suggestion | Esteban Küber | -0/+12 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -4/+4 |
| 2024-01-26 | Use single label for method not found due to unmet bound | Esteban Küber | -8/+2 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -4/+4 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -1/+11 |
| 2024-01-13 | Bless tests | George-lewis | -0/+2 |
| 2024-01-09 | Auto merge of #118968 - aliemjay:canon-static, r=lcnr | bors | -2/+2 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -2/+2 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -22/+22 |
| 2023-12-17 | fix diagnostic regresssion | Ali MJ Al-Nasrawy | -11/+5 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -7/+13 |
| 2023-12-15 | unify query canonicalization mode | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -4/+4 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -6/+6 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -8/+8 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -1/+1 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -21/+21 |
| 2023-11-16 | Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi... | bors | -0/+26 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -5/+5 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 |
| 2023-09-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -0/+26 |