| Age | Commit message (Expand) | Author | Lines |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -2/+2 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -1/+1 |
| 2024-07-16 | improve error message when `#[naked]` is used with `#[track-caller] and `#[ta... | Folkert | -14/+16 |
| 2024-07-16 | improve error message when `#[naked]` is used with `#[inline]` | Folkert | -40/+42 |
| 2024-07-10 | Report usage of lib features in ast validation | Michael Goulet | -17/+0 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -2/+2 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -28/+12 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -1/+1 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -28/+12 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+1 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -1/+1 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -1/+1 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -3/+11 |
| 2024-06-29 | Show `used attribute`'s kind for user when find it isn't applied to a `static... | surechen | -3/+11 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -2/+10 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-27 | Extend rules of dead code analysis for impls for adts to impls for types refe... | mu001999 | -10/+22 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -3/+6 |
| 2024-06-26 | Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors | Matthias Krüger | -10/+2 |
| 2024-06-26 | coverage: Allow `#[coverage(..)]` on `impl` and `mod` | Zalathar | -3/+6 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -16/+25 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -0/+25 |
| 2024-06-25 | Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -16/+25 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -0/+25 |
| 2024-06-25 | miri: make sure we can find link_section statics even for the local crate | Ralf Jung | -10/+2 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -63/+10 |
| 2024-06-24 | Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ... | Michael Goulet | -0/+19 |
| 2024-06-24 | coverage: Always error on `#[coverage(..)]` in unexpected places | Zalathar | -63/+10 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -34/+2 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -9/+9 |
| 2024-06-19 | Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726 | León Orell Valerian Liehr | -19/+67 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -10/+10 |
| 2024-06-18 | Mark assoc tys live only if the trait is live | mu001999 | -16/+25 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -2/+2 |
| 2024-06-16 | Show notice about "never used" for enum | long-long-float | -0/+19 |
| 2024-06-13 | Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-06-12 | Rollup merge of #126276 - mu001999-contrib:dead/enhance, r=fee1-dead | Michael Goulet | -2/+2 |
| 2024-06-12 | Detect pub structs never constructed even though they impl pub trait with ass... | r0cky | -2/+2 |
| 2024-06-12 | Add pub struct with allow(dead_code) into worklist | r0cky | -1/+1 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-11 | reachable computation: clarify comments around consts | Ralf Jung | -6/+9 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -28/+93 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -2/+34 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -25/+21 |
| 2024-06-06 | Fix formatting | carbotaniuman | -1/+0 |
| 2024-06-06 | Fix build | carbotaniuman | -1/+1 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -2/+35 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -4/+4 |