| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -15/+15 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+21 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+15 |
| 2023-08-09 | Point out expectation even if we have RegionsInsufficientlyPolymorphic | Michael Goulet | -2/+6 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+1 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -4/+2 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -2/+2 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -2/+2 |
| 2023-06-25 | Add test for futures with HRTB | dswij | -0/+44 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-30 | directory size limit :< | lcnr | -0/+3736 |
| 2023-05-30 | add the leak check to the new solver | lcnr | -0/+24 |