| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -14/+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. | ||||
| 2020-09-11 | Name the current module | Joshua Nelson | -2/+1 | |
| 'not in scope' -> 'not in `module`' | ||||
| 2020-09-05 | Make errors more concise and helpful | Joshua Nelson | -2/+1 | |
| Before: ``` = note: this link partially resolves to the struct `S` = note: no `fmt` in `S` ``` After: ``` = note: the struct `S` has no field or associated item named `fmt` ``` | ||||
| 2020-09-05 | Fix tests and improve error message if `::` isn't found | Joshua Nelson | -1/+1 | |
| 2020-09-05 | Update .stderr | Joshua Nelson | -1/+1 | |
| 2020-09-05 | [WIP] give better errors for broken intra doc links | Joshua Nelson | -2/+3 | |
| 2020-07-30 | Fix uitests | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | Update uitest expectations | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -1/+1 | |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -1/+1 | |
| 2020-07-20 | refactor and reword intra-doc link errors | Andy Russell | -3/+3 | |
| This commit refactors intra-doc link error reporting to deduplicate code and decouple error construction from the type of error. This greatly improves flexibility at each error construction site, while reducing the complexity of the diagnostic creation. This commit also rewords the diagnostics for clarity and style: - Diagnostics should not end in periods. - It's unnecessary to say "ignoring it". Since this is a warning by default, it's already clear that the link is ignored. | ||||
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 | |
| 2019-11-25 | Update error messages | Guillaume Gomez | -1/+1 | |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -0/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -2/+2 | |
| 2018-07-30 | Fix Alias intra doc ICE | Guillaume Gomez | -0/+13 | |
