summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-04-22Fix line displayGuillaume Gomez-8/+4
2017-04-22Fix testsGuillaume Gomez-4/+5
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-56/+323
2017-04-20Fix line display for hoedownGuillaume Gomez-3/+7
2017-04-17Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnikCorey Farwell-0/+191
2017-04-17Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomezCorey Farwell-3/+221
2017-04-17Hoedown big comeback!Guillaume Gomez-0/+191
2017-04-17rustdoc: add a list of headings to the sidebarQuietMisdreavus-3/+221
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-41/+74
2017-04-12Fix invalid associated type rendering in rustdocGuillaume Gomez-41/+74
2017-04-11Rollup merge of #41173 - GuillaumeGomez:fix-rustdoc-code-block-parsing, r=ste...Corey Farwell-9/+17
2017-04-11Remove strings fulfilled with whitespaces in code block headersGuillaume Gomez-6/+7
2017-04-09Fix block code headers parsingGuillaume Gomez-8/+15
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-492/+542
2017-04-07Rollup merge of #41131 - euclio:collapse-animation, r=GuillaumeGomezCorey Farwell-4/+11
2017-04-06rustdoc: collapse docblock before showing labelAndy Russell-4/+11
2017-04-06rustdoc: move the space at the end of where clausesQuietMisdreavus-3/+11
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-6/+9
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-468/+272
2017-04-05style: space between struct name and opening braceQuietMisdreavus-2/+2
2017-04-04rustdoc: don't add a space before `{` on traits with where clausesQuietMisdreavus-3/+8
2017-04-04rustdoc: properly indent fn signatures in traitsQuietMisdreavus-30/+48
2017-04-04Handle ordered lists as wellGuillaume Gomez-4/+12
2017-04-02Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnikbors-30/+159
2017-04-01Force footnote references to be sorted by idGuillaume Gomez-4/+6
2017-03-31rustdoc: fix alignment of fn arguments when on multiple linesQuietMisdreavus-1/+1
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-81/+55
2017-03-31Fix hard break issueGuillaume Gomez-2/+34
2017-03-31Rollup merge of #40888 - wesleywiser:rustdoc_src_sidebar, r=GuillaumeGomezCorey Farwell-5/+9
2017-03-30Fix multiple footnotes and improve testingGuillaume Gomez-21/+33
2017-03-29Add support for image, rules and footnotesGuillaume Gomez-28/+111
2017-03-29Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnikbors-454/+510
2017-03-28Make the rustdoc sidebar white on `src` pagesWesley Wiser-5/+9
2017-03-28rustdoc: format fns like format rfc 39QuietMisdreavus-20/+16
2017-03-28Improve function namingGuillaume Gomez-23/+22
2017-03-28Fix id generationGuillaume Gomez-47/+51
2017-03-28Fix plain_summary_line functionGuillaume Gomez-33/+51
2017-03-28Handle html in markdown as wellGuillaume Gomez-0/+3
2017-03-28Remove unneeded commentGuillaume Gomez-6/+0
2017-03-28Add a macro to improve codeGuillaume Gomez-117/+39
2017-03-28Add missing markdown tagsGuillaume Gomez-147/+247
2017-03-28End of pulldown switch and remove completely hoedownGuillaume Gomez-454/+215
2017-03-28Remains to fix tablesGuillaume Gomez-20/+74
2017-03-28Replace hoedown with pull in rustdocGuillaume Gomez-107/+308
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2017-03-24Rollup merge of #40567 - clarcharr:rustdoc-sort, r=frewsxcvCorey Farwell-1/+49
2017-03-23Fix for #39596: sort Trait1 before Trait2.Clar Charr-1/+49
2017-03-22Rollup merge of #40725 - Cldfire:master, r=estebankCorey Farwell-8/+0
2017-03-21Remove duplicate style classesCldfire-8/+0
2017-03-21Add whitespace around "=" in assoc itemsGuillaume Gomez-3/+3