about summary refs log tree commit diff
path: root/src/doc/man
AgeCommit message (Collapse)AuthorLines
2019-04-04Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomezMazdak Farrokhzad-1/+1
Add description for -Os and -Oz in rustc.1
2019-04-04Add description for -Os and -Oz in rustc.1lzutao-1/+1
2019-04-03Updated the environment description in rustc.Christian-2/+2
2018-07-30Remove references to AUTHORS.txt fileDonato Sciarra-1/+1
Refer instead to thanks page.
2018-05-10Update the man page with additional --print optionsSeo Sanghyeon-1/+1
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-0/+10
Remove experimental -Zremap-path-prefix-from/to, and replace it with the stabilized --remap-path-prefix=from=to variant. This is an implementation for issue of #41555.
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-2/+2
This is meant to resolve #25689.
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-3/+0
2017-09-08Move the man directory to a subdirectoryest31-0/+433
There is no reason it should be in the top directory.