| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Remove `to_url_str` | Joshua Nelson | -4/+0 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -9/+14 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -2/+1 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -18/+6 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -2/+2 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+1 |
| 2021-05-10 | Rollup merge of #84465 - jyn514:primitive, r=GuillaumeGomez | Guillaume Gomez | -8/+1 |
| 2021-05-08 | Add `#[track_caller]` to `FakeDefId::expect_real()` | Camelid | -0/+1 |
| 2021-05-08 | Remove `FakeDefId::expect_local()` | Camelid | -17/+1 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -36/+24 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -1/+1 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -15/+3 |
| 2021-05-04 | Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil... | bors | -60/+133 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -60/+133 |
| 2021-05-04 | Auto merge of #84017 - Smittyvb:int-literal-underscores, r=jyn514 | bors | -2/+62 |
| 2021-05-03 | Valid underscores in hex/octal/binary literal docs | Smitty | -2/+62 |
| 2021-05-03 | Make match in `register_res` easier to read | Joshua Nelson | -20/+33 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -36/+24 |
| 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 | -3/+11 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -4/+0 |
| 2021-05-02 | PR feedback | Scott McMurray | -6/+9 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -3/+13 |
| 2021-05-02 | Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514 | Dylan DPC | -2/+3 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -4/+0 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -2/+7 |
| 2021-05-01 | compute where_outer on demand, remove it from Module | Timothée Delabrouille | -2/+3 |
| 2021-05-01 | Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ... | Yuki Okushi | -3/+56 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -23/+10 |
| 2021-04-29 | only store locations in extern_locations | Timothée Delabrouille | -17/+18 |
| 2021-04-28 | added methods src_root and location to External crate, remove extern_location... | Timothée Delabrouille | -0/+52 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -86/+116 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -57/+87 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -30/+30 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -4/+3 |
| 2021-04-24 | Finally (finally) ((finally!!!!)) fix spans for the standard library | Joshua Nelson | -1/+5 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -23/+30 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -8/+17 |
| 2021-04-24 | Add attr_span helper function | Joshua Nelson | -0/+4 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -105/+44 |
| 2021-04-23 | Remove unused `impl Clean<ItemType> for DefKind` | Joshua Nelson | -6/+0 |
| 2021-04-23 | Remove `TypeKind` | Joshua Nelson | -53/+0 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -1/+0 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -47/+46 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -14/+6 |
| 2021-04-23 | Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez | bors | -126/+142 |
| 2021-04-23 | rustdoc: Implement `is_primitive` in terms of `primitive_type()` | Joshua Nelson | -8/+1 |
| 2021-04-22 | Remove `keywords` from ExternCrate | Joshua Nelson | -52/+57 |
| 2021-04-22 | Get rid of ExternCrate::primitives | Joshua Nelson | -76/+76 |