| Age | Commit message (Expand) | Author | Lines |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -8/+8 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -46/+1 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -54/+79 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -9/+9 |
| 2021-07-07 | Only show restricted pub use | Guillaume Gomez | -1/+2 |
| 2021-07-07 | Fix reexports visibility | Guillaume Gomez | -32/+30 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -58/+48 |
| 2021-07-07 | Fix rendering of reexported macros 2.0 | Guillaume Gomez | -9/+45 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -1/+1 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -55/+45 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -2/+2 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -6/+7 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -24/+26 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -26/+24 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -25/+18 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -43/+39 |
| 2021-07-05 | rustdoc: Remove unused Clean impls | Joshua Nelson | -46/+1 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -15/+1 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -47/+39 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -47/+39 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -3/+18 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -80/+87 |
| 2021-06-26 | Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhenrymantilla | Yuki Okushi | -1/+18 |
| 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-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -75/+45 |
| 2021-06-18 | Resolve intra-doc links in summary desc | Michael Howell | -0/+27 |
| 2021-06-18 | rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds | Justus K | -3/+18 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -6/+19 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -18/+42 |
| 2021-06-16 | Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd | Yuki Okushi | -1/+7 |
| 2021-06-15 | Don't mark "safe" intrinsics as unsafe | Guillaume Gomez | -1/+7 |
| 2021-06-12 | dont ICE on `ConstEvaluatable` predicates | Ellen | -1/+1 |
| 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 |