| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -1/+1 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -3/+0 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -3/+0 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -1/+1 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -0/+1 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -4/+4 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -1/+1 |
| 2020-11-02 | Check predicates from blanket trait impls while testing if they apply | Wim Looman | -7/+23 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -1/+1 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -2/+1 |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -0/+1 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -2/+1 |
| 2020-02-16 | Other crates. | Camille GILLOT | -2/+2 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -1/+0 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -0/+2 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -2/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -40/+40 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -1/+1 |