about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-12/+17
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-2/+2
2025-07-01Improve CSS for source code block line numbersGuillaume Gomez-68/+30
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+4
2025-06-29Lazy-ify some markdown renderingYotam Ofek-86/+83
2025-06-29Don't try to guess how much to pre-allocateYotam Ofek-2/+2
2025-06-29Rollup merge of #143155 - yotamofek:pr/rustdoc/housekeeping, r=GuillaumeGomezMatthias Krüger-12/+8
2025-06-28Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, ...Matthias Krüger-0/+1
2025-06-28librustdoc: use tidy for sorting attrs and depsYotam Ofek-4/+8
2025-06-28librustdoc: remove unused feature gatesYotam Ofek-4/+0
2025-06-28librustdoc: remove unneeded `#[recursion_limit]`Yotam Ofek-1/+0
2025-06-28librustdoc: remove unneeded `#[allow]`sYotam Ofek-3/+0
2025-06-27Fix rustdoc not correctly showing attributes with re-exportsJonathan Brouwer-1/+2
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-4/+4
2025-06-27rustdoc: fix attrs of locally reexported foreign itemsbinarycat-11/+24
2025-06-27rustdoc: add regression test for issue 135092binarycat-2/+2
2025-06-27Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=Guillau...Guillaume Gomez-77/+43
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-1/+4
2025-06-26rustdoc: show attributes on enum variantsbinarycat-0/+1
2025-06-26rustdoc js: several typechecking improvmentsbinarycat-77/+43
2025-06-26Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ...Matthias Krüger-26/+65
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-4/+4
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-1/+4
2025-06-24Rollup merge of #142977 - aDotInTheVoid:rustdochtml-targetfeature, r=Guillaum...Jubilee-1/+2
2025-06-24rustdoc: Don't mark `#[target_feature]` functions as ⚠Alona Enraght-Moony-1/+2
2025-06-24Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3Matthias Krüger-13/+8
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-13/+8
2025-06-24Rollup merge of #142932 - Enselic:keep-empty-generic-params, r=aDotInTheVoidGuillaume Gomez-13/+16
2025-06-24Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomezGuillaume Gomez-1/+29
2025-06-24rustdoc-json: Keep empty generic args if parenthesizedMartin Nordholts-13/+16
2025-06-23Fix comment on NoMangleJonathan Brouwer-1/+2
2025-06-23Fixes firefox copy paste issuegstjepan2-1/+29
2025-06-23Improve code and documentationGuillaume Gomez-12/+22
2025-06-23Update tests to work with new DocFragment field and `redundant_explicit_links...Guillaume Gomez-0/+1
2025-06-23Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...Guillaume Gomez-22/+50
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-16/+14
2025-06-22Use `join_with_double_colon` in `write_shared.rs`.Nicholas Nethercote-2/+2
2025-06-22Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoidJacob Pratt-189/+169
2025-06-21Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe...bors-27/+12
2025-06-22Rename some methods.Nicholas Nethercote-8/+12
2025-06-22Use `FromClean` more.Nicholas Nethercote-121/+156
2025-06-22Remove some code.Nicholas Nethercote-32/+1
2025-06-22Remove some dead code.Nicholas Nethercote-25/+0
2025-06-22Use `sym::asterisk` to avoid a `Symbol::intern` call.Nicholas Nethercote-5/+2
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-10/+9
2025-06-21rustdoc_json: Fix handling of paths with no generic args.Nicholas Nethercote-1/+18
2025-06-21rustdoc_json: Add static asserts for the size of important types.Nicholas Nethercote-0/+30
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-79/+58
2025-06-20Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubileeJakub Beránek-1/+1
2025-06-20Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume...Jakub Beránek-71/+53