| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -36/+0 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -0/+6 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -0/+6 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -36/+0 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -0/+21 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -3/+3 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -0/+36 |
| 2020-01-23 | Fix broken show-const-contents test | Linus Färnstrand | -3/+3 |
| 2020-01-22 | Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison | bors | -0/+6 |
| 2020-01-20 | Add aliases attribute check | Guillaume Gomez | -0/+6 |
| 2020-01-20 | rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`s | Oliver Middleton | -0/+7 |
| 2020-01-20 | Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume... | Dylan DPC | -0/+7 |
| 2020-01-18 | Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27 | Mazdak Farrokhzad | -0/+17 |
| 2020-01-17 | Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obk | Tyler Mandry | -0/+33 |
| 2020-01-17 | rustdoc: Catch fatal errors when syntax highlighting | Oliver Middleton | -0/+7 |
| 2020-01-17 | Extend url in heading test a bit | Guillaume Gomez | -1/+1 |
| 2020-01-16 | Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G... | Dylan DPC | -0/+8 |
| 2020-01-16 | Extend url in titles test | Guillaume Gomez | -0/+5 |
| 2020-01-15 | rustdoc: HTML escape codeblocks which fail syntax highlighting | Oliver Middleton | -0/+8 |
| 2020-01-15 | Fix rendering on sidebar and update tests | Guillaume Gomez | -7/+21 |
| 2020-01-15 | Add test for typedef deref | Guillaume Gomez | -0/+19 |
| 2020-01-14 | Prevent urls in headings | Guillaume Gomez | -0/+12 |
| 2020-01-14 | Code review changes and fix rustdoc test. | Ben Lewis | -1/+1 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -3/+30 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -5/+30 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -0/+7 |
| 2020-01-06 | rustdoc: Remove more `#[doc(cfg(..))]` duplicates | Oliver Middleton | -3/+30 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -0/+10 |
| 2020-01-04 | Omit underscore constants from rustdoc | David Tolnay | -0/+7 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -5/+30 |
| 2020-01-04 | rustdoc: Avoid panic when parsing codeblocks for playground links | Oliver Middleton | -0/+21 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -7/+66 |
| 2019-12-23 | Rollup merge of #67507 - Mark-Simulacrum:purge-uninit, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -3/+2 |
| 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 |