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