| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -490/+0 |
| | | | | | This should be a snapshot transition. | ||||
| * | Introduce str_slice runtime function | Brian Anderson | 2011-05-11 | 1 | -7/+5 |
| | | | | | | | | This reduces the time to execute the new lib-str tests from 1:40ish to a few seconds and will eventually allow the full lib-sha1 test to run in a reasonable amount of time. XFAIL lib-str in stage0 - it will run very slowly until the next snapshot. | ||||
| * | stdlib: Remove Str.unsafe_from_mutable_bytes(). rustc now self-hosts 18 ↵ | Patrick Walton | 2011-05-10 | 1 | -9/+0 |
| | | | | | seconds faster. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -0/+501 |
| (Have fun mergining your stuff with this.) | |||||