| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -0/+53 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -0/+2 |
| 2020-11-28 | Add test for macro by example syntax in decl macros with only one option | Rune Tynan | -0/+7 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -0/+5 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -7/+7 |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -258/+254 |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -0/+17 |
| 2020-11-28 | Update src/test/rustdoc/decl_macro_priv.rs | Rune Tynan | -0/+1 |
| 2020-11-27 | Update decl_macro test, add decl_macro_priv test for --document-private-items | Rune Tynan | -3/+15 |
| 2020-11-27 | Add test, fix pub macro impl, compile error | Rune Tynan | -0/+16 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+1 |
| 2020-11-27 | Add tests for doc_keyword feature extension | Guillaume Gomez | -0/+5 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -0/+80 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -6/+0 |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -6/+0 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -16/+16 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -9/+9 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -1/+6 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -0/+75 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -7/+7 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -7/+7 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -1/+43 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -0/+3 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -2/+3 |
| 2020-11-21 | Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez | Dylan DPC | -0/+12 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -0/+18 |
| 2020-11-21 | Add more tests for renamed items | Joshua Nelson | -0/+12 |
| 2020-11-18 | Add test | Hannah McLaughlin | -0/+18 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -0/+26 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -2/+3 |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -0/+2 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -9/+7 |
| 2020-11-16 | Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez | Mara Bos | -0/+124 |
| 2020-11-15 | Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 | Dylan DPC | -0/+22 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -0/+124 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -0/+24 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+5 |
| 2020-11-13 | Fix wrong XPath | Alexis Bourget | -4/+6 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -2/+7 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+8 |
| 2020-11-12 | Add tests for rustdoc --check option | Guillaume Gomez | -0/+5 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+148 |
| 2020-11-12 | Use intradoc-links for the whole test, add a @has check | Poliorcetics | -1/+2 |
| 2020-11-12 | Ignore tidy linelength | Alexis Bourget | -0/+2 |
| 2020-11-12 | Add a test for r# identifiers | Alexis Bourget | -0/+17 |
| 2020-11-11 | add rustdoc test | Bastian Kauschke | -0/+148 |
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -7/+4 |
| 2020-11-05 | Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez | Mara Bos | -6/+6 |
| 2020-11-02 | Check predicates from blanket trait impls while testing if they apply | Wim Looman | -0/+24 |
| 2020-10-29 | Update tests | Guillaume Gomez | -0/+42 |