| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Revert "Set test flag when rustdoc is running with --test option" | Oliver Middleton | -3/+0 |
| 2019-06-06 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -6/+6 |
| 2019-05-20 | Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy... | Mazdak Farrokhzad | -9/+10 |
| 2019-05-20 | Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle... | Mazdak Farrokhzad | -207/+214 |
| 2019-05-20 | Auto merge of #60969 - Centril:rollup-3j71mqj, r=Centril | bors | -17/+43 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -17/+43 |
| 2019-05-19 | Auto merge of #60272 - Jakst:patch-1, r=Manishearth | bors | -5/+24 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -75/+115 |
| 2019-05-19 | Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy | bors | -4/+5 |
| 2019-05-19 | Rollup merge of #60934 - fabric-and-ink:defindex_with_newtype_macro, r=petroc... | Mazdak Farrokhzad | -1/+1 |
| 2019-05-19 | Rollup merge of #60931 - cuviper:array-iter, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-05-18 | Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth | bors | -28/+49 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -4/+5 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -17/+43 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -2/+2 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -2/+3 |
| 2019-05-14 | Add comment to explain what is the top parameter | Guillaume Gomez | -0/+8 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -22/+22 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -7/+7 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -61/+71 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -0/+2 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -14/+10 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -8/+8 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -0/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -9/+6 |
| 2019-05-07 | Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+4 |
| 2019-05-06 | don't pre-allocate the default edition string | QuietMisdreavus | -7/+10 |
| 2019-05-06 | update rustdoc doc test | QuietMisdreavus | -1/+5 |
| 2019-05-06 | update rustdoc unit tests | QuietMisdreavus | -21/+25 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -52/+81 |
| 2019-05-06 | Ignore const parameters when constructing type bounds in rustdoc | varkor | -3/+1 |
| 2019-05-05 | Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2019-05-04 | Rename `Res::kind_name` to `Res::descr` for consistency | Vadim Petrochenkov | -5/+5 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -199/+198 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -27/+19 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -82/+106 |
| 2019-05-03 | use span instead of div for since version | Andy Russell | -2/+2 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -4/+19 |
| 2019-05-03 | Remove hamburger button from source code page | Guillaume Gomez | -0/+4 |
| 2019-05-02 | Fix search sidebar width when no crate select is present | Guillaume Gomez | -9/+10 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -604/+176 |
| 2019-04-30 | Rollup merge of #60382 - Manishearth:revert-code-font, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+3 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -143/+83 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -503/+135 |
| 2019-04-30 | Cleanup media queries | Guillaume Gomez | -184/+179 |
| 2019-04-30 | Improve file sidebar in source code view page on mobile | Guillaume Gomez | -33/+45 |
| 2019-04-29 | Revert "Update Source Code Pro fonts to version 2.030" | Manish Goregaokar | -3/+3 |