about summary refs log tree commit diff
path: root/src/lib/u8.rs
AgeCommit message (Collapse)AuthorLines
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-68/+0
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-4/+4
Fixes issue #1165
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-1/+2
Remove implicit copying hack. Closes #1118
2011-10-27Add more std docsBrian Anderson-0/+5
2011-10-27Add std documentation for float and u8 functionsMatt Brubeck-0/+26
2011-10-21Remove last uses of iterators from stdlibMarijn Haverbeke-1/+4
Issue #1056
2011-10-17[Lib] u8.rs, u64.rs: +min_value, max_valueDavid Rajchenbach-Teller-1/+2
2011-08-30Add a precondition on vec::zipTim 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-27Reformat for new syntaxMarijn Haverbeke-12/+12
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-1/+1
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-7/+12
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-0/+28
Except for _task, which is still a keyword.