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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
/
uint-template.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-53
/
+53
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-4
/
+4
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-43
/
+43
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-4
/
+4
2013-03-11
libsyntax: Stop parsing bare functions in preparation for switching them over
Patrick Walton
-1
/
+4
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-4
/
+4
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-56
/
+56
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-1
/
+2
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-9
/
+0
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-5
/
+0
2013-02-15
Removed generic infinity, NaN and negative zero functions
Marvin Löbel
-12
/
+0
2013-02-15
Made num <-> str conversion functions use NumStrConv trait
Marvin Löbel
-3
/
+3
2013-02-15
Moved numeric string conversion functions into own module
Marvin Löbel
-12
/
+13
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-9
/
+9
2013-02-14
libcore: Move the numeric operations out of Num. r=brson
Patrick Walton
-15
/
+25
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-5
/
+5
2013-02-13
core: add min and max to cmp, re-export various places.
Graydon Hoare
-5
/
+2
2013-02-11
Add NumCast trait for generic numeric type casts
Brendan Zabarauskas
-5
/
+12
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-4
/
+0
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-2
/
+2
2013-02-03
Fixed tests still using old integer to_str
Marvin Löbel
-3
/
+14
2013-02-03
Converted libcore/uint-template.rs to the new string functions.
Marvin Löbel
-109
/
+129
2013-02-03
Added Round trait to core
Marvin Löbel
-0
/
+12
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-0
/
+384