| Age | Commit message (Expand) | Author | Lines |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -0/+61 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+5 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+590 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -38/+131 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -27/+3 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -7/+17 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -24/+17 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -3/+151 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -9/+39 |
| 2023-12-05 | Add test for implicitly capturing late-bound var with new capture rules | Michael Goulet | -0/+23 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -6/+64 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -1/+11 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -0/+49 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -37/+37 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-12-05 | Stabilize `type_name_of_val` | Trevor Gross | -1/+0 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -3/+63 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -37/+37 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -18/+17 |
| 2023-12-05 | Add deeply_normalize_for_diagnostics, use it in coherence | Michael Goulet | -0/+50 |
| 2023-12-05 | Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e... | Matthias Krüger | -6/+19 |
| 2023-12-05 | Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d... | Matthias Krüger | -65/+24 |
| 2023-12-05 | Rollup merge of #117922 - estebank:unclosed-generics, r=b-naber | Matthias Krüger | -36/+30 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -173/+90 |
| 2023-12-05 | Auto merge of #118076 - estebank:issue-109429, r=davidtwco | bors | -44/+484 |
| 2023-12-05 | Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naber | bors | -5/+54 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |
| 2023-12-05 | Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errors | bors | -10/+194 |
| 2023-12-04 | Address code review feedback | Eric Holk | -0/+19 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -5/+54 |
| 2023-12-04 | Fix rebase | Esteban Küber | -3/+3 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -9/+95 |
| 2023-12-04 | On "this .clone() is on the reference", provide more info | Esteban Küber | -0/+84 |
| 2023-12-04 | Mark more tests as `run-rustfix` | Esteban Küber | -3/+50 |
| 2023-12-04 | Tweak output on specific case | Esteban Küber | -1/+1 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -17/+186 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -15/+69 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -0/+2 |
| 2023-12-04 | Add a basic test for gen fn | Eric Holk | -0/+18 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+19 |
| 2023-12-04 | gate gen fn behind gen_blocks | Eric Holk | -3/+5 |
| 2023-12-04 | Fix parser ICE when recovering `dyn`/`impl` after `for<...>` | sjwang05 | -1/+11 |
| 2023-12-04 | Don't include destruction scopes in THIR | Matthew Jasper | -306/+163 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -6/+19 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -0/+75 |
| 2023-12-04 | Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile... | Takayuki Maeda | -9/+425 |
| 2023-12-04 | Remove the `precise_pointer_size_matching` feature gate | Nadrieril | -65/+24 |
| 2023-12-04 | rebase | lcnr | -13/+13 |
| 2023-12-04 | cleanup and comments | lcnr | -0/+190 |
| 2023-12-04 | generalize: handle occurs check failure in aliases | lcnr | -10/+4 |