| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-04-08 | Update license terms in manpage | Luca Bruno | -2/+2 | |
| 2013-02-15 | Update manpage based on current usage message | hansjorg | -43/+93 | |
| 2012-10-10 | Move the description of -(W|A|D|F) into the `-W help` message | Kevin Cantu | -16/+4 | |
| 2012-10-10 | A simple update to the manpage based on the usage message | Kevin Cantu | -17/+26 | |
| 2012-10-03 | rustc 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-12 | Update version on man page. | Graydon Hoare | -1/+1 | |
| 2012-07-02 | Mark -g as experimental (#2767) | Brian Anderson | -1/+1 | |
| 2012-05-26 | Update the rustc manpage | Kevin Cantu | -61/+58 | |
| 2012-01-30 | Updating the manpage and usage message | Kevin Cantu | -86/+83 | |
| 2012-01-19 | rustc: Name the lint-style check module `lint` | Haitao Li | -2/+4 | |
| Issue #1543 | ||||
| 2012-01-19 | rustc: Add a usage pass to collect one-off analyses | Haitao 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-12 | Begin shift over to using pandoc, markdown and llnextgen for reference ↵ | Graydon Hoare | -2/+2 | |
| manual. Fix man page URL while at it. | ||||
| 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> | ||||
