| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -68/+0 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-15 | Replaced constant functions with actual constants in std and updated tests | Stefan Plantikow | -4/+4 | |
| Fixes issue #1165 | ||||
| 2011-11-03 | Disallow writing to function arguments again | Marijn Haverbeke | -1/+2 | |
| Remove implicit copying hack. Closes #1118 | ||||
| 2011-10-27 | Add more std docs | Brian Anderson | -0/+5 | |
| 2011-10-27 | Add std documentation for float and u8 functions | Matt Brubeck | -0/+26 | |
| 2011-10-21 | Remove last uses of iterators from stdlib | Marijn Haverbeke | -1/+4 | |
| Issue #1056 | ||||
| 2011-10-17 | [Lib] u8.rs, u64.rs: +min_value, max_value | David Rajchenbach-Teller | -1/+2 | |
| 2011-08-30 | Add a precondition on vec::zip | Tim Chevalier | -11/+11 | |
| vec::zip now has the precondition that the two argument vectors are the same length. Changed uses of it to reflect that. Also added a few vector-enumerating utilities to vec.rs, which necessitated in making some functions in u8 declared-pure. | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -12/+12 | |
| 2011-06-15 | Fix a bunch of compile-command lines to use RBUILD | Graydon Hoare | -1/+1 | |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -7/+12 | |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -0/+28 | |
| Except for _task, which is still a keyword. | ||||
