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
/
libcore
/
num
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-169
/
+169
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-2
/
+3
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-5
/
+0
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-15
auto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
bors
-14
/
+19
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-15
Made num <-> str conversion functions use NumStrConv trait
Marvin Löbel
-6
/
+6
2013-02-15
Moved numeric string conversion functions into own module
Marvin Löbel
-14
/
+19
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
-16
/
+27
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-7
/
+7
2013-02-11
Add NumCast trait for generic numeric type casts
Brendan Zabarauskas
-20
/
+78
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
-1
/
+1
2013-02-03
Solved float, f32 and f64 `to_str_radix()` special value ambiguity.
Marvin Löbel
-1
/
+23
2013-02-03
Fixed errors resulting from rebase.
Marvin Löbel
-5
/
+5
2013-02-03
Converted the floating point types to the new string conversion functions.
Marvin Löbel
-206
/
+221
2013-02-03
Added Round trait to core
Marvin Löbel
-0
/
+33
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-0
/
+620
[prev]