| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Further support for floating-point. Literals with exponents work | Tim Chevalier | 2011-03-22 | 1 | -7/+68 |
| | | | | | | | and literals with the 'f32' or 'f64' suffixes work as well. In addition, logging things with the f32 or f64 type works. (float is still assumed to be a synonym for f64). | ||||
| * | Started adding support for floating-point type, floating-point literals, and ↵ | Tim Chevalier | 2011-03-21 | 1 | -12/+36 |
| | | | | | logging of floats. Other operations on float probably don't work yet. | ||||
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵ | Graydon Hoare | 2011-03-16 | 1 | -7/+7 |
| | | | | | Tweak std lib vec fns in process. | ||||
| * | Extend stream functionality | Marijn Haverbeke | 2011-03-14 | 1 | -6/+6 |
| | | | | | | | Writer and reader streams now come with methods to write and read little-endian numbers. Whether that is the right place for such methods is debatable, but for now, that's where they live. | ||||
| * | Make ret and fail stmts have 0 out-edges, Closes #250. | Graydon Hoare | 2011-03-05 | 1 | -4/+1 |
| | | |||||
| * | Teach rustc about reserved keywords | Brian Anderson | 2011-02-22 | 1 | -1/+16 |
| | | |||||
| * | Rename std._io to std.io since 'io' is no longer a keyword | Brian Anderson | 2011-02-22 | 1 | -1/+1 |
| | | |||||
| * | rustc: Lex '_' as an underscore, not as an identifier | Patrick Walton | 2010-12-15 | 1 | -1/+4 |
| | | |||||
| * | Fix token span tracking in lexer. | Graydon Hoare | 2010-12-09 | 1 | -3/+7 |
| | | |||||
| * | Implement binop= forms. Un-XFAIL bitwise.rs. | Graydon Hoare | 2010-12-08 | 1 | -1/+1 |
| | | |||||
| * | Support mach types in rustc, enable 5 more tests. | Graydon Hoare | 2010-11-22 | 1 | -34/+95 |
| | | |||||
| * | Fix lexer bug, enable 5 more tests on rustc. | Graydon Hoare | 2010-11-22 | 1 | -1/+1 |
| | | |||||
| * | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | 2010-11-03 | 1 | -1/+5 |
| | | |||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -7/+7 |
| | | |||||
| * | rustc: Lex identifiers that have numbers in them too | Patrick Walton | 2010-10-13 | 1 | -2/+6 |
| | | |||||
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ↵ | Graydon Hoare | 2010-09-29 | 1 | -9/+9 |
| | | | | | up and disable it entirely in the runtime. Will need extensive reworking. | ||||
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵ | Graydon Hoare | 2010-09-23 | 1 | -0/+595 |
| rustc, and move files around. | |||||