| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-24 | Add a regression test for #109141 | Yuki Okushi | -0/+39 |
| 2023-06-19 | Don't ICE on unnormalized struct tail in layout computation | Michael Goulet | -4/+4 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -1/+1 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -2/+2 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -6/+6 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -0/+19 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -2/+2 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -2/+26 |
| 2023-06-11 | Fix the overflow issue for transmute_generic_consts | yukang | -0/+19 |
| 2023-06-11 | properly check associated consts for infer placeholders | Michael Goulet | -6/+6 |
| 2023-06-08 | add a test for #105709 | Takayuki Maeda | -0/+9 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -25/+4 |