about summary refs log tree commit diff
path: root/src/lib/_uint.rs
AgeCommit message (Expand)AuthorLines
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-107/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-0/+107
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-107/+0
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-1/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-1/+1
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-1/+1
2011-04-27stdlib: Real fix for _uint.parse_buf().Patrick Walton-0/+8
2011-04-27stdlib: Fix a crazy underflow bug in _uint.parse_buf. Oops.Patrick Walton-3/+2
2011-03-25rustc: Parse definition IDs from crates; add a function to parse unsigned int...Patrick Walton-0/+12
2011-03-18Make some standard library pieces no longer dependent on mutable parameters, ...Patrick Walton-5/+8
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-2/+2
2011-03-09Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...Graydon Hoare-1/+0
2010-11-18rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c...Patrick Walton-0/+1
2010-11-09Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t...Graydon Hoare-19/+9
2010-09-22Reformat standard library; no code changes.Graydon Hoare-52/+61
2010-08-26Make vreg constrs per-quad, regfence on nontrivial constrs, back out workarou...Graydon Hoare-3/+1
2010-08-26Workaround issue #152 in _uint.next_power_of_twoRoy Frostig-1/+3
2010-08-25Fix edge case in uint->string conversion.Graydon Hoare-1/+1
2010-08-20Redo _uint.to_str to work with chars and only one tmp str, built left-to-right.Graydon Hoare-19/+37
2010-08-20Add _uint module to std, move some code around.Graydon Hoare-0/+68