| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Fix grammar of --test-runtool-arg help text | Eric Huss | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -8/+8 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -0/+2 |
| 2025-04-10 | lazify `render_assoc_items_inner` | Yotam Ofek | -37/+54 |
| 2025-04-10 | make `doc_impl_item` and `render_default_items` receive `impl fmt::Write` | Yotam Ofek | -126/+108 |
| 2025-04-10 | make `link_tooltip` return `impl fmt::Display` | Yotam Ofek | -27/+30 |
| 2025-04-10 | make `AllTypes::print` return `impl fmt::Display` | Yotam Ofek | -40/+36 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -14/+14 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -0/+2 |
| 2025-04-10 | Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomez | Matthias Krüger | -20/+17 |
| 2025-04-10 | Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,... | Matthias Krüger | -10/+12 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -14/+14 |
| 2025-04-09 | Rollup merge of #139488 - GuillaumeGomez:add-missing-gui-test, r=camelid | Matthias Krüger | -1/+1 |
| 2025-04-09 | rustdoc: Enable Markdown extensions when looking for doctests | Noah Lev | -1/+1 |
| 2025-04-09 | librustdoc: remove IndexItem::new, use previous fields constructor | xizheyin | -51/+19 |
| 2025-04-08 | Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr | Matthias Krüger | -6/+6 |
| 2025-04-08 | Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc... | Stuart Cook | -22/+22 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -6/+6 |
| 2025-04-07 | Fix CSS | Guillaume Gomez | -1/+1 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -3/+0 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+1 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -3/+0 |
| 2025-04-06 | Update rinja version in `generate-copyright` | Guillaume Gomez | -2/+2 |
| 2025-04-05 | Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=... | Stuart Cook | -46/+100 |
| 2025-04-04 | Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmease | Matthias Krüger | -3/+5 |
| 2025-04-03 | Rollup merge of #139255 - GuillaumeGomez:unused-var-merged-doctest, r=fmease | Matthias Krüger | -1/+0 |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -6/+7 |
| 2025-04-03 | Use `eprint!` instead of `eprintln!` | Guillaume Gomez | -1/+1 |
| 2025-04-03 | Fix 2024 edition doctest panic output | Guillaume Gomez | -3/+5 |
| 2025-04-03 | Update to new rinja version (askama) | Guillaume Gomez | -22/+22 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -2/+2 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -6/+7 |
| 2025-04-03 | Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=... | Matthias Krüger | -0/+3 |
| 2025-04-02 | rustdoc js: satisfy eslint | binarycat | -4/+4 |
| 2025-04-02 | rustdoc: make settings checkboxes always square | binarycat | -0/+3 |
| 2025-04-02 | settings.js: fix whitespace | binarycat | -1/+1 |
| 2025-04-02 | settings.js: add elemContainsTarget utility function | binarycat | -6/+15 |
| 2025-04-02 | main.js: make hideAllModals docs clearer | binarycat | -1/+1 |
| 2025-04-02 | settings.js: make top-level code typecheck | binarycat | -9/+13 |
| 2025-04-02 | settings.js: add some null checks to buildSettingsPage | binarycat | -2/+8 |
| 2025-04-02 | settings.js: refactor settingsBlurHandler | binarycat | -5/+14 |
| 2025-04-02 | settings.js: remove dead code for adding <hr> to settings page | binarycat | -5/+0 |
| 2025-04-02 | settings.js: add new rustdoc.Setting interface | binarycat | -17/+36 |
| 2025-04-02 | settings.js: begin typechecking migration | binarycat | -7/+19 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -8/+4 |
| 2025-04-02 | Remove unused variables generated in merged doctests | Guillaume Gomez | -1/+0 |
| 2025-04-02 | Rollup merge of #138913 - lolbinarycat:rustdoc-js-less-expect-error-part4, r=... | Stuart Cook | -82/+121 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -8/+4 |