| Age | Commit message (Expand) | Author | Lines |
| 2018-10-24 | Destabilize 2018 edition | Pietro Albini | -1/+1 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -4/+7 |
| 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 |
| 2018-07-13 | stabilize lint handling in rustdoc | QuietMisdreavus | -5/+5 |
| 2018-07-12 | Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,Guillau... | bors | -10/+11 |
| 2018-07-10 | Remove rustdoc plugins | steveklabnik | -10/+11 |
| 2018-07-05 | Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavus | bors | -1/+27 |
| 2018-07-05 | Add command line lint manipulation in rustdoc | Guillaume Gomez | -1/+27 |
| 2018-06-24 | Haiku: set stack size to 16 MB on Haiku, use 32 MB on other platforms | Niels Sascha Reedijk | -2/+6 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -0/+1 |
| 2018-06-20 | Replace tempdir by tempfile in librustdoc | Bastien Orivel | -1/+1 |
| 2018-06-20 | Remove all traces of lifetimes() and types() methods | varkor | -0/+1 |
| 2018-06-12 | rustdoc: add --extern-html-root-url flag | QuietMisdreavus | -1/+29 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -0/+1 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -2/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -2/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-16 | Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomez | kennytm | -2/+32 |
| 2018-05-16 | Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez | bors | -67/+60 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -1/+9 |
| 2018-05-14 | drop unnecessary "warning" from warning text | QuietMisdreavus | -1/+1 |
| 2018-05-14 | deprecate #![doc(no_default_passes, passes, plugins)] | QuietMisdreavus | -2/+32 |
| 2018-05-14 | tidy | QuietMisdreavus | -1/+2 |
| 2018-05-14 | replace error/warning println with structured diag | QuietMisdreavus | -67/+59 |