| Age | Commit message (Expand) | Author | Lines |
| 2017-04-01 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -6/+10 |
| 2017-03-13 | Auto merge of #40451 - ollie27:rustdoc_impls_js_escape, r=GuillaumeGomez | bors | -1/+1 |
| 2017-03-12 | rustdoc: Fix string escaping in implementors js files | Oliver Middleton | -1/+1 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -19/+47 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -4/+8 |
| 2017-03-11 | Rollup merge of #40419 - GuillaumeGomez:fix-const-rendering, r=frewsxcv | Ariel Ben-Yehuda | -19/+47 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -1/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -4/+8 |
| 2017-03-10 | Fix associated consts display | Guillaume Gomez | -19/+47 |
| 2017-03-09 | Clean up rustdoc css | Guillaume Gomez | -58/+89 |
| 2017-03-08 | Rollup merge of #40293 - malbarbo:rustdoctest, r=alexcrichton | Ariel Ben-Yehuda | -2/+5 |
| 2017-03-06 | Improve the style of the sidebar in rustdoc output | Wesley Wiser | -2/+20 |
| 2017-03-06 | Remove extra space in test description (of a mod test) | Marco A L Barbosa | -2/+5 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -1/+4 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -2/+4 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -55/+143 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -2/+2 |
| 2017-02-28 | Rollup merge of #40057 - GuillaumeGomez:html-issue, r=frewsxcv | Corey Farwell | -4/+4 |
| 2017-02-28 | Apply the same transformation to every types | Guillaume Gomez | -38/+65 |
| 2017-02-26 | Put the const type and value into <code> | Guillaume Gomez | -27/+88 |
| 2017-02-26 | Improve associated constant rendering in rustdoc | Guillaume Gomez | -6/+6 |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -4/+4 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -24/+17 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -8/+4 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+1 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -3/+7 |
| 2017-02-25 | Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-16 | Set rustdoc --test files' path relative to the current directory | Guillaume Gomez | -2/+10 |
| 2017-02-13 | Add filename when running rustdoc --test on a markdown file | Guillaume Gomez | -3/+9 |
| 2017-02-12 | Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichton | Guillaume Gomez | -2/+6 |
| 2017-02-12 | Rollup merge of #39740 - jimmycuadra:rustdoc-empty-stability, r=aturon | Guillaume Gomez | -14/+27 |
| 2017-02-12 | Rollup merge of #39697 - notriddle:rustdoc_tooltip, r=GuillaumeGomez | Guillaume Gomez | -3/+4 |
| 2017-02-12 | Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomez | Guillaume Gomez | -5/+15 |
| 2017-02-11 | Use functional transformations on the option instead of matching. | Jimmy Cuadra | -16/+13 |
| 2017-02-11 | Add tested item in the rustdoc --test output | Guillaume Gomez | -2/+6 |
| 2017-02-11 | Remove extra closing span element. | Jimmy Cuadra | -1/+0 |
| 2017-02-11 | rustdoc: Only include a stability span if needed. | Jimmy Cuadra | -15/+32 |
| 2017-02-09 | Add the short type to inline links, too | Michael Howell | -2/+2 |
| 2017-02-09 | Add the item type to the tooltip | Michael Howell | -1/+2 |
| 2017-02-08 | Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton | Corey Farwell | -11/+27 |
| 2017-02-08 | rustdoc: Show attributes on all item types | Oliver Middleton | -5/+15 |
| 2017-02-08 | Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric... | Corey Farwell | -22/+29 |
| 2017-02-06 | Display correct filename with --test option | Guillaume Gomez | -22/+29 |
| 2017-02-06 | rustdoc: Improve impl disambiguation | Oliver Middleton | -11/+27 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -6/+0 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -1/+1 |