| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -1/+0 | |
| This also changes the builder to allow using `x.py test src/test/rustdoc-ui/intra-doc`; before, it would panic that no paths were found. | ||||
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -0/+1 | |
| This commit improves the calculation of code spans for intra-doc resolution failures. All sugared doc comments should now have the correct spans, including those where the comment is longer than the docs. It also fixes an issue where the spans were calculated incorrectly for certain unsugared doc comments. The diagnostic will now always use the span of the attributes, as originally intended. Fixes #55964. | ||||
