| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-25 | Don't panic when an external crate can't be resolved | Joshua Nelson | -0/+20 | |
| This isn't actually a bug, it can occur when rustdoc tries to resolve a crate that isn't used in the main code. | ||||
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -0/+103 | |
| These caused several false positives when documenting rustc, which means there will likely be many more false positives in the rest of the ecosystem. | ||||
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -0/+1262 | |
| 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. | ||||
