| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -2/+2 |
| | | | | | This should be a snapshot transition. | ||||
| * | Un-XFAIL syntax-extension-fmt.rs | Brian Anderson | 2011-05-10 | 1 | -3/+0 |
| | | |||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -2/+2 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | 2011-05-03 | 1 | -0/+2 |
| | | |||||
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ↵ | Patrick Walton | 2011-05-02 | 1 | -1/+1 |
| | | | | | | | the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118. | ||||
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -1/+1 |
| | | | | | This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet. | ||||
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | This giant commit changes the syntax of Rust to use "assert" for "check" expressions that didn't mean anything to the typestate system, and continue using "check" for checks that are used as part of typestate checking. Most of the changes are just replacing "check" with "assert" in test cases and rustc. | ||||
| * | Fix the interaction between various flags in #fmt | Brian Anderson | 2011-04-26 | 1 | -2/+17 |
| | | |||||
| * | Support octal #fmt conversions | Brian Anderson | 2011-04-26 | 1 | -0/+11 |
| | | |||||
| * | Make #fmt char conversions behave like printf | Brian Anderson | 2011-04-26 | 1 | -2/+5 |
| | | |||||
| * | Precision overrides 0-padding in #fmt | Brian Anderson | 2011-04-18 | 1 | -1/+11 |
| | | |||||
| * | Left-justification overrides 0-padding in #fmt | Brian Anderson | 2011-04-18 | 1 | -1/+11 |
| | | |||||
| * | Support 0 flag in #fmt | Brian Anderson | 2011-04-18 | 1 | -0/+17 |
| | | |||||
| * | Support the space flag in #fmt | Brian Anderson | 2011-04-17 | 1 | -0/+9 |
| | | |||||
| * | Support + flag in #fmt | Brian Anderson | 2011-04-17 | 1 | -0/+5 |
| | | |||||
| * | Support #fmt precision for bools, with same rules as strings | Brian Anderson | 2011-04-17 | 1 | -0/+8 |
| | | | | | | Not totally confident this is desirable. The alternative would be to make it a compile error. | ||||
| * | Fix indentation in syntax-extension-fmt.rs | Brian Anderson | 2011-04-17 | 1 | -44/+44 |
| | | |||||
| * | Treat char #fmt conversions just like str conversions | Brian Anderson | 2011-04-17 | 1 | -0/+6 |
| | | | | | Add missing tests | ||||
| * | Support #fmt precision for signed types | Brian Anderson | 2011-04-17 | 1 | -12/+20 |
| | | |||||
| * | Support #fmt precision for unsigned types | Brian Anderson | 2011-04-17 | 1 | -16/+16 |
| | | |||||
| * | Support #fmt precision for string types | Brian Anderson | 2011-04-17 | 1 | -0/+37 |
| | | |||||
| * | Support left-justification in #fmt conversions | Brian Anderson | 2011-04-16 | 1 | -0/+10 |
| | | |||||
| * | Add another test for #fmt conversion widths | Brian Anderson | 2011-04-16 | 1 | -0/+1 |
| | | |||||
| * | Make #fmt support explicit conversion widths | Brian Anderson | 2011-04-16 | 1 | -0/+10 |
| | | |||||
| * | More tests for #fmt | Brian Anderson | 2011-04-16 | 1 | -0/+7 |
| | | |||||
| * | Add support for upper-case hex and binary output to #fmt. | Brian Anderson | 2011-04-13 | 1 | -0/+2 |
| | | | | | Only works for uints at present. Necessitated the addition of _str.to_upper. | ||||
| * | Add support for printing uints as lower-case hex to ExtFmt. | Brian Anderson | 2011-04-13 | 1 | -0/+1 |
| | | | | | | Begin passing an ExtFmt.RT.conv parsed format description to each of the ExtFmt.RT.conv* functions. | ||||
| * | Add ExtFmt test for unsigned type | Brian Anderson | 2011-04-13 | 1 | -0/+1 |
| | | |||||
| * | Add support for bool, char to extfmt. | Brian Anderson | 2011-04-11 | 1 | -3/+10 |
| | | | | | XFAIL syntax-extension-fmt in rustboot. | ||||
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Add more #fmt tests | Brian Anderson | 2011-03-02 | 1 | -0/+3 |
| | | |||||
| * | Parse parameter types for fmt extension | Brian Anderson | 2011-03-02 | 1 | -6/+5 |
| | | |||||
| * | Add fold, typecheck and trans for expr_ext | Brian Anderson | 2011-03-02 | 1 | -2/+3 |
| | | |||||
| * | Begin work on #fmt parsing | Brian Anderson | 2011-03-02 | 1 | -3/+3 |
| | | |||||
| * | Begin implementing #fmt in rustc | Brian Anderson | 2011-03-02 | 1 | -2/+10 |
| | | |||||
| * | Sketch out #fmt syntax extension in rustboot. | Graydon Hoare | 2010-10-01 | 1 | -0/+5 |