summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2017-07-09Add spacing between trait functionsGuillaume Gomez-2/+9
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-40/+26
2017-06-12Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnikCorey Farwell-15/+4
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-15/+4
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-20/+5
2017-06-09Document direct implementations on type aliases.Michael Killough-2/+20
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-7/+12
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-2/+2
2017-05-02Remove jquery dependencyGuillaume Gomez-2/+0
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-15/+29
2017-04-17Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomezCorey Farwell-3/+221
2017-04-17rustdoc: add a list of headings to the sidebarQuietMisdreavus-3/+221
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-12/+63
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-2/+2
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-7/+5
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-23/+27
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-37/+25
2017-03-29Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnikbors-5/+8
2017-03-28Add missing markdown tagsGuillaume Gomez-5/+8
2017-03-28End of pulldown switch and remove completely hoedownGuillaume Gomez-4/+4
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-21Add whitespace around "=" in assoc itemsGuillaume Gomez-1/+1
2017-03-19Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcvCorey Farwell-3/+5
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-2/+2
2017-03-16Fix const not displayed in rustdocGuillaume Gomez-3/+5
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-2/+2
2017-03-12rustdoc: Fix string escaping in implementors js filesOliver Middleton-1/+1
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-21/+43
2017-02-28Apply the same transformation to every typesGuillaume Gomez-15/+28
2017-02-26Put the const type and value into <code>Guillaume Gomez-8/+17
2017-02-26Improve associated constant rendering in rustdocGuillaume Gomez-1/+1
2017-02-25Fix nightly-only experimental API displayGuillaume Gomez-4/+4
2017-02-12Rollup merge of #39740 - jimmycuadra:rustdoc-empty-stability, r=aturonGuillaume Gomez-5/+11
2017-02-12Rollup merge of #39697 - notriddle:rustdoc_tooltip, r=GuillaumeGomezGuillaume Gomez-1/+2
2017-02-12Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomezGuillaume Gomez-5/+15
2017-02-11Remove extra closing span element.Jimmy Cuadra-1/+0
2017-02-11rustdoc: Only include a stability span if needed.Jimmy Cuadra-5/+12
2017-02-09Add the item type to the tooltipMichael Howell-1/+2
2017-02-08rustdoc: Show attributes on all item typesOliver Middleton-5/+15
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-9/+23
2017-01-31rustdoc: mark ffi functions with unsafety iconTrevor Spiteri-5/+6
2017-01-15Fix missing blank space issueGuillaume Gomez-2/+4
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-11/+18
2017-01-09Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27bors-4/+4
2017-01-04Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnikbors-2/+18
2016-12-29rustdoc: Fix broken CSS for trait itemsOliver Middleton-2/+1
2016-12-27Merge branch 'master' into escape-reason-docsEsteban Küber-8/+20