about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-06-04Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmeaseGuillaume Gomez-8/+11
2024-06-04Use checked_subSergi-Ferrez-6/+7
2024-06-04Update code format and testsSergi-Ferrez-2/+2
2024-06-04Include trailing commas in functionsSergi-Ferrez-10/+12
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-1/+1
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-251/+24
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-116/+139
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-116/+139
2024-05-30remove tracing tree indent lineslcnr-1/+0
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-9/+12
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-1/+1
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-27/+51
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-35/+94
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-19/+38
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-35/+94
2024-05-19Don't strip items with inherited visibility in AliasedNonLocalStripperMichael Goulet-2/+7
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-34/+34
2024-05-18Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmeaseMatthias Krüger-2/+2
2024-05-18Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomezbors-29/+54
2024-05-17Rename Unsafe to SafetySantiago Pastorino-34/+34
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+8
2024-05-14improve maybe_consume_incorrect_semicolonardi-2/+2
2024-05-13split out AliasTy -> AliasTermMichael Goulet-6/+27
2024-05-11Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume...Matthias Krüger-0/+62
2024-05-11Always hide private fields in aliased typeUrgau-0/+62
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-0/+1
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-4/+4
2024-05-08Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errorsMatthias Krüger-5/+5
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-5/+5
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-32/+19
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-24/+46
2024-05-06Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddleMatthias Krüger-0/+5
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+5
2024-05-05rustdoc: dedup search form HTMLMichael Howell-24/+46
2024-05-05Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomezGuillaume Gomez-23/+70
2024-05-04Simplify `markdown_input` fn and subsequent logicUrgau-14/+8
2024-05-04Add `-` (stdin) support to rustdocUrgau-24/+55
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+5
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-251/+24
2024-04-29Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk许杰友 Jieyou Xu (Joe)-17/+14
2024-04-28Add some missing comments to describe what the inlined SVG isGuillaume Gomez-0/+4
2024-04-28Inline `wheel.svg` into CSSGuillaume Gomez-3/+14
2024-04-28Inline `clipboard.svg` into CSSGuillaume Gomez-3/+11
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-17/+14
2024-04-26put `hir::AnonConst` on the hir arenaOli Scherer-2/+5
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-1/+1
2024-04-25Fix some typos in commentsTechVest-2/+2