| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr | bors | -18/+22 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -8/+6 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -37/+0 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -8/+6 |
| 2025-07-31 | Overhaul `Constraint`. | Nicholas Nethercote | -18/+22 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -37/+0 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -6/+3 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -31/+20 |
| 2025-07-19 | Fix clippy lints in librustdoc | Guillaume Gomez | -6/+4 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -2/+2 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -8/+3 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -1/+2 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -8/+3 |
| 2025-07-15 | rustdoc-json: Structured attributes | Alona Enraght-Moony | -55/+25 |
| 2025-07-15 | Implement other logics | tiif | -1/+2 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -0/+3 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -3/+3 |
| 2025-07-12 | Fix clippy & rustdoc-json | Jonathan Brouwer | -0/+3 |
| 2025-07-08 | Fix weird rustdoc output when single and glob reexport conflict on a name | Guillaume Gomez | -23/+37 |
| 2025-07-07 | Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmease | Jacob Pratt | -2/+2 |
| 2025-07-06 | rustdoc: migrate BareFn -> FnPtr | Jubilee Young | -2/+2 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -1/+1 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -47/+49 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+3 |
| 2025-07-04 | Same for types | Michael Goulet | -2/+3 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -45/+46 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -1/+14 |
| 2025-07-03 | Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil... | Guillaume Gomez | -8/+11 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -1/+14 |
| 2025-07-03 | Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann | Jana Dönszelmann | -1/+2 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -12/+17 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+17 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -1/+1 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -1/+4 |
| 2025-06-27 | Fix rustdoc not correctly showing attributes with re-exports | Jonathan Brouwer | -1/+2 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2025-06-27 | rustdoc: fix attrs of locally reexported foreign items | binarycat | -6/+9 |
| 2025-06-27 | rustdoc: add regression test for issue 135092 | binarycat | -2/+2 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -1/+4 |
| 2025-06-26 | Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ... | Matthias Krüger | -0/+1 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -3/+3 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+4 |
| 2025-06-23 | Fix comment on NoMangle | Jonathan Brouwer | -1/+2 |
| 2025-06-23 | Update tests to work with new DocFragment field and `redundant_explicit_links... | Guillaume Gomez | -0/+1 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+10 |
| 2025-06-22 | Remove some dead code. | Nicholas Nethercote | -14/+0 |
| 2025-06-19 | De-dup common code from `ExternalCrate` methods | Yotam Ofek | -70/+52 |
| 2025-06-16 | rustdoc: skip `MetaSized` bounds | David Wood | -7/+52 |