| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -6/+87 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -0/+25 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -31/+42 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -5/+57 |
| 2023-11-04 | Add tests | Nadrieril | -0/+96 |
| 2023-11-04 | document ABI compatibility | Ralf Jung | -4/+4 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -193/+349 |
| 2023-11-04 | add test for issue 117146 | Rémy Rakic | -0/+100 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -109/+0 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -168/+182 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -2/+54 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2023-11-03 | default Aggregate ABI to Indirect, and make sure it's never used for unsized | Ralf Jung | -0/+11 |
| 2023-11-03 | move ABI sanity check from LLVM codegen backend to ABI computation logic | Ralf Jung | -3/+5 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -142/+142 |
| 2023-11-03 | Emit explanatory note for move errors in packed struct derives | Gurinder Singh | -0/+271 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-11-03 | Auto merge of #117131 - compiler-errors:projection-oops, r=lcnr | bors | -20/+35 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -37/+51 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -142/+142 |
| 2023-11-02 | Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds | Michael Goulet | -0/+11 |
| 2023-11-02 | Use the normalizing param-env always in check_type_bounds | Michael Goulet | -20/+24 |
| 2023-11-02 | Fix incorrect trait bound restriction suggestion | Esteban Küber | -0/+42 |
| 2023-11-02 | review + add tests | lcnr | -0/+41 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -37/+10 |
| 2023-11-02 | add test for #113375 | Matthias Krüger | -0/+18 |
| 2023-11-02 | add test for #113381 | Matthias Krüger | -0/+26 |
| 2023-11-02 | Auto merge of #117513 - matthiaskrgr:rollup-jvl6y84, r=matthiaskrgr | bors | -0/+54 |
| 2023-11-02 | Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2023-11-02 | Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnr | Matthias Krüger | -0/+29 |
| 2023-11-02 | Auto merge of #117466 - compiler-errors:alias-bound, r=aliemjay | bors | -0/+55 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -0/+55 |
| 2023-11-02 | Auto merge of #117204 - nnethercote:rustc_ast_passes, r=compiler-errors | bors | -3/+3 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -0/+25 |
| 2023-11-02 | Always do all the pattern checks | Nadrieril | -4/+22 |
| 2023-11-02 | Add regression test for pattern checks | Nadrieril | -0/+72 |
| 2023-11-02 | Tweak diagnostic for consistency | Nadrieril | -57/+109 |
| 2023-11-02 | Hint optimizer about reserved capacity | Kornel | -1/+1 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -19/+44 |
| 2023-11-01 | Remove a false statement from Unsize docs, add a test | Michael Goulet | -0/+29 |
| 2023-11-01 | Auto merge of #117289 - estebank:issue-72298, r=cjgillot | bors | -0/+94 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+27 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -19/+44 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -15/+65 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -198/+215 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -56/+15 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -3/+10 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -2/+27 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -13/+31 |
| 2023-10-31 | Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgr | bors | -3/+116 |