aboutsummaryrefslogtreecommitdiff
path: root/src/lib/_uint.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: Parse definition IDs from crates; add a function to parse unsigned ↵Patrick Walton2011-03-251-0/+12
| | | | ints to the standard library
* Make some standard library pieces no longer dependent on mutable parameters, ↵Patrick Walton2011-03-181-5/+8
| | | | which rustc doesn't support
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵Graydon Hoare2011-03-161-2/+2
| | | | Tweak std lib vec fns in process.
* Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ↵Graydon Hoare2011-03-091-1/+0
| | | | root within std.rc anyway)
* rustboot: Don't use walk to traverse statements in type.ml; fixes redundant ↵Patrick Walton2010-11-181-0/+1
| | | | checking, improves diagnostics. Also report untyped slots.
* Teach rustc about const tag value, begin work on trans_copy_ty, make uint's ↵Graydon Hoare2010-11-091-19/+9
| | | | to_str routine less clever and thereby resist overflow.
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-52/+61
|
* Make vreg constrs per-quad, regfence on nontrivial constrs, back out ↵Graydon Hoare2010-08-261-3/+1
| | | | workaround to _uint, add regression test. Closes #152.
* Workaround issue #152 in _uint.next_power_of_twoRoy Frostig2010-08-261-1/+3
|
* Fix edge case in uint->string conversion.Graydon Hoare2010-08-251-1/+1
|
* Redo _uint.to_str to work with chars and only one tmp str, built left-to-right.Graydon Hoare2010-08-201-19/+37
|
* Add _uint module to std, move some code around.Graydon Hoare2010-08-201-0/+68