| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -27/+25 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -2/+2 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -2/+2 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -4/+4 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -2/+2 |
| 2021-09-30 | Avoid unnecessary matches by changing `Clean` impl | Noah Lev | -4/+1 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -21/+23 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+1 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -1/+0 |
| 2021-09-26 | Elaborate comment | Hirochika Matsumoto | -1/+1 |
| 2021-09-25 | rustdoc: Don't show hidden trait methods | Hirochika Matsumoto | -1/+33 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -12/+6 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -6/+5 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -2/+2 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -6/+5 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -2/+0 |
| 2021-08-29 | rustdoc: Stop using resolver for macro loading | Vadim Petrochenkov | -3/+3 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -6/+12 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -1/+1 |
| 2021-07-07 | Fix reexports visibility | Guillaume Gomez | -12/+25 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -31/+7 |
| 2021-07-07 | Fix rendering of reexported macros 2.0 | Guillaume Gomez | -9/+27 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -3/+4 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -2/+3 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -2/+2 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -1/+1 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -16/+12 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -4/+7 |
| 2021-06-22 | Account for more cases | Deadbeef | -4/+4 |
| 2021-06-22 | Do not list impl when trait has doc(hidden) | Deadbeef | -1/+18 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -4/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -0/+1 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -4/+4 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -2/+2 |
| 2021-05-03 | Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 | Dylan DPC | -3/+13 |
| 2021-05-03 | Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -3/+13 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -1/+1 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -8/+1 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -19/+28 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -18/+28 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -2/+1 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -2/+1 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -3/+3 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -1/+2 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -16/+16 |