about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-03-04Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomezYuki Okushi-51/+69
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-109/+224
2021-03-03Pass `CrateNum` by value instead of by referenceCamelid-3/+3
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+54
2021-03-02Use Arial as fallback font instead of sans-serif.Jacob Hoffman-Andrews-3/+3
2021-03-02Improve page load performance in rustdoc.Jacob Hoffman-Andrews-2/+10
2021-03-02Load rustdoc's JS search index on-demand.Jacob Hoffman-Andrews-51/+69
2021-03-02Report that `doc(plugins)` doesn't work using diagnostics instead of `println!`Joshua Nelson-4/+2
2021-03-02Clean up error reporting for deprecated passesJoshua Nelson-26/+36
2021-03-02Rollup merge of #82597 - noslaver:fix-82137, r=nagisaYuki Okushi-15/+12
2021-03-02Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichtonYuki Okushi-0/+5
2021-03-01Address review commentsJoshua Nelson-3/+14
2021-03-01Improve error messagesJoshua Nelson-0/+4
2021-03-01Add `declare_rustdoc_lint!` macroJoshua Nelson-14/+22
2021-03-01Move lint machinery into a separate fileJoshua Nelson-180/+183
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-44/+133
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+2
2021-03-02Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomezGuillaume Gomez-132/+79
2021-03-02Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-SimulacrumGuillaume Gomez-0/+81
2021-03-01Get TyCtxt from self instead of passing as argument in AutoTraitFinderNoam Koren-15/+12
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-5/+2
2021-03-01Remove unused `RenderInfo` structJoshua Nelson-53/+6
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-82/+79
2021-02-28Always compile rustdoc with debug logging enabled when `download-rustc` is setJoshua Nelson-0/+81
2021-02-28Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnrbors-48/+33
2021-02-28Remove unnecessary `self_ty` parameter to `get_blanket_impls`Joshua Nelson-48/+33
2021-02-28Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkovbors-1/+0
2021-02-28Run some rustc passes in rustdocGuillaume Gomez-0/+2
2021-02-27Rollup merge of #82584 - tazjin:rustdoc-aria, r=GuillaumeGomezDylan DPC-1/+1
2021-02-27Rollup merge of #82563 - lucas-deangelis:issue-82209-fix, r=jyn514Dylan DPC-0/+8
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-1/+0
2021-02-27Teach rustdoc how to display WASI.Dan Gohman-0/+5
2021-02-27Add ARIA role to sidebar toggle in RustdocVincent Ambo-1/+1
2021-02-27Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomezbors-6/+14
2021-02-26Update src/librustdoc/passes/collect_intra_doc_links.rsLucas De Angelis-1/+1
2021-02-26Fix formattingLucas De Angelis-1/+6
2021-02-26Fix intra-doc handling of `Self` in enumLucas De Angelis-0/+3
2021-02-26Rollup merge of #82549 - rust-lang:revert-82313-update-normalize-css, r=apirainoGuillaume Gomez-1/+1
2021-02-26Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomezGuillaume Gomez-2/+14
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-26Revert "Update normalize.css to 8.0.1"Guillaume Gomez-1/+1
2021-02-26Embed woff2 files in rustdoc binary.Jacob Hoffman-Andrews-0/+8
2021-02-26Add optional woff2 versions of FiraSans.Jacob Hoffman-Andrews-2/+6
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-7/+71
2021-02-25Rollup merge of #82484 - bugadani:docfix, r=jyn514Aaron Hill-1/+11
2021-02-25Auto merge of #82517 - Dylan-DPC:rollup-a1958gb, r=Dylan-DPCbors-18/+23
2021-02-25Rollup merge of #82313 - jsha:update-normalize-css, r=GuillaumeGomezDylan DPC-1/+1
2021-02-25Rollup merge of #81575 - camelid:rustdoc-wrongnamespace-cleanup, r=jyn514Dylan DPC-17/+22
2021-02-25Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514bors-6/+23
2021-02-24Fix back-forward cache in rustdoc frontend.Jacob Hoffman-Andrews-6/+14