| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -4/+4 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -1/+2 |
| 2025-03-28 | Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmease | Matthias Krüger | -357/+267 |
| 2025-03-27 | Remove and stabilize --enable-per-target-ignores | Eric Huss | -54/+15 |
| 2025-03-27 | Stabilize --test-runtool and --test-runtool-arg | Eric Huss | -2/+2 |
| 2025-03-27 | Rename `--runtool` and `--runtool-arg` | Eric Huss | -12/+12 |
| 2025-03-27 | search.js: revert usage of nonundef for now (not available under test) | binarycat | -2/+3 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+1 |
| 2025-03-27 | Auto merge of #139023 - jhpratt:rollup-4ou6ei4, r=jhpratt | bors | -8/+5 |
| 2025-03-27 | Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr | Jacob Pratt | -6/+3 |
| 2025-03-27 | Only take outer attributes into account when generating content between first... | Guillaume Gomez | -120/+19 |
| 2025-03-27 | librustdoc: also stabilize iteration order here | Augie Fackler | -1/+2 |
| 2025-03-27 | Remove recursion in `check_item` | Guillaume Gomez | -16/+4 |
| 2025-03-27 | Add new regression test for doctest | Guillaume Gomez | -0/+131 |
| 2025-03-27 | Auto merge of #138927 - nnethercote:rearrange-Item-ItemInner, r=GuillaumeGomez | bors | -37/+46 |
| 2025-03-27 | Improve code | Guillaume Gomez | -34/+29 |
| 2025-03-27 | Add `expect` to the list of non-crate attributes for doctest generation | Guillaume Gomez | -1/+1 |
| 2025-03-27 | Improve code comment | Guillaume Gomez | -2/+2 |
| 2025-03-27 | Improve comment and test for generated doctest with code comments | Guillaume Gomez | -3/+26 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -18/+62 |
| 2025-03-27 | Correctly handle `fn main` in macro | Guillaume Gomez | -18/+35 |
| 2025-03-27 | Greatly simplify doctest parsing and information extraction | Guillaume Gomez | -323/+136 |
| 2025-03-27 | Remove `kw::Empty` uses from `src/librustdoc`. | Nicholas Nethercote | -6/+3 |
| 2025-03-26 | satisfy eslint | binarycat | -3/+3 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -2/+2 |
| 2025-03-25 | Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez | Jacob Pratt | -38/+38 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -4/+5 |
| 2025-03-26 | rustdoc: Rearrange `Item`/`ItemInner`. | Nicholas Nethercote | -37/+46 |
| 2025-03-25 | rustdoc: remove useless `Symbol::is_empty` checks. | Nicholas Nethercote | -38/+38 |
| 2025-03-25 | ignore doctests only in specified targets | Takayuki Maeda | -4/+5 |
| 2025-03-24 | search.js: fix whitespace | binarycat | -1/+1 |
| 2025-03-24 | search.js: give type annotation to newSolutions | binarycat | -2/+2 |
| 2025-03-24 | search.js: give type to unifiedGenericsMgens | binarycat | -2/+1 |