about summary refs log tree commit diff
path: root/src/doc/man
AgeCommit message (Collapse)AuthorLines
2022-08-01Update rustc man page to match `rustc --help`Frances Wingerter-3/+3
This brings the `--crate-type`, `--emit`, and `--print` options' allowed arguments into sync with that printed by `rustc --help`.
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`). Rename it to be more clear.
2022-02-07Drop time dependency from bootstrapMark Rousskov-2/+2
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.
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.