| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+101 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -101/+0 |
| * | Ge the host triple using LLVM. Fix a few 'mutable' warnings also. | Kelly Wilson | 2011-05-06 | 1 | -6/+6 |
| * | Add quick sort function to the std lib. | Kelly Wilson | 2011-05-05 | 1 | -0/+52 |
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | 2011-03-16 | 1 | -28/+28 |
| * | Add std.sort, with a simple mergesort. | Graydon Hoare | 2010-12-21 | 1 | -0/+49 |