| Age | Commit message (Expand) | Author | Lines |
| 2023-09-01 | rustdoc: use unicode-aware checks for redundant explicit link fastpath | Michael Howell | -14/+4 |
| 2023-08-18 | Fix format | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix private function importing | Kyle Lin | -1/+1 |
| 2023-08-18 | Skip lint check when item is not fully public | Kyle Lin | -0/+19 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -6/+1 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -13/+25 |
| 2023-08-18 | fomar files | Kyle Lin | -4/+9 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -71/+74 |
| 2023-08-18 | Support Reference & ReferenceUnknown link lint | Kyle Lin | -61/+221 |
| 2023-08-18 | Refactor lint from rustc to rustdoc | Kyle Lin | -28/+192 |
| 2023-08-18 | add more tests | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -37/+35 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -11/+90 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -7/+9 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -55/+49 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+7 |
| 2023-07-29 | Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` | Guillaume Gomez | -3/+3 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-22 | improve debuggability | Lukas Markeffsky | -2/+8 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -8/+32 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -13/+31 |
| 2023-07-14 | Strip impl if not re-exported and is doc(hidden) | Guillaume Gomez | -1/+7 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -8/+8 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -18/+17 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -2/+2 |
| 2023-06-29 | document that the panic in collect_intra_doc_links is load-bearing | jyn | -0/+4 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -7/+6 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -98/+105 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -21/+19 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -21/+19 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -62/+112 |
| 2023-05-25 | Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomez | bors | -15/+7 |
| 2023-05-23 | Ignore "non-real" type Res in rustdoc intra doc link resolution | Guillaume Gomez | -1/+1 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -15/+7 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -12/+13 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -6/+26 |
| 2023-05-05 | Modules can be reexported and it should be handled by rustdoc | Guillaume Gomez | -1/+1 |
| 2023-05-05 | Correctly handle associated items of a trait inside a `#[doc(hidden)]` item | Guillaume Gomez | -5/+25 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -20/+20 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -0/+418 |
| 2023-04-27 | refactor(docs): remove macro resolution fallback | bohan | -14/+16 |
| 2023-04-19 | Remove find_map_relevant_impl | Michael Goulet | -9/+11 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -0/+2 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-15 | fix clippy::{filter_map_identiy, map_identity, manual_flatten} | Matthias Krüger | -1/+1 |
| 2023-04-04 | Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddle | bors | -1/+1 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |