| Age | Commit message (Expand) | Author | Lines |
| 2022-06-01 | Update src/librustdoc/passes/collect_trait_impls.rs | Michael Howell | -3/+5 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -2/+3 |
| 2022-05-26 | Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid | Michael Goulet | -113/+52 |
| 2022-05-24 | fix simple clippy lints | klensy | -19/+14 |
| 2022-05-23 | Greatly extend explanations on strip_hidden items | Guillaume Gomez | -1/+8 |
| 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 fields_stripped fields (and equivalents) | Guillaume Gomez | -1/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -67/+73 |
| 2022-05-17 | rustdoc: avoid including impl blocks with filled-in generics | Michael Howell | -2/+27 |
| 2022-05-16 | rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -9/+32 |
| 2022-05-15 | rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crate | Vadim Petrochenkov | -30/+22 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -2/+6 |
| 2022-05-13 | Fix rebase | Vadim Petrochenkov | -5/+2 |
| 2022-05-13 | rustdoc: Use `Visibility::is_public` more | Vadim Petrochenkov | -10/+6 |
| 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-10 | update rustdoc | lcnr | -3/+1 |
| 2022-05-04 | Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez | bors | -1/+13 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -16/+12 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -16/+12 |
| 2022-05-01 | rustdoc: Track `macro_rules` scopes during early doc link resolution | Vadim Petrochenkov | -1/+22 |
| 2022-04-30 | rustdoc: Keep full `ParentScope` during early doc link resolution | Vadim Petrochenkov | -19/+30 |
| 2022-04-30 | rustdoc: Early-resolve doc links in all requested namespaces | Vadim Petrochenkov | -13/+37 |
| 2022-04-29 | rustdoc: prevent B -> C -> B -> C loops from stack overflowing | Michael Howell | -3/+12 |
| 2022-04-28 | rustdoc: fix missing method list for primitive deref target | Michael Howell | -35/+38 |
| 2022-04-26 | rustdoc: Resolve doc links on fields during early resolution | Vadim Petrochenkov | -1/+13 |
| 2022-04-22 | Auto merge of #96301 - notriddle:notriddle/synthetic-impl-prim, r=GuillaumeGomez | bors | -4/+9 |
| 2022-04-22 | Auto merge of #96282 - petrochenkov:unindent, r=GuillaumeGomez | bors | -194/+1 |
| 2022-04-21 | rustdoc: make primitive synthetic impls for correct doc module | Michael Howell | -4/+9 |
| 2022-04-21 | rustdoc: Unindent doc fragments on `Attributes` construction | Vadim Petrochenkov | -194/+1 |
| 2022-04-21 | [WIP] rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -7/+19 |
| 2022-04-19 | rustdoc: Sligthly optimize `Attributes` construction and processing before do... | Vadim Petrochenkov | -3/+3 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -39/+60 |
| 2022-04-19 | rustdoc: Optimize and refactor doc link resolution | Vadim Petrochenkov | -38/+100 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -31/+32 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -31/+32 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -6/+6 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -6/+6 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -8/+6 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -98/+125 |
| 2022-04-05 | Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr... | Dylan DPC | -1/+4 |
| 2022-04-05 | Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obk | Dylan DPC | -2/+14 |