| Commit message (Expand) | Author | Age | Files | Lines |
| * | Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-preceden... | Graydon Hoare | 2010-12-13 | 1 | -10/+20 |
| * | Change 'stratum' to the friendlier term 'layer'. | Graydon Hoare | 2010-12-03 | 5 | -50/+50 |
| * | Change PVAL_num to PVAL_int and remove non-int literal forms. | Graydon Hoare | 2010-11-13 | 1 | -16/+14 |
| * | Remove dead code in cexp. | Graydon Hoare | 2010-11-13 | 1 | -1/+0 |
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 4 | -33/+46 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 7 | -46/+121 |
| * | rustboot: Don't use ridiculous type names when describing simple types like i... | Patrick Walton | 2010-10-21 | 1 | -0/+11 |
| * | Bind labels explicitly in fe/cexp.ml. Should fix issue #169. | Patrick Walton | 2010-10-11 | 1 | -2/+2 |
| * | Sketch out #fmt syntax extension in rustboot. | Graydon Hoare | 2010-10-01 | 2 | -42/+407 |
| * | Drop slots on block exits even when blocks have no statements. Part way to fi... | Graydon Hoare | 2010-09-30 | 1 | -0/+1 |
| * | implemented break for while-loop case | Or Brostovski | 2010-09-30 | 4 | -1/+20 |
| * | Closed issue 154 - prevents compiler from compiliing a line to zero statements | Or Brostovski | 2010-09-30 | 1 | -1/+10 |
| * | Report an error instead of asserting when an item name is already in use | Patrick Walton | 2010-09-21 | 1 | -3/+7 |
| * | Tighten pattern parsing on 0-ary constructors. | Graydon Hoare | 2010-09-21 | 1 | -1/+5 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 3 | -13/+30 |
| * | Wrap long lines. | Graydon Hoare | 2010-09-20 | 1 | -2/+4 |
| * | Use name_base in plval base. | Graydon Hoare | 2010-09-20 | 3 | -18/+8 |
| * | Move id counters into sess in preparation for moving desugaring to middle-end. | Graydon Hoare | 2010-09-20 | 3 | -48/+19 |
| * | Add a pexp-rebuild phase to the type resolution pass in resolve.ml. | Graydon Hoare | 2010-09-16 | 1 | -0/+2 |
| * | Add beginnings of a fuzzer to rustboot. | Graydon Hoare | 2010-09-16 | 1 | -0/+166 |
| * | Minor improvements to pretty-printer. | Graydon Hoare | 2010-09-15 | 1 | -5/+16 |
| * | Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late... | Graydon Hoare | 2010-09-15 | 4 | -10/+37 |
| * | Add pretty-printing for pexps. | Graydon Hoare | 2010-09-15 | 1 | -0/+145 |
| * | Add some form-judgements on plvals and pexps. | Graydon Hoare | 2010-09-15 | 1 | -10/+86 |
| * | Commence moving pexp into ast, for eventual merger with expr. | Graydon Hoare | 2010-09-14 | 3 | -154/+158 |
| * | Teach front-end about simple, first-cut version of const items. | Graydon Hoare | 2010-09-14 | 4 | -0/+34 |
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | 2010-09-09 | 4 | -229/+145 |
| * | First lame stab at solving the diamond import problem | Patrick Walton | 2010-09-08 | 3 | -5/+22 |
| * | Initial support for a global crate metadata cache | Patrick Walton | 2010-09-07 | 2 | -5/+3 |
| * | Make error reporting slightly more regular. | Graydon Hoare | 2010-08-24 | 1 | -2/+3 |
| * | Merge remote branch 'tohava/master' | Graydon Hoare | 2010-08-23 | 2 | -69/+116 |
| |\ |
|
| | * | Modified parser to handle alt type andadded a few tests | Or Brostovski | 2010-08-21 | 2 | -65/+116 |
| | * | Merge branch 'master' of git://github.com/graydon/rust | Or Brostovski | 2010-08-07 | 2 | -26/+29 |
| | |\ |
|
| * | | | Warn when the value of "spawn" is unused, as it's useless | Patrick Walton | 2010-08-20 | 1 | -1/+5 |
| * | | | Add support for a reserved-words list and reserve the various not-supported-b... | Graydon Hoare | 2010-08-17 | 1 | -15/+72 |
| * | | | Absent any deep overhauls to syntax or constant-handling, hack in the ability... | Graydon Hoare | 2010-08-16 | 3 | -19/+43 |
| * | | | Kill old parser support for type-parametric modules. We don't support those. | Graydon Hoare | 2010-08-12 | 1 | -2/+2 |
| * | | | Merge commit 'tohava/master' | Graydon Hoare | 2010-08-10 | 1 | -20/+56 |
| |\| | |
|
| | * | | Added AST pretty printing for communication alt statement, closes issue 19. | Or Brostovski | 2010-08-07 | 1 | -4/+38 |
| | * | | Added forgotten handling for alt_type_else, and also for stmt_note | Tohava | 2010-08-06 | 1 | -10/+26 |
| | * | | Added AST pretty printing for slice expression | Tohava | 2010-08-06 | 1 | -1/+28 |
| | * | | Merge branch 'master' of git://github.com/graydon/rust | Tohava | 2010-08-05 | 1 | -36/+86 |
| | |\ \ |
|
| | * | | | Added AST logging, and modified AST for consistent handling of alt stmts. | Tohava | 2010-08-05 | 1 | -18/+57 |
| * | | | | Add names to tasks and domains. These can either be an explicit literal string | Jeffrey Yasskin | 2010-08-09 | 2 | -7/+27 |
| | |_|/
|/| | |
|
| * | | | Added forgotten handling for alt_type_else, and also for stmt_note | Or Brostovski | 2010-08-06 | 1 | -10/+26 |
| * | | | Added AST pretty printing for slice expression | Or Brostovski | 2010-08-06 | 1 | -1/+28 |
| * | | | Added AST logging, and modified AST for consistent handling of alt stmts. | Or Brostovski | 2010-08-06 | 1 | -18/+57 |
| * | | | Accept uint literals as literal patterns. | Roy Frostig | 2010-08-06 | 1 | -1/+4 |
| * | | | Move 'as' precedence up to just above relational; support indexing str and ve... | Graydon Hoare | 2010-08-05 | 1 | -25/+25 |
| | |/
|/| |
|
| * | | Fix pexp parser to do left-associativity, not right. Closes #130. | Graydon Hoare | 2010-08-04 | 1 | -36/+86 |
| |/ |
|