| Age | Commit message (Collapse) | Author | Lines |
|
Closes #9460
|
|
This allows reasonable behavior when an enum is clicked in an import.
|
|
This way each component of a reexport path is click-able to the destination that
it's referencing.
|
|
This will probably need to get tweaked once the privacy rules have been fully
agreed on, but for now this has all of the infrastructure necessary for
filtering out private items.
Closes #9410
|
|
Closes #3804
|
|
|
|
This takes rendering times of documentation down from 30s to 0.5s. Kinda sad
that none of the parallelism is needed, but oh well!
Closes #7380
cc #3546
|
|
|
|
Removes old rustdoc, moves rustdoc_ng into its place instead (plus drops the _ng
suffix). Also shreds all reference to rustdoc_ng from the Makefile rules.
|