| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -23/+24 |
| | | | | | This should be a snapshot transition. | ||||
| * | rustc: Number everything with an annotation | Patrick Walton | 2011-05-10 | 1 | -6/+6 |
| | | |||||
| * | Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead. | Graydon Hoare | 2011-05-06 | 1 | -2/+11 |
| | | |||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -5/+5 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Add #env syntax extension for plucking strings out of the compilation ↵ | Graydon Hoare | 2011-05-04 | 1 | -0/+68 |
| environment. | |||||