| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2025-01-08 | Add check for missing fields in enum variant pattern | Esteban Küber | -1/+1 |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+3 |
| 2024-12-22 | Fix spacing of markdown code block fences in compiler rustdoc | David Tolnay | -1/+4 |
| 2024-12-18 | Rollup merge of #134473 - acceptacross:master, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-12-18 | chore: fix some typos | acceptacross | -1/+1 |
| 2024-12-18 | Stabilize `#[diagnostic::do_not_recommend]` | Georg Semmler | -2/+1 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -24/+12 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -24/+12 |
| 2024-12-18 | Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -4/+4 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -2/+3 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -11/+12 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -4/+4 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -4/+79 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+2 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -10/+11 |
| 2024-12-16 | try fix hir-attrs perf | Jonathan Dönszelmann | -2/+3 |
| 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 | -6/+11 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -22/+21 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -2/+2 |
| 2024-12-14 | Don't make a def id for impl_trait_in_bindings | Michael Goulet | -0/+10 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -3/+90 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+22 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -1/+6 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -32/+74 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -4/+23 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -1/+2 |
| 2024-12-02 | Add a helper method for extracting spans from AttrArgsEq | Oli Scherer | -2/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -1/+1 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -1/+2 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -147/+28 |
| 2024-11-27 | Auto merge of #133274 - ehuss:macro_rules-edition-from-pm, r=compiler-errors | bors | -1/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -24/+26 |
| 2024-11-25 | Rollup merge of #133105 - bvanjoi:issue-132743, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -15/+17 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -1/+1 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-23 | Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -3/+31 |
| 2024-11-23 | only store valid proc marco item for doc link | bohan | -15/+17 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -3/+31 |
| 2024-11-21 | Re-delay a resolve `bug` | Jieyou Xu | -3/+3 |
| 2024-11-20 | Use edition of `macro_rules` when compiling the macro | Eric Huss | -1/+1 |
| 2024-11-20 | Store resolution for self and crate root module segments | Michael Goulet | -4/+10 |
| 2024-11-19 | Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov | bors | -92/+51 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -1/+1 |