| Age | Commit message (Expand) | Author | Lines |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -4/+15 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -1/+2 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -88/+5 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -1/+6 |
| 2021-06-05 | Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez | Yuki Okushi | -20/+33 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -35/+0 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -1/+2 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+6 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -88/+5 |
| 2021-06-03 | rustdoc- Show defaults on const generics | Ellen | -4/+15 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -1/+0 |
| 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-31 | * Put crates list at all levels | Guillaume Gomez | -1/+0 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -31/+0 |
| 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 |