| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-09 | compiletest: add aux-crate directive | Eric Huss | -2/+1 | |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 | |
| 2019-11-23 | rustdoc: Mark `--extern-private` as unstable | Oliver Middleton | -0/+1 | |
| It's not even stable in rustc so it shouldn't be stable in rustdoc. | ||||
| 2019-11-08 | rustdoc: Deliberately load extern crates before processing docs | Daniel Silverstone | -0/+10 | |
| In order that we can successfully later resolve paths in crates which weren't loaded as a result of merely parsing the crate we're documenting, we force the resolution of the path to each crate before cloning the resolver to use later. Closes #66159 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> | ||||
