| Age | Commit message (Expand) | Author | Lines |
| 2017-02-03 | Move test from bootstrap to compiletest | Guillaume Gomez | -0/+27 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -1/+1 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -3/+9 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -2/+0 |
| 2016-12-12 | rustdoc: Fix short summaries in search results | Oliver Middleton | -0/+20 |
| 2016-12-09 | rustdoc: fix doctests with non-feature crate attrs | Alex Burka | -0/+110 |
| 2016-12-08 | Fix doc-tests on exported `macro_rules!`. | Jeffrey Seyfried | -0/+18 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -0/+24 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -3/+4 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -0/+24 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -4/+10 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -0/+173 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -0/+173 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -0/+10 |
| 2016-11-12 | Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomez | Eduard-Mihai Burtescu | -0/+19 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -0/+79 |
| 2016-10-13 | rustdoc: add line breaks to where clauses a la rustfmt | QuietMisdreavus | -0/+19 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -0/+21 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -6/+6 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+24 |
| 2016-09-27 | add rustdoc test for adding line breaks | QuietMisdreavus | -0/+21 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -1/+1 |
| 2016-09-14 | Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnik | bors | -0/+10 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -0/+59 |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -1/+1 |
| 2016-09-09 | rustdoc: Don't add extra newlines for fully opaque structs | Oliver Middleton | -0/+10 |
| 2016-09-08 | Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakis | bors | -1/+1 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -0/+85 |
| 2016-09-05 | Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton | bors | -0/+40 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+85 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -0/+20 |
| 2016-09-02 | Remove illegal bound from doc test | Jared Roesch | -1/+1 |
| 2016-08-29 | rustdoc: Fix associated consts in search results | Oliver Middleton | -0/+40 |
| 2016-08-27 | rustdoc: Add missing item types to page titles | Oliver Middleton | -0/+59 |
| 2016-08-19 | Redirect | Nick Cameron | -0/+2 |
| 2016-08-18 | rustdoc: remove the `!` from macro URLs and titles | Nick Cameron | -2/+2 |
| 2016-08-17 | Review changes | Nick Cameron | -0/+17 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -2/+4 |
| 2016-08-11 | Add test for recursive private alias substitution in rustdoc | Vadim Petrochenkov | -0/+11 |
| 2016-08-11 | Substitute private type aliases in rustdoc | petrochenkov | -0/+30 |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -1/+17 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -2/+2 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -2/+2 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -0/+42 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -0/+17 |
| 2016-06-29 | Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton | Manish Goregaokar | -0/+15 |
| 2016-06-29 | Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton | Manish Goregaokar | -0/+66 |
| 2016-06-28 | rustdoc: Fix empty Implementations section on some module pages | Oliver Middleton | -0/+15 |
| 2016-06-27 | rustdoc: Fix a few stripping issues | Oliver Middleton | -0/+66 |
| 2016-06-26 | rustdoc: Fix inlined renamed reexports in import lists | Oliver Middleton | -0/+22 |