| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Mark Simulacrum | -2/+11 |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -2/+11 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -78/+133 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -2/+2 |
| 2017-06-13 | Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus | bors | -18/+14 |
| 2017-06-12 | rustdoc: Fix missing enum variant reexports | Oliver Middleton | -18/+14 |
| 2017-06-12 | Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnik | Corey Farwell | -23/+19 |
| 2017-06-12 | Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnik | Corey Farwell | -28/+9 |
| 2017-06-12 | Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomez | bors | -20/+5 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -28/+9 |
| 2017-06-11 | rustdoc: Link directly to associated types | Oliver Middleton | -23/+19 |
| 2017-06-09 | Rollup merge of #42307 - clarcharr:js-license, r=frewsxcv | Corey Farwell | -9/+11 |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -20/+5 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -3/+3 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -2/+23 |
| 2017-06-07 | Make rustdoc.js use license comments. | Clar Charr | -9/+11 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -3/+3 |
| 2017-06-06 | Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavus | bors | -7/+13 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -7/+13 |
| 2017-06-02 | Rollup merge of #42360 - ollie27:rustdoc_vector_rename, r=GuillaumeGomez | Mark Simulacrum | -22/+12 |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -22/+12 |
| 2017-06-01 | Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -156/+56 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -1/+1 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -14/+23 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -1/+1 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -4/+3 |
| 2017-05-25 | Fix merge conflicts. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -3/+2 |
| 2017-05-25 | Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercup | bors | -3/+4 |
| 2017-05-24 | Add precisions for the help message for --extend-css | Guillaume Gomez | -2/+3 |
| 2017-05-22 | rustdoc: Fix names of items in cross crate reexported modules | Oliver Middleton | -23/+7 |
| 2017-05-21 | Update to trait bounds CSS in rustdoc | Daniel Lockyer | -0/+2 |
| 2017-05-19 | Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomez | Mark Simulacrum | -3/+3 |
| 2017-05-19 | Rollup merge of #42092 - cuviper:args_os, r=Mark-Simulacrum | Mark Simulacrum | -2/+9 |
| 2017-05-19 | rustdoc: Fix implementors list javascript | Oliver Middleton | -3/+3 |
| 2017-05-18 | Give a nicer error for non-Unicode arguments to rustc and rustdoc | Josh Stone | -2/+9 |
| 2017-05-18 | Make documentation works again by removing two unnecessary ES6 pieces. | pravic | -3/+3 |
| 2017-05-16 | Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomez | Mark Simulacrum | -0/+5 |
| 2017-05-16 | Rollup merge of #42001 - ollie27:rustdoc_extern_fn, r=GuillaumeGomez | Mark Simulacrum | -1/+0 |
| 2017-05-16 | improve collapse toggle render (css) | Raphaƫl Huchet | -0/+5 |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -0/+3 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -1/+0 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -3/+5 |
| 2017-05-13 | Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcv | Mark Simulacrum | -4/+8 |
| 2017-05-13 | Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcv | Mark Simulacrum | -2/+23 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -1/+1 |