| Age | Commit message (Expand) | Author | Lines |
| 2025-04-05 | Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=... | Stuart Cook | -46/+100 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -1/+2 |
| 2025-03-27 | search.js: revert usage of nonundef for now (not available under test) | binarycat | -2/+3 |
| 2025-03-27 | librustdoc: also stabilize iteration order here | Augie Fackler | -1/+2 |
| 2025-03-26 | satisfy eslint | binarycat | -3/+3 |
| 2025-03-25 | Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez | Jacob Pratt | -26/+36 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -4/+5 |
| 2025-03-25 | rustdoc: remove useless `Symbol::is_empty` checks. | Nicholas Nethercote | -26/+36 |
| 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 |
| 2025-03-24 | search.js: fix return type of unifyFunctionTypes | binarycat | -2/+1 |
| 2025-03-24 | search.js: use @type instead of @ts-expect-error | binarycat | -5/+1 |
| 2025-03-24 | search.js: fix signature of pushText | binarycat | -9/+5 |
| 2025-03-24 | search.js: refactor transformResults | binarycat | -14/+27 |
| 2025-03-24 | search.js: remove another Map.has() and @ts-expect-error | binarycat | -3/+3 |
| 2025-03-24 | search.js(query parser): rethrow error if it isn't a string array | binarycat | -3/+7 |
| 2025-03-24 | search.js: add undef2null and eliminate more @ts-expect-error | binarycat | -10/+21 |
| 2025-03-24 | search.js: refactor handling of rawPaths in buildIndex | binarycat | -20/+22 |
| 2025-03-24 | search.js: improve typechecking by avoiding Map.has | binarycat | -13/+8 |
| 2025-03-24 | rustdoc js: add nonundef and use it to remove a ts-expect-error | binarycat | -5/+28 |
| 2025-03-23 | Rollup merge of #138574 - lolbinarycat:rustdoc-deref-24686-v2, r=GuillaumeGomez | Jacob Pratt | -3/+18 |
| 2025-03-22 | Rollup merge of #138468 - lolbinarycat:rustdoc-js-less-expect-error-part3, r=... | Matthias Krüger | -9/+70 |
| 2025-03-22 | rustdoc: be more strict about "Methods from Deref" | binarycat | -3/+18 |
| 2025-03-22 | Rollup merge of #138535 - yotamofek:pr/rustdoc/lang-string-parse-cleanup, r=n... | Matthias Krüger | -44/+41 |
| 2025-03-18 | Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr | bors | -15/+14 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -15/+14 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -15/+14 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -24/+24 |
| 2025-03-16 | Rollup merge of #136816 - yotamofek:pr/notable-traits-button-cleanup, r=aDotI... | Jacob Pratt | -21/+11 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -24/+24 |
| 2025-03-15 | Add RTN support to rustdoc | Michael Goulet | -0/+3 |
| 2025-03-15 | refactor `notable_traits_button` to use iterator combinators instead of for loop | Yotam Ofek | -21/+11 |
| 2025-03-15 | Cleanup `LangString::parse` | Yotam Ofek | -44/+41 |