summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-01-05Make rustdoc headings black, and markdown blueJacob Hoffman-Andrews-4/+4
2021-11-26Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomezMatthias Krüger-51/+11
2021-11-26Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jshaMatthias Krüger-4/+6
2021-11-26Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514Matthias Krüger-43/+43
2021-11-26Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichtonMatthias Krüger-6/+11
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-51/+11
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-38/+37
2021-11-26Update the first heading indent rule so it is only applied on the first headi...Guillaume Gomez-4/+6
2021-11-27Add trace statementsDeadbeef-0/+2
2021-11-27Fix another ICE in rustdoc scrape_examplesDeadbeef-6/+9
2021-11-26Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jshaMatthias Krüger-0/+4
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-36/+39
2021-11-25Clean up `clean` re-exportsNoah Lev-10/+8
2021-11-25Fix invalid scrollbar display on source code pageGuillaume Gomez-0/+4
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-42/+44
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-1/+1
2021-11-24Update commentNoah Lev-1/+1
2021-11-24Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomezbors-20/+8
2021-11-24Rollup merge of #91179 - GuillaumeGomez:a-color, r=jshaGuillaume Gomez-0/+6
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-20/+2
2021-11-24Remove `ResolvedPath.did`Noah Lev-30/+29
2021-11-24Use `path.def_id()` in `Type::inner_def_id()`Noah Lev-1/+1
2021-11-24Return the actual `DefId` for assoc. items in `register_res`Noah Lev-11/+14
2021-11-24Fix clicking on anchors inside summary tags.Jacob Hoffman-Andrews-1/+1
2021-11-24Fix more <a> colorGuillaume Gomez-0/+6
2021-11-23Auto merge of #91149 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514bors-7/+14
2021-11-23Fix RustDocEsteban Kuber-1/+1
2021-11-23Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G...Matthias Krüger-0/+8
2021-11-23Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514bors-2/+13
2021-11-22fix(doctest): detect extern crate items in statement doctestsMichael Howell-7/+14
2021-11-22Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomezMatthias Krüger-28/+39
2021-11-22Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomezbors-33/+4
2021-11-22Add GUI test for clicking on non-toggle summaryJacob Hoffman-Andrews-1/+1
2021-11-22Set color for <a> in a more straightforward wayJacob Hoffman-Andrews-28/+39
2021-11-22Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jshabors-10/+10
2021-11-21Auto merge of #90844 - camelid:cleanup-vis, r=jyn514bors-74/+41
2021-11-21Inhibit clicks on summary's childrenJacob Hoffman-Andrews-0/+8
2021-11-20Remove styles for details.undocumentedJacob Hoffman-Andrews-33/+4
2021-11-21Auto merge of #91073 - camelid:small-cleanups, r=jyn514bors-6/+10
2021-11-20Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomezbors-39/+28
2021-11-20Move `scripts` on the rustdoc template into `head` and apply the `defer` attr...Ken Matsui-10/+10
2021-11-20Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jshaMatthias Krüger-4/+4
2021-11-20Reduce prominence of item-infosJacob Hoffman-Andrews-20/+2
2021-11-19rustdoc: Move doc-reachability visiting back to cleaningNoah Lev-3/+6
2021-11-19rustdoc: Record aliases as SymbolsNoah Lev-6/+6
2021-11-19rustdoc: Add static size assertion for DocFragmentNoah Lev-0/+4
2021-11-19rustdoc: Merge visits of extern crates into one loopNoah Lev-14/+10
2021-11-19rustdoc: Remove `Crate.externs` and compute on-demand insteadNoah Lev-23/+16
2021-11-20Rollup merge of #91054 - camelid:fix-tags, r=GuillaumeGomezMatthias Krüger-3/+3
2021-11-20Rollup merge of #91026 - notriddle:notriddle/rustdoc-doctest-semicolon, r=jyn514Matthias Krüger-10/+7