| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -10/+9 |
| 2022-03-30 | update rustdoc | lcnr | -2/+1 |
| 2022-03-30 | update ui tests | lcnr | -0/+1 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -0/+8 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+40 |
| 2022-02-13 | rustdoc: Consider enum variants when resolving assoc items in doc links | Vadim Petrochenkov | -0/+8 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+19 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+30 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -2/+42 |
| 2022-01-13 | rustdoc: add intra-doc trait impl test for extern types | Mahdi Dibaiee | -2/+23 |
| 2022-01-13 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -0/+19 |
| 2022-01-10 | Enable ignored part of test | Noah Lev | -4/+5 |
| 2022-01-10 | Move two intra-doc-link tests into the `intra-doc` folder | Noah Lev | -0/+50 |
| 2022-01-05 | add a test case for each supported primitive type | Mahdi Dibaiee | -3/+42 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -0/+7 |
| 2021-12-05 | Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha | bors | -11/+8 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -11/+8 |
| 2021-11-28 | Fix warnings in rustdoc HTML tests | Noah Lev | -73/+46 |
| 2021-09-22 | Run no_core rustdoc tests on Linux only. | Hans Kratz | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -5/+24 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -0/+8 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -0/+10 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -0/+25 |
| 2021-06-22 | Add test for macro disambiguators | LeSeulArtichaut | -0/+25 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -0/+19 |
| 2021-06-07 | use channel-relative urls in rustdoc/intra-doc/field.rs | Pietro Albini | -2/+2 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -60/+60 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -60/+60 |
| 2021-05-03 | Make match in `register_res` easier to read | Joshua Nelson | -0/+4 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -88/+88 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -1/+14 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -2/+13 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -2/+13 |
| 2021-04-05 | Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 | Dylan DPC | -0/+6 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -0/+6 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -16/+0 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -0/+10 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+1 |
| 2021-02-27 | Move test file, add test of generated link | Lucas De Angelis | -0/+11 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+1 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -0/+9 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -2/+0 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -0/+9 |
| 2021-01-04 | fix incompatible disambiguator test | max-heller | -2/+0 |
| 2021-01-03 | primitive disambiguator tests | max-heller | -0/+6 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -27/+0 |
| 2020-12-22 | Fix intra-doc links for non-path primitives | Joshua Nelson | -0/+66 |
| 2020-12-02 | Use `item_name` instead of pretty printing | Joshua Nelson | -0/+13 |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -0/+1088 |