| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -39/+36 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -3/+3 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -39/+27 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -0/+9 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -1/+3 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -2/+2 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -24/+13 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -1/+7 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -1/+1 |
| 2021-09-02 | rustdoc: Clean up handling of lifetime bounds | Noah Lev | -4/+18 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+1 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -1/+17 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -4/+1 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -1/+4 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -2/+2 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-25 | don't slice slices (clippy::redundant_slicing) | Matthias Krüger | -2/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+1 |
| 2021-07-06 | review - better error names/doc | François Mockers | -7/+8 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -22/+36 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -1/+1 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -2/+2 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -21/+42 |
| 2021-06-21 | Update comment regarding staged_api | Deadbeef | -1/+1 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -1/+1 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -9/+17 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -37/+23 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -5/+24 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -3/+19 |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -3/+13 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -3/+3 |
| 2021-06-03 | rustdoc- Show defaults on const generics | Ellen | -3/+13 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -3/+3 |
| 2021-05-20 | Remove `to_url_str` | Joshua Nelson | -2/+2 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -3/+6 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -6/+9 |
| 2021-05-01 | Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ... | Yuki Okushi | -9/+11 |
| 2021-04-29 | only store locations in extern_locations | Timothée Delabrouille | -9/+11 |
| 2021-04-27 | Don't put empty implementations into details/summary blocks | Guillaume Gomez | -0/+4 |
| 2021-04-17 | rustdoc: get rid of CURRENT_DEPTH | Michael Howell | -40/+43 |
| 2021-04-17 | rustdoc: move the cx argument to the end of the list | Michael Howell | -13/+13 |
| 2021-04-17 | rustdoc: change 'cx to 'tcx, to match the struct itself | Michael Howell | -60/+60 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -264/+253 |
| 2021-04-17 | Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514 | bors | -42/+0 |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -42/+0 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -10/+38 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -313/+404 |
| 2021-03-07 | Avoid temporary allocations in `render_assoc_item` | Joshua Nelson | -0/+4 |
| 2021-02-06 | Restore linking to itself in implementors section of trait page | LeSeulArtichaut | -43/+2 |