| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -5/+5 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -5/+5 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -3/+3 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-01-28 | Remove now-unnecessary blanket impl HIR check | Rune Tynan | -22/+5 |
| 2022-01-21 | Remove FIXME and fix inconsistency of local blanket impls by using HIR for them | Rune Tynan | -6/+22 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -100/+101 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -1/+1 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -2/+3 |
| 2021-12-03 | Remove a Clean impl for a tuple (3) | Noah Lev | -3/+3 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -3/+2 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+3 |
| 2021-11-07 | Remove Clean impl for `Vec<T>` | Noah Lev | -2/+2 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -1/+1 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -2/+1 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -1/+0 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -1/+1 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -1/+2 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -1/+1 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -3/+1 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+3 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -1/+5 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -3/+3 |
| 2021-09-15 | Fix rustdoc | jackh726 | -1/+5 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -5/+8 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -3/+3 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -1/+1 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -1/+1 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -1/+1 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -1/+1 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -1/+1 |
| 2021-07-05 | rustdoc: Remove unused Clean impls | Joshua Nelson | -1/+1 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -2/+1 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -1/+1 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+1 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -1/+1 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -7/+0 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -0/+1 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -1/+1 |
| 2021-03-30 | Only look at blanket impls in `get_blanket_impls` | Joshua Nelson | -3/+5 |
| 2021-03-29 | Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomez | bors | -6/+2 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -1/+1 |
| 2021-03-07 | rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't... | Joshua Nelson | -6/+2 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -1/+1 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -5/+4 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -3/+3 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -6/+2 |