Guillaume Gomez
e955bebcda
Remove render-redirect-pages option in rustdoc
2020-07-02 14:14:59 +02:00
Guillaume Gomez
2453946b1d
Update rustdoc tests
2020-07-02 13:19:04 +02:00
Guillaume Gomez
65440a3f4f
Make 'generate-redirect-pages' option unstable
2019-01-27 12:46:18 +01:00
Guillaume Gomez
270151bffb
Add generate-old-style-files option to rustdoc
2019-01-27 12:46:18 +01:00
Guillaume Gomez
1ac727772b
Remove rustdoc old style files generation
2019-01-27 00:34:05 +01:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Nick Cameron
879637f7b0
Review changes
2016-08-17 16:12:37 +12:00
Adolfo Ochagavía
87038831f1
Rustdoc: ignore deref-inherited static methods
...
Fixes #24575
2015-05-25 15:35:10 +02:00
Alex Crichton
71c1b5b704
rustdoc: Inline methods inhereted through Deref
...
Whenever a type implements Deref, rustdoc will now add a section to the "methods
available" sections for "Methods from Deref<Target=Foo>", listing all the
inherent methods of the type `Foo`.
Closes #19190
2015-04-16 13:28:15 -07:00