| Age | Commit message (Expand) | Author | Lines |
| 2023-07-11 | Add regression test for #112308 | Guillaume Gomez | -26/+31 |
| 2023-07-08 | Downgrade addr2line | Mark Rousskov | -2/+2 |
| 2023-07-08 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -0/+38 |
| 2023-07-08 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -16/+96 |
| 2023-07-08 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-06-24 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-24 | Make struct layout not depend on unsizeable tail | Lukas Markeffsky | -0/+25 |
| 2023-06-24 | Fix type-inference regression in #112225 | Arpad Borsos | -0/+55 |
| 2023-06-24 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-03 | add tests | lcnr | -0/+78 |
| 2023-05-29 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-27 | Auto merge of #110975 - Amanieu:panic_count, r=joshtriplett | bors | -1/+29 |
| 2023-05-27 | Rework handling of recursive panics | Amanieu d'Antras | -1/+29 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -17/+11 |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -80/+17 |
| 2023-05-27 | Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnr | bors | -0/+109 |
| 2023-05-27 | Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-05-27 | Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er... | Matthias Krüger | -2/+57 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -0/+7 |
| 2023-05-26 | Auto merge of #103291 - ink-feather-org:typeid_no_struct_match, r=dtolnay | bors | -7/+17 |
| 2023-05-26 | improve error message for calling a method on a raw pointer with an unknown p... | asquared31415 | -2/+57 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -7/+7 |
| 2023-05-26 | Blesses UI tests, add known bug to typeid-equality-by-subtyping | onestacked | -7/+17 |
| 2023-05-26 | Rollup merge of #111951 - cjgillot:uninh-comment, r=Nadrieril | Matthias Krüger | -76/+177 |
| 2023-05-26 | Rollup merge of #111947 - obeis:issue-111943, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2023-05-26 | fix for `Self` not respecting tuple Ctor privacy | Deadbeef | -0/+109 |
| 2023-05-26 | Add test for RPIT defined with different hidden types with different substs | Obei Sideg | -0/+38 |
| 2023-05-25 | Rollup merge of #111929 - compiler-errors:no-newline-apit, r=wesleywiser | Michael Goulet | -0/+44 |
| 2023-05-25 | Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot | Michael Goulet | -85/+196 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -39/+131 |
| 2023-05-25 | Add NOTE annotations. | Camille GILLOT | -75/+141 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -17/+11 |
| 2023-05-25 | Always capture slice when pattern requires checking the length | clubby789 | -85/+196 |
| 2023-05-25 | Add inter-crate test. | Camille GILLOT | -40/+75 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -27/+69 |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -1/+11 |
| 2023-05-25 | Strongly prefer alias and param-env bounds | Michael Goulet | -27/+69 |
| 2023-05-25 | Don't print newlines in APITs | Michael Goulet | -0/+44 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -1/+1 |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -80/+17 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -33/+232 |
| 2023-05-24 | Emit diagnostic for privately uninhabited uncovered witnesses. | Camille GILLOT | -1/+11 |
| 2023-05-24 | libtest: Improve error when missing `-Zunstable-options` | jyn | -1/+1 |
| 2023-05-24 | Rollup merge of #111887 - fmease:inh-proj-pp-tests, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2023-05-24 | Rollup merge of #111880 - compiler-errors:pointer-like-param-env, r=jackh726 | Matthias Krüger | -0/+52 |
| 2023-05-24 | Rollup merge of #111864 - Jules-Bertholet:sized-closures, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-05-24 | Rollup merge of #111861 - compiler-errors:rtn-in-super, r=jackh726 | Matthias Krüger | -0/+22 |
| 2023-05-24 | Add tests for pretty-printing inherent projections | León Orell Valerian Liehr | -0/+46 |
| 2023-05-23 | Rollup merge of #111761 - bvanjoi:fix-109148, r=petrochenkov | Matthias Krüger | -0/+28 |