| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -5/+5 |
| | | | | | a cast notation. Closes #129. | ||||
| * | Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and ↵ | Roy Frostig | 2010-07-22 | 1 | -2/+5 |
| | | | | | runtime. Closes #109. | ||||
| * | Source FIXME annotations for issue #81 and a correction to STMT_bind fmt. | Roy Frostig | 2010-07-22 | 1 | -5/+7 |
| | | |||||
| * | Implement the "simple typechecker", which avoids HM inference | Patrick Walton | 2010-07-15 | 1 | -1/+1 |
| | | |||||
| * | Add a _vec.slice function that'll hold us over until .(a,b) syntax is | Jeffrey Yasskin | 2010-07-16 | 1 | -0/+15 |
| | | | | | | implemented. This could actually replace .(a,b) syntax if the language grows optional function parameters. | ||||
| * | Add differently-typed refcount synonyms to _str and _vec. | Graydon Hoare | 2010-07-13 | 1 | -0/+1 |
| | | |||||
| * | Uint-ify various bits of _str and _vec, enrich _vec a bit. | Graydon Hoare | 2010-07-05 | 1 | -6/+36 |
| | | |||||
| * | The few and proud isolated bits from stdlib-work so far that don't break ↵ | Roy Frostig | 2010-06-28 | 1 | -0/+11 |
| | | | | | everything. Note util.rs hasn't yet been declared mod in the std crate. Don't do that yet, as it breaks make check. | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+30 |