| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -3/+3 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -6/+6 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -37/+76 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | Change sidebar selector to fix compatibility with docs.rs | cynecx | -1/+1 |
| 2018-11-13 | Use a dummy outlives requirement for `where Type:,` (see #53696) | scalexm | -9/+4 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -32/+53 |
| 2018-11-13 | Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd... | kennytm | -4/+9 |
| 2018-11-13 | Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelix | kennytm | -1/+14 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -2/+10 |
| 2018-11-12 | Fix rustdoc | Oliver Scherer | -6/+6 |
| 2018-11-11 | Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomez | kennytm | -27/+140 |
| 2018-11-10 | move all static-file include!s into a single module | QuietMisdreavus | -27/+140 |
| 2018-11-10 | Small fixes on code blocks in rustdoc | Guillaume Gomez | -4/+9 |
| 2018-11-10 | Remove short doc where it starts with a codeblock | Guillaume Gomez | -32/+53 |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -1/+14 |
| 2018-11-08 | Rollup merge of #55760 - jonhoo:no-intermediate-fonts, r=GuillaumeGomez | Mark Rousskov | -5/+5 |
| 2018-11-07 | Remove intermediate font specs | Jon Gjengset | -5/+5 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -552/+727 |
| 2018-11-04 | fix formatting | QuietMisdreavus | -3/+3 |
| 2018-11-04 | add Debug impls for the Options structs | QuietMisdreavus | -3/+43 |
| 2018-11-04 | Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank | bors | -17/+118 |
| 2018-11-03 | Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -41/+124 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -41/+124 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -1/+0 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -204/+136 |
| 2018-11-02 | Don't show associated const items by default | Guillaume Gomez | -1/+0 |
| 2018-11-02 | split off a separate RenderOptions struct | QuietMisdreavus | -49/+67 |
| 2018-11-02 | swap uses of Matches with pre-parsed args | QuietMisdreavus | -111/+68 |
| 2018-11-02 | parse command-line into a central Options struct | QuietMisdreavus | -300/+528 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -27/+112 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -4/+11 |
| 2018-11-01 | silence errors found during doctest pre-parsing | QuietMisdreavus | -1/+11 |
| 2018-11-01 | add a line between extracted crates and everything else | QuietMisdreavus | -0/+3 |
| 2018-11-01 | Separates inner attributes from code during doctest parsing. | Wesley Norris | -23/+37 |
| 2018-11-01 | Tidy up source file and fix typo. | Wesley Norris | -6/+6 |
| 2018-11-01 | Replaces fn main search and extern crate search with proper parsing. | Wesley Norris | -14/+81 |
| 2018-10-30 | Fix invalid "expand description" display | Guillaume Gomez | -8/+9 |
| 2018-10-29 | Fix source code pages in rustdoc | Guillaume Gomez | -2/+5 |
| 2018-10-29 | Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomez | Pietro Albini | -5/+0 |
| 2018-10-28 | Remove unreachable code in hasClass function in Rustdoc | Konrad Borowski | -5/+0 |
| 2018-10-27 | Fix sub-variant doc display | Guillaume Gomez | -17/+39 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -11/+11 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -2/+9 |