about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-04-18Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information...Matthias Krüger-0/+60
2025-04-17Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomezMatthias Krüger-25/+27
2025-04-17rustdoc: Properly clean fn params in all contextsLeón Orell Valerian Liehr-35/+32
2025-04-17rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...León Orell Valerian Liehr-134/+107
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-25/+27
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-19/+13
2025-04-17Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomezMatthias Krüger-46/+63
2025-04-15rustdoc: Output target feature informationWill Glynn-0/+60
2025-04-15Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume...Matthias Krüger-230/+228
2025-04-15Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil...León Orell Valerian Liehr-71/+7
2025-04-15Avoid using `kw::Empty` for param names in rustdoc.Nicholas Nethercote-8/+11
2025-04-15Avoid using `kw::Empty` when comparing names.Nicholas Nethercote-4/+7
2025-04-15Avoid another `kw::Empty` use.Nicholas Nethercote-1/+1
2025-04-15Remove another `kw::Empty` use in rustdoc.Nicholas Nethercote-23/+31
2025-04-15Remove some `kw::Empty` uses in rustdoc.Nicholas Nethercote-16/+19
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-7/+7
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-2/+2
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-1/+1
2025-04-14Fix grammar of --test-runtool-arg help textEric Huss-1/+1
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-8/+8
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-0/+2
2025-04-10lazify `render_assoc_items_inner`Yotam Ofek-37/+54
2025-04-10make `doc_impl_item` and `render_default_items` receive `impl fmt::Write`Yotam Ofek-126/+108
2025-04-10make `link_tooltip` return `impl fmt::Display`Yotam Ofek-27/+30
2025-04-10make `AllTypes::print` return `impl fmt::Display`Yotam Ofek-40/+36
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-14/+14
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-0/+2
2025-04-10Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddleMatthias Krüger-1/+1
2025-04-10Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomezMatthias Krüger-20/+17
2025-04-10Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,...Matthias Krüger-10/+12
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-14/+14
2025-04-09Rollup merge of #139488 - GuillaumeGomez:add-missing-gui-test, r=camelidMatthias Krüger-1/+1
2025-04-09rustdoc: Enable Markdown extensions when looking for doctestsNoah Lev-1/+1
2025-04-09librustdoc: remove IndexItem::new, use previous fields constructorxizheyin-51/+19
2025-04-08Rollup merge of #139509 - xizheyin:issue-139359, r=lcnrMatthias Krüger-6/+6
2025-04-08Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc...Stuart Cook-22/+22
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-6/+6
2025-04-07Fix CSSGuillaume Gomez-1/+1
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-3/+0
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+1
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-3/+0
2025-04-06Update rinja version in `generate-copyright`Guillaume Gomez-2/+2
2025-04-05Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=...Stuart Cook-46/+100
2025-04-04Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmeaseMatthias Krüger-3/+5
2025-04-03Rollup merge of #139255 - GuillaumeGomez:unused-var-merged-doctest, r=fmeaseMatthias Krüger-1/+0
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-6/+7
2025-04-03Use `eprint!` instead of `eprintln!`Guillaume Gomez-1/+1
2025-04-03Fix 2024 edition doctest panic outputGuillaume Gomez-3/+5
2025-04-03Update to new rinja version (askama)Guillaume Gomez-22/+22
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-2/+2