| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -1/+1 | |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -0/+4 | |
| 2023-07-22 | fix doc links on `use` items | Lukas Markeffsky | -0/+16 | |
| 2023-06-01 | Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, ↵ | Dylan DPC | -1/+38 | |
| r=GuillaumeGomez rustdoc: Fix LinkReplacer link matching It currently just uses the first link with the same href which might not necessarily be the matching one. This fixes replacements when there are several links to the same item but with different text (e.g. `[X] and [struct@X]`). It also fixes replacements in summaries since those use a links list with empty hrefs, so currently all links would always match the first link by href but then not match its text. This could also lead to a panic in the `original_lext[1..len() - 1]` part when the first link only has a single character, which is why the new code uses `.get(..)` instead. | ||||
| 2023-05-30 | rustdoc: Fix LinkReplacer link matching | benediktwerner | -1/+38 | |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -0/+45 | |
| 2023-03-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -4/+4 | |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+2 | |
| 2023-02-22 | rustdoc: update test case with intra-doc link pointing to method | Michael Howell | -4/+12 | |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -0/+17 | |
| This commit makes intra-doc link tooltips consistent with generated links in function signatures and item tables, with the format `itemtype foo::bar::baz`. This way, you can tell if a link points at a trait or a type (for example) by mousing over it. See also fce944d4e79b3a87ddf511206724edf33acfd704 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1550 | |
