about summary refs log tree commit diff
path: root/man
AgeCommit message (Collapse)AuthorLines
2013-04-08Update license terms in manpageLuca Bruno-2/+2
2013-02-15Update manpage based on current usage messagehansjorg-43/+93
2012-10-10Move the description of -(W|A|D|F) into the `-W help` messageKevin Cantu-16/+4
2012-10-10A simple update to the manpage based on the usage messageKevin Cantu-17/+26
2012-10-03rustc man page and usage text update.Orphée Lafond-Lummis-9/+5
* Mark --static as experimental; * Remove --stats, as the option isn't implemented. * Bold and surround by pointy brackets (<>) all the URLs of rustc man page, for consistency.
2012-07-12Update version on man page.Graydon Hoare-1/+1
2012-07-02Mark -g as experimental (#2767)Brian Anderson-1/+1
2012-05-26Update the rustc manpageKevin Cantu-61/+58
2012-01-30Updating the manpage and usage messageKevin Cantu-86/+83
2012-01-19rustc: Name the lint-style check module `lint`Haitao Li-2/+4
Issue #1543
2012-01-19rustc: Add a usage pass to collect one-off analysesHaitao Li-0/+3
This patch starts from move the analysis which checkes of probably incorrectly usage of `int|uint` in native fn. Issue #1543
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference ↵Graydon Hoare-2/+2
manual. Fix man page URL while at it.
2011-12-17rustc: Remove --stack-growth optionBrian Anderson-3/+0
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-0/+3
Followup of issue #889
2011-11-16Removed --no-typestate flag from rutscStefan Plantikow-4/+0
Fixes issue #1139
2011-11-07Use ".ll" as default suffix of LLVM assembly fileHaitao Li-2/+5
This commit is a follow up of Issue #1147. Althought there are some inconsistency about this naming convention in LLVM. For example, `clang' write LLVM assembly to a file with ".s" suffix, while both `llvm-dis' and `opt' write to files with ".ll" suffices. We think ".ll" makes more sense. Also rustc manual page is updated.
2011-10-28Man page cleanupBrian Anderson-3/+3
2011-10-28rustc: Change --OptLevel to --opt-levelBrian Anderson-2/+2
2011-10-28More man page cleanupBrian Anderson-1/+2
2011-10-28Update man page for default library namingBrian Anderson-5/+6
2011-10-25rustc.1: Fix formatting.Elly Jones-27/+54
2011-10-25rustc.1: Fix sysroot documentation.Elly Jones-1/+2
2011-10-25man: Add rustc.1.Elly Jones-0/+103
Document the compiler a bit. Not installed yet as I don't understand automake very well. Signed-off-by: Elly Jones <elly@leptoquark.net>