summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-10-01rustdoc: Style of [src] link for trait implementorsVitaly _Vi Shukela-1/+8
2017-09-29rustdoc: Render [src] links for trait implementors (#43893)Vitaly _Vi Shukela-1/+10
2017-09-29rustdoc: Extract converter from Impementor to Item to a fnVitaly _Vi Shukela-13/+19
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-3/+3
2017-09-24Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavusGuillaume Gomez-1/+1
2017-09-23Fix warning position in rustdoc code blocksGuillaume Gomez-1/+1
2017-09-23Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavusCorey Farwell-2/+4
2017-09-22Add support for `..=` syntaxAlex Burka-3/+3
2017-09-20Auto merge of #44350 - GuillaumeGomez:id-false-positive, r=QuietMisdreavusbors-24/+44
2017-09-19Improve how warnings are displayedGuillaume Gomez-24/+44
2017-09-19Add pub visibility for methods as wellGuillaume Gomez-2/+4
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-17/+29
2017-09-18Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnikAlex Crichton-0/+5
2017-09-18Fix run buttonGuillaume Gomez-0/+5
2017-09-17Add more links and put the link character to the leftGuillaume Gomez-5/+15
2017-09-17Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavusTim Neumann-10/+142
2017-09-15Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichtonbors-3/+1
2017-09-14Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavusCorey Farwell-2/+6
2017-09-14Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavusCorey Farwell-17/+4
2017-09-12Fix rendering of const keyword for functionsGuillaume Gomez-17/+4
2017-09-11Add arrow and improve displayGuillaume Gomez-36/+98
2017-09-11Add class for codeblocksGuillaume Gomez-9/+79
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-1/+1
2017-09-10Rollup merge of #44347 - GuillaumeGomez:rustdoc-false-positive, r=QuietMisdre...Guillaume Gomez-3/+7
2017-09-10Rollup merge of #44329 - nrc:pulldown-warn-fix, r=ollie27Guillaume Gomez-80/+22
2017-09-10Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichtonbors-2/+4
2017-09-06rustdoc: Don't counts ids twice when using --enable-commonmarkOliver Middleton-2/+6
2017-09-06Reduce false positives number in rustdoc html diffGuillaume Gomez-3/+7
2017-09-06Fixup some nits from #44238Nick Cameron-80/+22
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-17/+29
2017-09-05Test rustdoc unit tests.Mark Simulacrum-2/+4
2017-09-05add "Implementations on Foreign Types" to the sidebarQuietMisdreavus-0/+11
2017-09-05if not showing default docs on an impl, autohide the itemsQuietMisdreavus-0/+9
2017-09-05rustdoc: add new "Implementations on Foreign Types" section to traitsQuietMisdreavus-14/+56
2017-09-01set compile_fail flag stableGuillaume Gomez-3/+1
2017-09-01Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavusbors-35/+210
2017-09-01Windows line endingsNick Cameron-1/+1
2017-09-01Do a better job of eliding whitespace-only differences from warningsNick Cameron-1/+67
2017-09-01Improve the appearance of markdown warningsNick Cameron-14/+98
2017-09-01rustdoc: collect rendering warnings and print them in one placeNick Cameron-16/+34
2017-08-31Rollup merge of #44192 - GuillaumeGomez:sub-fields-style, r=QuietMisdreavusMark Simulacrum-5/+9
2017-09-01Only emit warnings if the user is using PulldownNick Cameron-25/+32
2017-08-31Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrcbors-2/+31
2017-08-30Fix invalid display of enum sub-fields docsGuillaume Gomez-5/+9
2017-08-30Remove some false positive issuesGuillaume Gomez-1/+9
2017-08-30Print warning whatever the rendering modeGuillaume Gomez-26/+15
2017-08-30Update unstable-crate testGuillaume Gomez-7/+8
2017-08-30Add warnings when rustdoc html rendering differsGuillaume Gomez-2/+33
2017-08-29Rollup merge of #44135 - GuillaumeGomez:fix-css-links, r=QuietMisdreavusAriel Ben-Yehuda-6/+9
2017-08-29Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavusAriel Ben-Yehuda-15/+43