| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -17/+0 | |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -0/+17 | |
| Instead, only load the crates that are linked to with intra-doc links. This doesn't help very much with any of rustdoc's fundamental issues with freezing the resolver, but it at least fixes a stable-to-stable regression, and makes the crate loading model somewhat more consistent with rustc's. | ||||
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -0/+3 | |
| Fixes #61592 | ||||
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -4/+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-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -0/+4 | |
| 2020-06-28 | use outermost invocation span for doctest names | Andy Russell | -0/+7 | |
| Fixes #70090. | ||||
