| Age | Commit message (Expand) | Author | Lines |
| 2017-03-28 | Replace hoedown with pull in rustdoc | Guillaume Gomez | -0/+1 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -0/+2 |
| 2017-01-26 | Fix full path being output with `rustdoc -h` | Michael Gattozzi | -1/+1 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -1/+0 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -1/+0 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-24 | Teach `rustdoc --test` about `--sysroot`, pass it when testing rust | Aidan Hobson Sayers | -2/+3 |
| 2016-12-15 | rustdoc: a formatting nit | Tshepang Lekhonkhobe | -2/+3 |
| 2016-12-13 | Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum... | bors | -9/+23 |
| 2016-12-12 | feat(rustdoc): harmonise error messages | Michael Zapata | -9/+23 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -9/+6 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -5/+2 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -4/+4 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -83/+89 |
| 2016-11-14 | rustdoc: add cli argument `--playground-url` | Liigo | -0/+8 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -4/+3 |
| 2016-09-26 | Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichton | Jonathan Turner | -35/+11 |
| 2016-09-25 | Move pass contants/types into the new `pass` module. | Corey Farwell | -33/+8 |
| 2016-09-25 | Fix incorrect alignment for `if` statement. | Corey Farwell | -1/+2 |
| 2016-09-25 | Use underscores to breakup long number. | Corey Farwell | -1/+1 |
| 2016-09-19 | rustdoc: implement --sysroot | Jorge Aparicio | -1/+3 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+2 |
| 2016-08-29 | Move `flock.rs` from librustdoc to librustc_data_structures. | Michael Woerister | -1/+1 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -9/+10 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -0/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -0/+2 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+1 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -15/+6 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -2/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+0 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -94/+7 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -47/+75 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+0 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -83/+65 |
| 2016-04-05 | Add nightly check on rustdoc --extend-css option | Guillaume Gomez | -1/+35 |
| 2016-04-05 | Add --extend-css option to rustdoc | Guillaume Gomez | -2/+14 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -0/+1 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -1/+1 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -1/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1/+0 |
| 2016-03-10 | Auto merge of #32101 - SimonSapin:patch-11, r=alexcrichton | bors | -1/+2 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -1/+1 |