about summary refs log tree commit diff
path: root/src/lib/int.rs
AgeCommit message (Expand)AuthorLines
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-189/+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-8/+13
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-1/+2
2011-10-31Add a char::to_digit functionMatt Brubeck-5/+1
2011-10-31Correct handling of non-numeric chars in parse_bufMatt Brubeck-1/+9
2011-10-30Fix int::parse_buf for negative numbers (#1102)Matt Brubeck-2/+4
2011-10-27Remove std::int::eq_aliasBrian Anderson-3/+0
2011-10-25Begin documenting std and add doc generation using naturaldocsBrian Anderson-1/+79
2011-10-21Remove last uses of iterators from stdlibMarijn Haverbeke-3/+2
2011-10-17[Lib] int.rs, uint.rs: added max_value, min_valueDavid Rajchenbach-Teller-0/+7
2011-10-12[Optim] int.rs: reimplemented pow with fast exponentiationDavid Rajchenbach-Teller-10/+13
2011-09-28Revert "Revert "Implement pattern ranges for all numeric types.""Brian Anderson-0/+23
2011-09-21Revert "Implement pattern ranges for all numeric types."Marijn Haverbeke-23/+0
2011-09-21Implement pattern ranges for all numeric types.Josh Matthews-0/+23
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-09-02Reformat. Issue #855Brian Anderson-3/+3
2011-09-01Declare a bunch of int functions as pureTim Chevalier-15/+15
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-4/+4
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-2/+2
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-28/+28
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-0/+1
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-24/+28
2011-05-22stdlib: Use if/alt expressions in std::intBrian Anderson-9/+9
2011-05-19rustc: Generalize variable bindings so that we can use it for locals tooPatrick Walton-0/+4
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-0/+62