| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -0/+17 | |
| rustdoc: render generic params & where-clauses of cross-crate assoc tys in impls We used to only ever render generic parameters & where-clauses of cross-crate associated types when the item was located inside of a trait and we used to just drop them when it was inside of an impl block (trait or inherent). Fixes #112904. `@rustbot` label A-cross-crate-reexports | ||||
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -0/+7 | |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl ↵ | León Orell Valerian Liehr | -0/+17 | |
| blocks | ||||
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -5/+55 | |
| 2023-04-29 | Extend foreign inlined item with `#[repr()]` test | Guillaume Gomez | -2/+20 | |
| 2023-04-27 | Add regression test for #110698 | Guillaume Gomez | -0/+4 | |
| 2023-01-17 | rustdoc: Fix glob import inlining | Vadim Petrochenkov | -0/+2 | |
| Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+387 | |
