| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+33 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -33/+0 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -0/+12 |
| | | | | | | | | | | It's still sketchy. I added a typestate annotation field to statements tagged stmt_decl or stmt_expr, because a stmt_decl statement has a typestate that's different from that of its child node. This necessitated trivial changes to a bunch of other files all over to the compiler. I also added a few small standard library functions, some of which I didn't actually end up using but which I thought might be useful anyway. | ||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -18/+0 |
| | | |||||
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 1 | -0/+18 |
| | | |||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -18/+0 |
| | | |||||
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 1 | -12/+21 |
| | | |||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 1 | -4/+4 |
| | | | | | translate 0-ary constructors as constants. Rustc loses ~300kb. | ||||
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵ | Graydon Hoare | 2010-09-09 | 1 | -1/+4 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | Pass parametric types by-alias in various stdlib spots. | Roy Frostig | 2010-08-03 | 1 | -1/+1 |
| | | |||||
| * | More stdlib hashmap bits (plus some drive-by extras). | Roy Frostig | 2010-08-03 | 1 | -1/+8 |
| | | |||||
| * | Implement the "simple typechecker", which avoids HM inference | Patrick Walton | 2010-07-15 | 1 | -1/+1 |
| | | |||||
| * | Rename some stuff in lib/util.rs. | Graydon Hoare | 2010-07-05 | 1 | -2/+2 |
| | | |||||
| * | Gut the box[m][o] family from util. | Roy Frostig | 2010-07-02 | 1 | -26/+0 |
| | | |||||
| * | The few and proud isolated bits from stdlib-work so far that don't break ↵ | Roy Frostig | 2010-06-28 | 1 | -0/+46 |
| everything. Note util.rs hasn't yet been declared mod in the std crate. Don't do that yet, as it breaks make check. | |||||