| Age | Commit message (Expand) | Author | Lines |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -1/+1 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -0/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -0/+5 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-05 | emit error when doc generation fails | Andy Russell | -3/+15 |
| 2018-11-10 | move all static-file include!s into a single module | QuietMisdreavus | -0/+1 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -53/+9 |
| 2018-11-02 | split off a separate RenderOptions struct | QuietMisdreavus | -25/+33 |
| 2018-11-02 | swap uses of Matches with pre-parsed args | QuietMisdreavus | -97/+31 |
| 2018-11-02 | parse command-line into a central Options struct | QuietMisdreavus | -298/+38 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -14/+37 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-21 | Use markdown::render instead of using pulldown_cmark directly | Guillaume Gomez | -13/+14 |
| 2018-10-21 | Add index page | Guillaume Gomez | -1/+23 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -3/+9 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -0/+1 |
| 2018-09-20 | don't index trait impls if the trait isn't also documented | QuietMisdreavus | -0/+1 |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -3/+9 |
| 2018-09-18 | Rollup merge of #54205 - GuillaumeGomez:treat-err-as-bug, r=QuietMisdreavus | Guillaume Gomez | -3/+10 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -4/+7 |
| 2018-09-13 | Add treat-err-as-bug flag in rustdoc | Guillaume Gomez | -3/+10 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -1/+1 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -2/+4 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -2/+4 |
| 2018-08-31 | Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomez | bors | -1/+29 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -1/+0 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-08-15 | Stablize Iterator::find_map | Aleksey Kladov | -1/+0 |
| 2018-08-09 | [nll] librustdoc: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-06 | Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats | bors | -3/+0 |
| 2018-08-05 | Remove bad features after rebase | varkor | -1/+0 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -2/+0 |
| 2018-08-04 | introduce "early passes" an convert a few over | QuietMisdreavus | -60/+6 |
| 2018-08-04 | strongly-typed passes | QuietMisdreavus | -4/+10 |
| 2018-08-04 | Rollup merge of #53003 - GuillaumeGomez:stabilize-rustdoc-options, r=QuietMis... | kennytm | -2/+2 |
| 2018-08-02 | Stabilize --color and --error-format options in rustdoc | Guillaume Gomez | -2/+2 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -2/+4 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -21/+22 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-26 | rustdoc: rework how default passes are chosen | QuietMisdreavus | -26/+23 |
| 2018-07-24 | remove zombie code | steveklabnik | -5/+0 |
| 2018-07-24 | remove pluginmanager | steveklabnik | -10/+11 |
| 2018-07-20 | Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez | bors | -5/+5 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -3/+8 |