Frances Wingerter
9864db6c76
Update rustc man page to match rustc --help
...
This brings the `--crate-type`, `--emit`, and `--print` options' allowed arguments into sync with that printed by `rustc --help`.
2022-08-01 22:03:18 +00:00
Joshua Nelson
3c9765cff1
Rename debugging_opts to unstable_opts
...
This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`).
Rename it to be more clear.
2022-07-13 17:47:06 -05:00
Mark Rousskov
2a8c7509d4
Drop time dependency from bootstrap
...
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.
2022-02-07 09:11:08 -05:00
Mazdak Farrokhzad
4954cae241
Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez
...
Add description for -Os and -Oz in rustc.1
2019-04-04 15:09:07 +02:00
lzutao
4c9c2cf160
Add description for -Os and -Oz in rustc.1
2019-04-04 12:20:53 +07:00
Christian
7e37b46d20
Updated the environment description in rustc.
2019-04-03 15:50:20 +02:00
Donato Sciarra
c57deb923e
Remove references to AUTHORS.txt file
...
Refer instead to thanks page.
2018-07-30 07:47:12 +02:00
Seo Sanghyeon
37783563ed
Update the man page with additional --print options
2018-05-10 12:11:47 +09:00
Jeremy Fitzhardinge
56a6828533
Implement --remap-path-prefix
...
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 .
2018-02-22 15:13:21 -08:00
Zack M. Davis
207fc0bb45
template month/year, version into man pages while building dist tarball
...
This is meant to resolve #25689 .
2017-12-04 23:47:59 -08:00
Vadim Petrochenkov
b434c84bab
cleanup: rustc doesn't use an external archiver
2017-10-09 22:36:08 +03:00
est31
d587558269
Move the man directory to a subdirectory
...
There is no reason it should be in the top directory.
2017-09-08 12:51:19 +02:00