| Age | Commit message (Expand) | Author | Lines |
| 2019-12-22 | Change bound order in rustfmt test | Mark Rousskov | -2/+2 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -6/+6 |
| 2019-12-13 | Fix rustdoc test | Oliver Scherer | -2/+4 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -2/+1 |
| 2019-12-09 | compiletest: add aux-crate directive | Eric Huss | -2/+1 |
| 2019-12-04 | Remove potential cfgs duplicates | Guillaume Gomez | -0/+15 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -0/+14 |
| 2019-11-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -0/+12 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-23 | Add test for anchors | Guillaume Gomez | -0/+12 |
| 2019-11-23 | rustdoc: Mark `--extern-private` as unstable | Oliver Middleton | -0/+1 |
| 2019-11-18 | Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez | bors | -1/+1 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -0/+12 |
| 2019-11-08 | rustdoc: Stabilize `edition` annotation. | Eric Huss | -1/+1 |
| 2019-11-08 | rustdoc: Deliberately load extern crates before processing docs | Daniel Silverstone | -0/+12 |
| 2019-11-07 | Add more --extern tests. | Eric Huss | -1/+1 |
| 2019-11-01 | Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,Guillaum... | Tyler Mandry | -0/+88 |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -0/+88 |
| 2019-10-29 | stabilize cfg(doctest) | Guillaume Gomez | -2/+0 |
| 2019-10-22 | Fix rustdoc const generics test | varkor | -0/+1 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -0/+17 |
| 2019-10-19 | privacy: Avoid one more `unwrap` causing an ICE in rustdoc | Vadim Petrochenkov | -0/+9 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -0/+17 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-09-27 | Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez | bors | -0/+23 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -1/+19 |
| 2019-09-21 | add rustdoc test for async fn reexport | csmoe | -1/+19 |
| 2019-09-17 | Generate proc macro harness in AST order. | Aaron Hill | -1/+12 |
| 2019-09-05 | Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+32 |
| 2019-08-29 | Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -9/+9 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -10/+20 |
| 2019-08-28 | Add regression test for issue, apply suggestion to convert to assert_eq | Paul Daniel Faria | -0/+23 |
| 2019-08-26 | add regression test | Esteban Küber | -0/+32 |
| 2019-08-25 | Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27 | bors | -0/+50 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -10/+20 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -9/+2 |
| 2019-08-19 | Fix ICE with `impl Trait` in type bounds | Shotaro Yamada | -0/+8 |
| 2019-08-19 | Fix tidy | Shotaro Yamada | -2/+6 |
| 2019-08-19 | Support nested `impl Trait` | Shotaro Yamada | -0/+8 |
| 2019-08-19 | Associated type bound for inlined impl Trait doc | Shotaro Yamada | -0/+10 |
| 2019-08-19 | Support `impl Trait` in inlined documentation | Shotaro Yamada | -0/+20 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+29 |
| 2019-08-06 | Add test for DerefMut methods | Guillaume Gomez | -0/+29 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -0/+13 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -0/+1 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -0/+13 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -0/+3 |
| 2019-07-25 | Add keywords item into the sidebar | Guillaume Gomez | -0/+1 |