| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant ↵ | Patrick Walton | 2010-11-18 | 1 | -0/+4 |
| | | | | | checking, improves diagnostics. Also report untyped slots. | ||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -4/+4 |
| | | |||||
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 1 | -4/+4 |
| | | |||||
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -4/+4 |
| | | |||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | value | ||||
| * | Revert "rustboot: Emit an error instead of asserting in trans when a T is ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | | | passed by value" due to test failures This reverts commit ee901858a27bf00c7dd66e7cfecb9dd97029dba8. | ||||
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by ↵ | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| | | | | | value | ||||
| * | Make list.find return an option of different type than the list element. | Graydon Hoare | 2010-10-18 | 1 | -7/+7 |
| | | |||||
| * | Flesh out the std.list module a touch. | Graydon Hoare | 2010-10-18 | 1 | -0/+49 |
| | | |||||
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ↵ | Graydon Hoare | 2010-10-15 | 1 | -0/+15 |
| rustc to use std.util.option. Fix various dependent bugs. Closes #73. | |||||