| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -5/+2 | |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 | |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 | |
| This breaks a fair amount of code. The typical patterns are: * `for _ in range(0, 10)`: change to `for _ in range(0u, 10)`; * `println!("{}", 3)`: change to `println!("{}", 3i)`; * `[1, 2, 3].len()`: change to `[1i, 2, 3].len()`. RFC #30. Closes #6023. [breaking-change] | ||||
| 2014-03-26 | bench: Put the spawn bench back on libgreen | Alex Crichton | -1/+13 | |
| This bench is meant to exercise libgreen, not libnative. It recently caused the auto-linux-32-nopt-t bot to fail as no output was produced for an hour. | ||||
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -1/+1 | |
| 2014-01-24 | Add benchmarks | Corey Richardson | -0/+16 | |
