| Age | Commit message (Expand) | Author | Lines |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -13/+16 |
| 2023-07-23 | make `noop_method_call` warn by default | Deadbeef | -0/+2 |
| 2023-07-21 | Double check that hidden types match the expected hidden type | Oli Scherer | -49/+0 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -35/+7 |
| 2023-07-18 | added links as a note | nxya | -7/+7 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -7/+7 |
| 2023-07-18 | added links as a note | nxya | -7/+42 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -7/+7 |
| 2023-07-13 | Rollup merge of #113353 - compiler-errors:select-better, r=lcnr | Matthias Krüger | -23/+0 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -17/+16 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -27/+27 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -27/+27 |
| 2023-07-08 | Eagerly resolve vars in predicate during coercion loop | Michael Goulet | -23/+0 |
| 2023-07-07 | Mark more hanging new-solver tests | Michael Goulet | -2/+3 |
| 2023-07-03 | update tests | lcnr | -12/+1 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -3/+5 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -4/+5 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -27/+27 |
| 2023-06-27 | Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -8/+8 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -8/+8 |
| 2023-06-23 | Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiser | Matthias Krüger | -18/+2 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -2/+6 |
| 2023-06-20 | add support for needs-dynamic-linking | Pietro Albini | -1/+2 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -4/+5 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-15 | Always register sized obligation for argument | Michael Goulet | -18/+2 |
| 2023-06-13 | Move test | Michael Goulet | -52/+0 |
| 2023-06-13 | Erase regions even if normalization fails in writeback | Michael Goulet | -1/+31 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -10/+10 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2023-06-11 | Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkov | bors | -2/+30 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -2/+30 |
| 2023-06-10 | Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillot | bors | -0/+1 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -0/+1 |
| 2023-06-09 | Ignore tests that hang in new solver | Michael Goulet | -2/+3 |
| 2023-06-09 | Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-09 | Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa... | Matthias Krüger | -1/+1 |
| 2023-06-08 | Peel borrows before suggesting as_ref/as_deref | Michael Goulet | -2/+3 |
| 2023-06-08 | More robust as_ref/as_deref suggestions | Michael Goulet | -8/+6 |
| 2023-06-05 | Don't mention already set fields | Michael Goulet | -1/+1 |
| 2023-06-05 | Resolve vars in result from scrape_region_constraints | Michael Goulet | -2/+4 |
| 2023-06-03 | Auto merge of #111516 - compiler-errors:issue-111500, r=jackh726 | bors | -2/+5 |
| 2023-05-29 | Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin | Matthias Krüger | -349/+0 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -4/+2 |
| 2023-05-24 | Move tests | Caio | -349/+0 |
| 2023-05-21 | Tweak the post-order for multi-successor blocks | Scott McMurray | -4/+2 |
| 2023-05-18 | Simplify suggestion when returning bare dyn trait | Michael Goulet | -4/+8 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -7/+6 |
| 2023-05-12 | Don't use can_eq in derive suggestion for missing method | Michael Goulet | -2/+5 |