| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |
| 2022-07-30 | Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,... | Matthias Krüger | -1/+9 |
| 2022-07-30 | Update src/librustdoc/passes/html_tags.rs | Michael Howell | -1/+1 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -3/+3 |
| 2022-07-28 | rustdoc: align invalid-html-tags lint with commonmark spec | Michael Howell | -1/+9 |
| 2022-07-21 | Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+4 |
| 2022-07-16 | Correctly handle usage of private items in public API for JSON output format | Guillaume Gomez | -4/+19 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -1/+2 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+3 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+2 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+0 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -2/+3 |
| 2022-06-02 | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill... | Yuki Okushi | -2/+29 |
| 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 |