summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2018-04-20Fix rustdoc after changing type param representation.Michael Woerister-1/+3
2018-03-23Fix rustdocSean Griffin-2/+0
2018-03-20Fix tidy trailing whitespacePhlosioneer-2/+2
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-35/+67
2018-03-01Fix breakage in rustdocSean Griffin-1/+6
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-1/+1
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-0/+45
2018-02-18Cleanup formattingAaron Hill-19/+11
2018-02-18Generate documentation for auto-trait implsAaron Hill-0/+1455