| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | Support intra-doc links on trait and module re-exports | Joshua Nelson | -0/+46 |
| 2020-07-16 | Support intra-doc links on macro re-exports | Joshua Nelson | -0/+42 |
| 2020-07-16 | rand -> my_rand | Joshua Nelson | -4/+4 |
| 2020-07-16 | #![deny(intra_doc_resolution_failure)] | Joshua Nelson | -0/+12 |
| 2020-07-16 | Add test for submodules in inner crate | Joshua Nelson | -3/+20 |
| 2020-07-16 | Add test for documenting the re-export | Joshua Nelson | -0/+13 |
| 2020-07-16 | Add test for re-exports | Joshua Nelson | -0/+28 |
| 2020-07-16 | Add tests for basic intra-doc links | Joshua Nelson | -0/+11 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -0/+36 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+36 |
| 2020-07-15 | Add test case for #65863 | Joshua Nelson | -0/+15 |
| 2020-07-15 | Don't ICE on errors in function returning impl trait | Joshua Nelson | -0/+14 |
| 2020-07-15 | Add `rustdoc` tests from #72088 | Dylan MacKenzie | -0/+16 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -3/+1 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -1/+3 |
| 2020-07-15 | Don't render unstable for rustc docs | Lzu Tao | -4/+6 |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -2/+2 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -0/+21 |
| 2020-07-09 | Rollup merge of #74077 - sethp:docs/fix-intra-doc-primitive-link, r=jyn514 | Manish Goregaokar | -0/+71 |
| 2020-07-09 | Add test | Manish Goregaokar | -1/+3 |
| 2020-07-08 | Avoid running test on Windows platforms | Seth Pellegrino | -0/+1 |
| 2020-07-08 | Apply #![crate_type = "rlib"] directly to the linker | Seth Pellegrino | -0/+3 |
| 2020-07-07 | ignore-tidy-linelength for @has assertions | Seth Pellegrino | -0/+5 |
| 2020-07-07 | Assert current behavior for links | Seth Pellegrino | -0/+12 |
| 2020-07-06 | build extern docs as well | Seth Pellegrino | -0/+1 |
| 2020-07-06 | Two new rustdoc tests for intra links | Seth Pellegrino | -0/+49 |
| 2020-07-06 | Rollup merge of #74078 - jyn514:lut, r=Manishearth | Manish Goregaokar | -0/+12 |
| 2020-07-06 | Add test for issue 74083 | Gary Guo | -0/+21 |
| 2020-07-05 | Always resolve type@primitive as a primitive, not a module | Joshua Nelson | -0/+12 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -11/+0 |
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -28/+23 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -2/+1 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -0/+35 |
| 2020-06-19 | Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakis | Ralf Jung | -0/+1 |
| 2020-06-18 | Add test for overflow when finding auto-trait impls in Rustdoc | Aaron Hill | -0/+35 |
| 2020-06-18 | Removed trailing whitespace | Jake Degen | -1/+1 |
| 2020-06-18 | Added tooltip for should_panic code examples. | Jake Degen | -0/+5 |
| 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 |