about summary refs log tree commit diff
path: root/src/doc/man/rustdoc.1
AgeCommit message (Collapse)AuthorLines
2022-02-07Drop time dependency from bootstrapMark Rousskov-1/+1
This was only used for the inclusion of 'current' dates into our manpages, but it is not clear that this is practically necessary. The manpage is essentially never updated, and so we can likely afford to keep a manual date in these files. It also seems possible to just omit it, but that may cause other tools trouble, so avoid doing that for now.
2018-07-30Remove references to AUTHORS.txt fileDonato Sciarra-1/+1
Refer instead to thanks page.
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-1/+1
This is meant to resolve #25689.
2017-09-08Move the man directory to a subdirectoryest31-0/+126
There is no reason it should be in the top directory.