summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-03-10Add testDániel Buga-0/+11
2021-03-10Remove duplicate stringDániel Buga-1/+0
2021-03-10[intra-doc links] Don't check feature gates of items re-exported across cratesJoshua Nelson-0/+3
2021-03-10rustdoc: treat edition 2021 as unstableEric Huss-12/+2
2021-02-13Do not ICE on range patterns in function argumentsLeSeulArtichaut-4/+1
2021-02-13Revert "Get rid of custom pretty-printing in rustdoc"LeSeulArtichaut-1/+71
2021-02-06Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514Mara Bos-1/+6
2021-02-06Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnayMara Bos-1/+0
2021-02-05Rollup merge of #81763 - camelid:rustdoc-passes-desc-up, r=GuillaumeGomezMara Bos-7/+7
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-5/+4
2021-02-05Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514Mara Bos-11/+11
2021-02-05Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514Mara Bos-11/+9
2021-02-04Cleanup rustdoc pass descriptions a bitCamelid-7/+7
2021-02-03Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomezGuillaume Gomez-2/+2
2021-02-03Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic...Guillaume Gomez-2/+10
2021-02-02Better styling of "Switch result tab" shortcutSmitty-2/+2
2021-02-02Bind all clean::Type variants and remove FIXMEGuillaume Gomez-2/+10
2021-02-02Make rustdoc respect `--error-format short`Alexis Bourget-1/+6
2021-02-02Rollup merge of #81630 - GuillaumeGomez:overflow-sidebar-title-text, r=pickfireJonas Schievink-0/+8
2021-02-02Rollup merge of #81492 - camelid:rustdoc-internal-mod-vis, r=GuillaumeGomezJonas Schievink-1/+3
2021-02-02Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27bors-14/+27
2021-02-01Fix overflowing text on mobile when sidebar is displayedGuillaume Gomez-0/+8
2021-02-01Put back primitives in searchGuillaume Gomez-14/+27
2021-02-01Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157Jonas Schievink-11/+2
2021-01-31rustdoc: Note why `rustdoc::html::markdown` is publicCamelid-1/+3
2021-01-31Improve resize handlingGuillaume Gomez-1/+1
2021-01-31Prevent search section to go over search inputGuillaume Gomez-1/+1
2021-01-31Remove unneeded explicit width from search resultsGuillaume Gomez-9/+0
2021-01-31Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomezJonas Schievink-0/+4
2021-01-31Rollup merge of #81558 - pickfire:patch-5, r=GuillaumeGomezJonas Schievink-1/+2
2021-01-31Remove extra trailing spacesIvan Tham-1/+1
2021-01-31Fix docblock short code missing end whitespacesIvan Tham-0/+3
2021-01-31Improve docblock readability on small screenIvan Tham-0/+4
2021-01-31Fix ascii art text wrapping in mobileIvan Tham-3/+1
2021-01-30Balance sidebar `Deref` cycle check with main contentJ. Ryan Stinnett-7/+11
2021-01-30Rollup merge of #81512 - GuillaumeGomez:cleanup-fixme-rustdoc, r=bugadaniYuki Okushi-2/+1
2021-01-30Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...Yuki Okushi-13/+21
2021-01-30rustdoc tweakingbors-512/+520
2021-01-29rustdoc: Move `display_fn` struct inside `display_fn`Camelid-11/+11
2021-01-29Add missiong variants in match bindingGuillaume Gomez-2/+1
2021-01-28Remove struct_type from union output and bump formatRune Tynan-5/+4
2021-01-28Fix has_body for trait methodsRune Tynan-11/+9
2021-01-28rustdoc: Remove unnecessary optionalCamelid-13/+21
2021-01-29Rollup merge of #81459 - probablykasper:text-selection-fix, r=Nemo157Yuki Okushi-32/+32
2021-01-29Rollup merge of #81287 - CraftSpider:json-crate, r=jyn514,GuillaumeGomezYuki Okushi-546/+51
2021-01-29Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514Yuki Okushi-6/+15
2021-01-28Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157Yuki Okushi-7/+17
2021-01-28Rollup merge of #81284 - jyn514:impl-times, r=wesleywiserYuki Okushi-16/+18
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-2/+37
2021-01-27rustdoc: Render HRTB correctly for bare functionsCamelid-6/+15