| Age | Commit message (Expand) | Author | Lines |
| 2017-08-17 | doc tests: use the filename from the source file for doc test programs, rathe... | Nick Cameron | -25/+29 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -5/+5 |
| 2017-07-09 | Add spacing between trait functions | Guillaume Gomez | -2/+14 |
| 2017-07-06 | rustdoc: Don't run Markdown tests twice | Oliver Middleton | -2/+6 |
| 2017-07-05 | Auto merge of #40939 - jseyfried:proc_macro_api, r=nrc | bors | -1/+1 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -58/+66 |
| 2017-07-05 | Auto merge of #42972 - GuillaumeGomez:fix-toggles-rustdoc, r=QuietMisdreavus | bors | -21/+28 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -24/+14 |
| 2017-06-29 | Toggle wrappers are now generated correctly | Guillaume Gomez | -21/+28 |
| 2017-06-29 | Change some terminology around keywords and reserved identifiers | petrochenkov | -1/+1 |
| 2017-06-29 | Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomez | Ariel Ben-Yehuda | -19/+29 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -13/+17 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -1/+5 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -1/+5 |
| 2017-06-24 | Shorten some lines so this can pass the tidy checks | Paul Woolcock | -15/+19 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -19/+25 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -43/+29 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 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 |