index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
num
/
uint_macros.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-11
num: implement CheckedDiv
Daniel Micay
-1
/
+18
2013-08-09
Remove redundant Ord method impls.
OGINO Masanori
-6
/
+0
2013-08-07
Implement DoubleEndedIterator on Range
Kevin Ballard
-16
/
+1
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-22
/
+29
2013-08-02
replace `range` with an external iterator
Daniel Micay
-14
/
+1
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/lib*
Birunthan Mohanathas
-1
/
+1
2013-07-10
Switch over to new range_rev semantics; fix #5270.
Felix S. Klock II
-3
/
+4
2013-07-10
Refactored int/uint range code in preparation for change to range_rev semantics.
Felix S. Klock II
-17
/
+76
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-42
/
+0
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-0
/
+2
2013-06-30
Specialize to_str_common for floats/integers in strconv
Alex Crichton
-9
/
+18
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-1
/
+2
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-65
/
+65
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-10
/
+10
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-1
/
+1
2013-05-30
Add example for uint::range_step.
Steve Klabnik
-3
/
+12
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+12
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+8
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-32
/
+32
2013-05-24
Remove usage of the #[merge] hack with int modules
Alex Crichton
-0
/
+667