about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-11-15Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomezPietro Albini-1/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-3/+3
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-6/+6
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-3/+3
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-37/+76
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-13Change sidebar selector to fix compatibility with docs.rscynecx-1/+1
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-9/+4
2018-11-13Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-32/+53
2018-11-13Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd...kennytm-4/+9
2018-11-13Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelixkennytm-1/+14
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-2/+10
2018-11-12Fix rustdocOliver Scherer-6/+6
2018-11-11Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomezkennytm-27/+140
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-27/+140
2018-11-10Small fixes on code blocks in rustdocGuillaume Gomez-4/+9
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-32/+53
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+14
2018-11-08Rollup merge of #55760 - jonhoo:no-intermediate-fonts, r=GuillaumeGomezMark Rousskov-5/+5
2018-11-07Remove intermediate font specsJon Gjengset-5/+5
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-05Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomezbors-552/+727
2018-11-04fix formattingQuietMisdreavus-3/+3
2018-11-04add Debug impls for the Options structsQuietMisdreavus-3/+43
2018-11-04Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebankbors-17/+118
2018-11-03Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-41/+124
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-41/+124
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-1/+0
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-204/+136
2018-11-02Don't show associated const items by defaultGuillaume Gomez-1/+0
2018-11-02split off a separate RenderOptions structQuietMisdreavus-49/+67
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-111/+68
2018-11-02parse command-line into a central Options structQuietMisdreavus-300/+528
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-27/+112
2018-11-01buffer errors from initial tokenization when parsingQuietMisdreavus-4/+11
2018-11-01silence errors found during doctest pre-parsingQuietMisdreavus-1/+11
2018-11-01add a line between extracted crates and everything elseQuietMisdreavus-0/+3
2018-11-01Separates inner attributes from code during doctest parsing.Wesley Norris-23/+37
2018-11-01Tidy up source file and fix typo.Wesley Norris-6/+6
2018-11-01Replaces fn main search and extern crate search with proper parsing.Wesley Norris-14/+81
2018-10-30Fix invalid "expand description" displayGuillaume Gomez-8/+9
2018-10-29Fix source code pages in rustdocGuillaume Gomez-2/+5
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-28Remove unreachable code in hasClass function in RustdocKonrad Borowski-5/+0
2018-10-27Fix sub-variant doc displayGuillaume Gomez-17/+39
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-11/+11
2018-10-26Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomezkennytm-2/+9