about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-09-28rustdoc: add doc comment to DocVisitorbinarycat-2/+9
2024-09-28Improve mistyped docblock attribute warning messagesGuillaume Gomez-31/+27
2024-09-28Add warning if `standalone-crate` is mistypedGuillaume Gomez-0/+14
2024-09-28Improve code for codeblock invalid attributesGuillaume Gomez-25/+18
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-6/+6
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-27rustdoc: lists items that contain multiple paragraphs are more clearbinarycat-0/+7
2024-09-27Auto merge of #130857 - lukas-code:no-clones-allowed, r=notriddlebors-44/+42
2024-09-26Rollup merge of #130706 - GuillaumeGomez:remove-unneeded-jinja-comments, r=no...Jubilee-50/+50
2024-09-27Remove unneeded jinja comments in templatesGuillaume Gomez-50/+50
2024-09-26rustdoc: consolidate prefers-reduced-motion-gated rulesetszopsicle-6/+4
2024-09-26rustdoc: do not animate when user prefers reduced motionzopsicle-7/+14
2024-09-25don't clone `clean::Item` in `TypeImplCollector`Lukas Markeffsky-9/+9
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-15/+15
2024-09-25de-rc external traitsLukas Markeffsky-21/+19
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-25Remove `HirCollector::map`.Nicholas Nethercote-12/+4
2024-09-25Remove `HirCollector::sess`.Nicholas Nethercote-11/+7
2024-09-25Auto merge of #130803 - cuviper:file-buffered, r=joshtriplettbors-4/+4
2024-09-24Rollup merge of #130798 - lukas-code:doc-stab, r=notriddleTrevor Gross-1/+39
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-4/+4
2024-09-24rustdoc: inherit parent's stability where applicableLukas Markeffsky-1/+39
2024-09-24Fix toolsMichael Goulet-5/+4
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-172/+371
2024-09-23Tweak breadcrumbs listMichael Howell-11/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-256/+232
2024-09-22Generate line numbers for non-rust code examples as wellGuillaume Gomez-7/+9
2024-09-22Strip last backline from non-rust code examplesGuillaume Gomez-5/+5
2024-09-20Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddleGuillaume Gomez-2/+9
2024-09-20Improve paddings for code blocks line numbersGuillaume Gomez-2/+6
2024-09-20Revert additional scraped examples heightGuillaume Gomez-0/+3
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-41/+54
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-11/+2
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-38/+44
2024-09-17Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-2/+2
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-11Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomezbors-202/+184
2024-09-10rustdoc: tweak spacing in toolbarMichael Howell-3/+9
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-37/+67
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-153/+311
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-169/+435
2024-09-09Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomezbors-197/+215
2024-09-09Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT...Jubilee-54/+52
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-179/+195
2024-09-07rustdoc: use `LocalDefId` for inline stmtMichael Howell-20/+22
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-135/+402
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-35/+34
2024-09-07Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,...Matthias Krüger-5/+6
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-1/+3
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-38/+44