| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -299/+0 |
| | | | | | This should be a snapshot transition. | ||||
| * | Reuse a single work buffer every time the SHA1 message block is processed. | Brian Anderson | 2011-05-11 | 1 | -3/+7 |
| | | | | | | | This finally allows the full lib-sha1 test to run in a reasonable amount of time. Was 30s, now 3s. Trims a second or two from stage2/rustc. XFAIL lib-sha1 in stage0 since it will be very slow until the next snapshot. | ||||
| * | Remove unnecessary array access from SHA1 | Brian Anderson | 2011-05-11 | 1 | -14/+15 |
| | | | | | Provides a very small speedup. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -0/+294 |
| (Have fun mergining your stuff with this.) | |||||