| Age | Commit message (Expand) | Author | Lines |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -4/+4 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -1/+1 |
| 2023-06-25 | Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8Ki | Guillaume Gomez | -0/+87 |
| 2023-06-24 | Add a regression test for #96699 | Yuki Okushi | -0/+87 |
| 2023-06-24 | Add a regression test for #109141 | Yuki Okushi | -0/+39 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -1/+1 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -1/+1 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -2/+26 |
| 2023-06-08 | add a test for #105709 | Takayuki Maeda | -0/+9 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -3/+7 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -3/+7 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -2/+2 |
| 2023-05-26 | Blesses UI tests, add known bug to typeid-equality-by-subtyping | onestacked | -4/+17 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -7/+29 |
| 2023-05-04 | Rollup merge of #111103 - BoxyUwU:normal_fold_with_gce_norm, r=compiler-errors | Matthias Krüger | -11/+13 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -0/+6 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -11/+13 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -6/+8 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -1/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -0/+1 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -4/+4 |
| 2023-03-23 | Rollup merge of #109380 - Randl:patch-1, r=oli-obk | Matthias Krüger | -0/+52 |
| 2023-03-20 | Add `known-bug` test for typeid unsoundness issue | Evgenii Zheltonozhskii | -0/+52 |
| 2023-03-19 | Only expect a GAT const arg | Michael Goulet | -0/+29 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -5/+5 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -1/+1 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -3/+3 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -0/+181 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -0/+70 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -1/+1 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-30 | Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env | Michael Goulet | -0/+39 |
| 2023-01-18 | i am free | Boxy | -2/+2 |
| 2023-01-18 | actually print out non local anon consts | Boxy | -2/+2 |
| 2023-01-18 | test for non local anon const printing | Boxy | -0/+36 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -4/+4 |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -7/+7 |
| 2023-01-16 | ConstBlocks are poly if their substs are poly | Michael Goulet | -0/+31 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -4/+19 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -42/+3 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -42/+3 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -4/+6 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -4/+19 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+3267 |