| Age | Commit message (Expand) | Author | Lines |
| 2022-05-26 | Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid | Michael Goulet | -113/+52 |
| 2022-05-24 | fix simple clippy lints | klensy | -10/+9 |
| 2022-05-21 | rustdoc: Some link resolution caching cleanup | Vadim Petrochenkov | -35/+16 |
| 2022-05-21 | rustdoc: Stop using `write!` in `UrlFragment::render` | Vadim Petrochenkov | -13/+15 |
| 2022-05-21 | rustdoc: Remove `ItemFragment(Kind)` | Vadim Petrochenkov | -74/+30 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -8/+11 |
| 2022-05-15 | rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crate | Vadim Petrochenkov | -30/+22 |
| 2022-05-13 | Fix rebase | Vadim Petrochenkov | -5/+2 |
| 2022-05-13 | rustdoc: Do not resolve associated item paths unnecessarily | Vadim Petrochenkov | -11/+9 |
| 2022-05-13 | rustdoc: Do not create `UrlFragment`s until they are necessary | Vadim Petrochenkov | -236/+133 |
| 2022-05-13 | rustdoc: Remove `fn resolve_macro` | Vadim Petrochenkov | -119/+43 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::Dummy` | Vadim Petrochenkov | -37/+20 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::MalformedGenerics` | Vadim Petrochenkov | -81/+61 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::NoParentItem` | Vadim Petrochenkov | -49/+8 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -11/+7 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -11/+7 |
| 2022-04-30 | rustdoc: Keep full `ParentScope` during early doc link resolution | Vadim Petrochenkov | -1/+4 |
| 2022-04-19 | rustdoc: Sligthly optimize `Attributes` construction and processing before do... | Vadim Petrochenkov | -1/+1 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -33/+51 |
| 2022-04-19 | rustdoc: Optimize and refactor doc link resolution | Vadim Petrochenkov | -5/+27 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -9/+9 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -24/+23 |
| 2022-03-31 | rustdoc: Fix resolution of `crate`-relative paths in doc links | Vadim Petrochenkov | -32/+5 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -3/+4 |
| 2022-03-30 | fix rustdoc | lcnr | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -3/+4 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -17/+11 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -7/+5 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -6/+6 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -91/+126 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -7/+5 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -4/+4 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -2/+9 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -6/+2 |
| 2022-02-13 | rustdoc: Clean up `fn resolve_self_ty` | Vadim Petrochenkov | -30/+23 |
| 2022-02-13 | rustdoc: Stop textually replacing `Self` in doc links before resolving them | Vadim Petrochenkov | -92/+117 |
| 2022-02-13 | rustdoc: Consider enum variants when resolving assoc items in doc links | Vadim Petrochenkov | -2/+19 |
| 2022-02-06 | rustdoc: Special-case macro lookups less | Joshua Nelson | -19/+5 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+1 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -14/+3 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -14/+3 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-18 | intra-doc: Use the impl's assoc item where possible | Noah Lev | -35/+53 |
| 2022-01-17 | Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011 | Matthias Krüger | -7/+3 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -1/+12 |
| 2022-01-16 | Rollup merge of #92635 - camelid:yet-more-cleanup, r=Manishearth | Matthias Krüger | -157/+159 |
| 2022-01-15 | Fix broken link | Noah Lev | -1/+1 |