summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-11/+4
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-155/+55
2017-05-30Fix signature by adding parens when neededGuillaume Gomez-14/+23
2017-05-21Update to trait bounds CSS in rustdocDaniel Lockyer-0/+2
2017-05-19Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomezMark Simulacrum-3/+3
2017-05-19rustdoc: Fix implementors list javascriptOliver Middleton-3/+3
2017-05-18Make documentation works again by removing two unnecessary ES6 pieces.pravic-3/+3
2017-05-16Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomezMark Simulacrum-0/+5
2017-05-16improve collapse toggle render (css)Raphaƫl Huchet-0/+5
2017-05-15rustdoc: Display `extern "C" fn` instead of `extern fn`Oliver Middleton-1/+0
2017-05-13Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcvMark Simulacrum-4/+8
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
2017-05-12Fix anchor invalid redirection to searchGuillaume Gomez-4/+8
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-2/+2
2017-05-07Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomezbors-27/+48
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-27/+48
2017-05-05Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcvCorey Farwell-245/+456
2017-05-02Remove jquery dependencyGuillaume Gomez-245/+456
2017-05-02Address reviewest31-1/+1
2017-05-02Removal pass for anonymous parametersest31-2/+6
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-5/+5
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