about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-03-11Rollup merge of #40419 - GuillaumeGomez:fix-const-rendering, r=frewsxcvAriel Ben-Yehuda-19/+47
2017-03-10Fix associated consts displayGuillaume Gomez-19/+47
2017-03-09Clean up rustdoc cssGuillaume Gomez-58/+89
2017-03-06Improve the style of the sidebar in rustdoc outputWesley Wiser-2/+20
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-54/+142
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-1/+1
2017-02-28Apply the same transformation to every typesGuillaume Gomez-38/+65
2017-02-26Put the const type and value into <code>Guillaume Gomez-26/+87
2017-02-26Improve associated constant rendering in rustdocGuillaume Gomez-6/+6
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-3/+4
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 short type to inline links, tooMichael Howell-2/+2
2017-02-09Add the item type to the tooltipMichael Howell-1/+2
2017-02-08Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichtonCorey Farwell-11/+27
2017-02-08rustdoc: Show attributes on all item typesOliver Middleton-5/+15
2017-02-08Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...Corey Farwell-3/+5
2017-02-06Display correct filename with --test optionGuillaume Gomez-3/+5
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-11/+27
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+0
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-3/+5
2017-02-03Move to my own hoedown repositoryGuillaume Gomez-17/+28
2017-02-03Add information in case of markdown block code test failureggomez-1/+6
2017-02-02Rollup merge of #39416 - tspiteri:ffi-unsafe-icon, r=brsonGuillaume Gomez-5/+6
2017-01-31rustdoc: mark ffi functions with unsafety iconTrevor Spiteri-5/+6
2017-01-29Remove no longer necessary ctor checks in rustc_privacyVadim Petrochenkov-2/+0
2017-01-27Don't generate doc if doc comments only filled with 'white' charactersGuillaume Gomez-1/+2
2017-01-21Force backline on all where in docsGuillaume Gomez-4/+3
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-9/+7
2017-01-17Fix fallout in `rustdoc`.Jeffrey Seyfried-9/+7
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-13/+0
2017-01-15Fix missing blank space issueGuillaume Gomez-2/+4
2017-01-12Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnikbors-3/+5
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-11/+26
2017-01-09Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27bors-9/+36
2017-01-04Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnikbors-166/+201
2016-12-29rustdoc: Fix broken CSS for trait itemsOliver Middleton-2/+1
2016-12-27Merge branch 'master' into escape-reason-docsEsteban Küber-39/+37
2016-12-27Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnikbors-15/+16
2016-12-25Add unittestEsteban Küber-1/+12
2016-12-24Rollup merge of #38497 - QuietMisdreavus:rustdoc-where-again, r=steveklabnikSteve Klabnik-1/+1
2016-12-24Rollup merge of #38480 - clarcharr:import_css, r=steveklabnikSteve Klabnik-2/+1
2016-12-22use same param name across methodsEsteban Küber-9/+12
2016-12-23Fix rustdoc highlighting of `&` and `*`.Chris Morgan-3/+5
2016-12-22Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnikbors-19/+8
2016-12-21use &str instead of Stringbluss-6/+5
2016-12-20rustdoc: properly calculate line length for impl where clausesQuietMisdreavus-1/+1