| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -48/+193 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -3/+34 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -3/+3 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -58/+94 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -1/+16 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -5/+5 |
| 2023-09-05 | Restore some removed tests | Michael Goulet | -12/+50 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -58/+56 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -26/+2 |
| 2023-08-30 | Update failure status | John Kåre Alsaker | -2/+5 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -2/+2 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+2 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -2/+2 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -70/+13 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -70/+13 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -8/+36 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -70/+13 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -0/+27 |
| 2023-08-06 | add testcase that hits valtree_into_mplace with a custom DST | Ralf Jung | -0/+21 |
| 2023-08-06 | bless tests | Deadbeef | -8/+36 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -2/+11 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -26/+2 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+2 |
| 2023-07-31 | normalize backtrace error messages | yukang | -5/+5 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -0/+2 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -3/+3 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -2/+11 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+2 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -11/+2 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -18/+2 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -10/+2 |
| 2023-07-18 | added links as a note | nxya | -2/+2 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -2/+2 |
| 2023-07-18 | added links as a note | nxya | -2/+12 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -2/+2 |
| 2023-07-14 | Auto merge of #113519 - SparrowLii:parallel_typeck, r=cjgillot | bors | -22/+20 |
| 2023-07-13 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -11/+2 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -1/+1 |
| 2023-07-11 | typeck in parallel | SparrowLii | -22/+20 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -3/+3 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -15/+15 |
| 2023-07-04 | implement `ConstEvaluatable` goals in new solver | lcnr | -1/+13 |
| 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-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -15/+15 |
| 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 |