| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Add check for missing fields in enum variant pattern | Esteban Küber | -1/+1 |
| 2025-02-06 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+3 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -2/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-15 | Use `span_label` as it looks better when we show pattern missing binding in o... | Esteban Küber | -22/+5 |
| 2024-12-15 | Use `ErrorGuaranteed` more | Esteban Küber | -3/+3 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -0/+60 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -0/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -17/+20 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -1/+1 |
| 2024-11-05 | Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril | Matthias Krüger | -10/+36 |
| 2024-11-03 | Properly suggest `E::assoc` when we encounter `E::Variant::assoc` | Esteban Küber | -10/+36 |
| 2024-11-02 | Suggest fixing typos and let bindings at the same time | uellenberg | -3/+6 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -18/+19 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -18/+19 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -1/+1 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -0/+13 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -2/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -32/+26 |
| 2024-09-16 | Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwU | Matthias Krüger | -24/+25 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -2/+7 |
| 2024-09-12 | Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -17/+16 |
| 2024-09-12 | Introduce `'ra` lifetime name. | Nicholas Nethercote | -2/+2 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -17/+16 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-07 | Don't call fn_arg_names for non-fn in resolver | Michael Goulet | -24/+25 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -2/+9 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -7/+6 |
| 2024-08-07 | make `import.vis` is not mutable | bohan | -0/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -7/+6 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -20/+19 |
| 2024-07-06 | Use field ident spans directly instead of the full field span in diagnostics ... | Oli Scherer | -25/+19 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -15/+9 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -2/+2 |
| 2024-06-15 | delegation: Fix hygiene for `self` | Vadim Petrochenkov | -9/+15 |
| 2024-06-10 | Delegation: fix ICE on late diagnostics | Bryanskiy | -2/+5 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -3/+3 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -4/+4 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -2/+2 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -2/+2 |
| 2024-05-20 | Fix incorrect suggestion for undeclared hrtb lifetimes in where clauses. | surechen | -14/+87 |
| 2024-05-18 | Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank | bors | -0/+1 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -1/+3 |
| 2024-05-10 | Remove `#[macro_use] extern crate tracing` from `rustc_resolve`. | Nicholas Nethercote | -0/+1 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -2/+5 |