about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-9/+15
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-6/+26
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-2/+14
2025-01-15show deprecation message in rustdoc, tooRalf Jung-5/+11
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-5/+5
2025-01-14Rollup merge of #135505 - GuillaumeGomez:clippy, r=notriddleJubilee-4/+4
2025-01-14Rollup merge of #135499 - lolbinarycat:rustdoc-link-underline-133484, r=Guill...Jubilee-0/+2
2025-01-14Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddleJubilee-2/+23
2025-01-14Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n...Jubilee-0/+46
2025-01-14Fix clippy lintsGuillaume Gomez-4/+4
2025-01-14fix underlining of hovered intra-doc links.binarycat-0/+2
2025-01-14Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT...Matthias Krüger-1/+1
2025-01-14Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmeaseMatthias Krüger-9/+39
2025-01-14fix typo and unit testbinarycat-1/+1
2025-01-14add disclaimer to --disable-minificationbinarycat-1/+1
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-5/+13
2025-01-14Made `Path::name` only have item name rather than full nameAditya Kumar-1/+1
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2025-01-13rustdoc: Eliminate `AttributesExt`Noah Lev-46/+23
2025-01-13Auto merge of #135352 - notriddle:notriddle/stability-shown, r=camelidbors-1/+20
2025-01-12rustdoc: Extract `AttributesExt::lists` trait method as functionNoah Lev-35/+24
2025-01-12rustdoc: Extract `AttributesExt::cfg` trait method as functionNoah Lev-83/+88
2025-01-11rustdoc: use import stability marker in displayMichael Howell-1/+20
2025-01-11re-add --disable-minification to rustdocbinarycat-2/+23
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-8/+15
2025-01-08Rename PatKind::Lit to ExprOli Scherer-2/+2
2025-01-07Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla...Matthias Krüger-1/+7
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-0/+1
2025-01-06Rollup merge of #135116 - camelid:sidebar-case, r=fmeaseJacob Pratt-1/+1
2025-01-06rustdoc: Fix mismatched capitalization in sidebarNoah Lev-1/+1
2025-01-06rustdoc: use stable paths as preferred canonical pathsMichael Howell-1/+7
2025-01-06Move the has_errors check in rustdoc back to after TyCtxt is createdbjorn3-4/+4
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-3/+3
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-3/+3
2025-01-02Use `is_some_and` helperMichael Howell-2/+1
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-1/+30
2024-12-31add guard patterns to HIR and implement loweringMax Niederman-0/+1
2024-12-31Fix typosericlehong-4/+4
2024-12-31Unsafe binder support in rustdocMichael Goulet-12/+49
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-9/+10
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-9/+10
2024-12-25Improve rustdoc codeGuillaume Gomez-24/+22
2024-12-25Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomezbors-12/+10
2024-12-24nit: cleanups in `Cfg::simplify_with`Alexis (Poliorcetics) Bourget-12/+10
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+3
2024-12-20Move test into the `tests.rs` fileGuillaume Gomez-23/+22
2024-12-20Split arguments from `--doctest-compilation-args` like a shell wouldGuillaume Gomez-8/+64
2024-12-20Add `--doctest-compilation-args` option to allow passing arguments to doctest...Guillaume Gomez-1/+25
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-99/+170