| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-17 | rustc: Remove --stack-growth option | Brian Anderson | -3/+0 | |
| 2011-11-17 | rustc: Add a flag '--warn-unused-imports' | Haitao Li | -0/+3 | |
| Followup of issue #889 | ||||
| 2011-11-16 | Removed --no-typestate flag from rutsc | Stefan Plantikow | -4/+0 | |
| Fixes issue #1139 | ||||
| 2011-11-07 | Use ".ll" as default suffix of LLVM assembly file | Haitao 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-28 | Man page cleanup | Brian Anderson | -3/+3 | |
| 2011-10-28 | rustc: Change --OptLevel to --opt-level | Brian Anderson | -2/+2 | |
| 2011-10-28 | More man page cleanup | Brian Anderson | -1/+2 | |
| 2011-10-28 | Update man page for default library naming | Brian Anderson | -5/+6 | |
| 2011-10-25 | rustc.1: Fix formatting. | Elly Jones | -27/+54 | |
| 2011-10-25 | rustc.1: Fix sysroot documentation. | Elly Jones | -1/+2 | |
| 2011-10-25 | man: 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> | ||||
