| Age | Commit message (Expand) | Author | Lines |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -9/+15 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -6/+26 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -2/+14 |
| 2025-01-15 | show deprecation message in rustdoc, too | Ralf Jung | -5/+11 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -5/+5 |
| 2025-01-14 | Rollup merge of #135505 - GuillaumeGomez:clippy, r=notriddle | Jubilee | -4/+4 |
| 2025-01-14 | Rollup merge of #135499 - lolbinarycat:rustdoc-link-underline-133484, r=Guill... | Jubilee | -0/+2 |
| 2025-01-14 | Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddle | Jubilee | -2/+23 |
| 2025-01-14 | Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n... | Jubilee | -0/+46 |
| 2025-01-14 | Fix clippy lints | Guillaume Gomez | -4/+4 |
| 2025-01-14 | fix underlining of hovered intra-doc links. | binarycat | -0/+2 |
| 2025-01-14 | Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT... | Matthias Krüger | -1/+1 |
| 2025-01-14 | Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease | Matthias Krüger | -9/+39 |
| 2025-01-14 | fix typo and unit test | binarycat | -1/+1 |
| 2025-01-14 | add disclaimer to --disable-minification | binarycat | -1/+1 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -5/+13 |
| 2025-01-14 | Made `Path::name` only have item name rather than full name | Aditya Kumar | -1/+1 |
| 2025-01-13 | for purely return-type based searches, deprioritize clone-like functions | binarycat | -0/+46 |
| 2025-01-13 | rustdoc: Eliminate `AttributesExt` | Noah Lev | -46/+23 |
| 2025-01-13 | Auto merge of #135352 - notriddle:notriddle/stability-shown, r=camelid | bors | -1/+20 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::lists` trait method as function | Noah Lev | -35/+24 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::cfg` trait method as function | Noah Lev | -83/+88 |
| 2025-01-11 | rustdoc: use import stability marker in display | Michael Howell | -1/+20 |
| 2025-01-11 | re-add --disable-minification to rustdoc | binarycat | -2/+23 |
| 2025-01-10 | rustdoc-json: Include items in stripped modules in `Crate::paths`. | Alona Enraght-Moony | -8/+15 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -2/+2 |
| 2025-01-07 | Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla... | Matthias Krüger | -1/+7 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -0/+1 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -1/+1 |
| 2025-01-06 | rustdoc: Fix mismatched capitalization in sidebar | Noah Lev | -1/+1 |
| 2025-01-06 | rustdoc: use stable paths as preferred canonical paths | Michael Howell | -1/+7 |
| 2025-01-06 | Move the has_errors check in rustdoc back to after TyCtxt is created | bjorn3 | -4/+4 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -3/+3 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -3/+3 |
| 2025-01-02 | Use `is_some_and` helper | Michael Howell | -2/+1 |
| 2025-01-02 | rustdoc: treat `allowed_through_unstable_modules` as deprecation | Michael Howell | -1/+30 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -0/+1 |
| 2024-12-31 | Fix typos | ericlehong | -4/+4 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -12/+49 |
| 2024-12-28 | nits: librustdoc::clean | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-27 | Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla... | 许杰友 Jieyou Xu (Joe) | -9/+10 |
| 2024-12-26 | rustdoc: use shorter paths as preferred canonical paths | Michael Howell | -9/+10 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -24/+22 |
| 2024-12-25 | Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomez | bors | -12/+10 |
| 2024-12-24 | nit: cleanups in `Cfg::simplify_with` | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+3 |
| 2024-12-20 | Move test into the `tests.rs` file | Guillaume Gomez | -23/+22 |
| 2024-12-20 | Split arguments from `--doctest-compilation-args` like a shell would | Guillaume Gomez | -8/+64 |
| 2024-12-20 | Add `--doctest-compilation-args` option to allow passing arguments to doctest... | Guillaume Gomez | -1/+25 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -99/+170 |