| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -0/+31 |
| 2020-06-13 | compiletest: Add directives to detect sanitizer support | Tomasz Miąsko | -0/+1 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -4/+4 |
| 2020-06-11 | Add more tests for type alias impl Trait | Matthew Jasper | -0/+31 |
| 2020-06-10 | Add tests for macro@ and derive@ | Manish Goregaokar | -1/+7 |
| 2020-06-10 | Avoid collisions between traits and their derive macros | Manish Goregaokar | -1/+10 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -4/+4 |
| 2020-06-09 | Add test for proc macro resolution in intra doc links | Manish Goregaokar | -0/+47 |
| 2020-05-22 | Allow using `Self::` in doc | Tymoteusz Jankowski | -0/+88 |
| 2020-05-19 | Make intra-link resolve links for both trait and impl items | Tymoteusz Jankowski | -0/+19 |
| 2020-05-13 | Make intra links work inside trait impl block | Tymoteusz Jankowski | -0/+35 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -0/+6 |
| 2020-05-08 | Add test for strikethrough in rustdoc | mibac138 | -0/+6 |
| 2020-05-08 | Add test for deprecated emoji | Guillaume Gomez | -2/+2 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -12/+21 |
| 2020-05-05 | Add test for new implementations section title | Guillaume Gomez | -0/+9 |
| 2020-05-05 | Update tests | Guillaume Gomez | -12/+12 |
| 2020-04-29 | rustdoc supports const re-exports | Mark Rousskov | -7/+7 |
| 2020-04-20 | Fix show-const-contents rustdoc test | Linus Färnstrand | -1/+1 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -1/+37 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -5/+6 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -0/+4 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -1/+1 |
| 2020-03-10 | pacify rustdoc by using better url | Mazdak Farrokhzad | -1/+1 |
| 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-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -1/+1 |
| 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 |