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
/
libcoretest
/
num
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-08
Rollup merge of #33426 - sfackler:try-from, r=aturon
Manish Goregaokar
-146
/
+299
2016-05-07
Implement RFC 1542
Steven Fackler
-147
/
+300
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-1
/
+0
2016-03-11
cleanup int suffixes in libcoretest
srinivasreddy
-2
/
+2
2015-12-13
restore tests accidentally removed in #30182
Tamir Duberstein
-0
/
+8
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-29
/
+0
2015-10-17
Implement conversion traits for primitive float types
Josh Stone
-0
/
+57
2015-10-15
Implement conversion traits for primitive integer types
Vadim Petrochenkov
-0
/
+40
2015-10-03
integer parsing should accept leading plus
arthurprs
-0
/
+8
2015-09-20
Reorganize core::num internals
Robin Kruppe
-0
/
+1
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-0
/
+1
2015-07-19
optimize from_str_radix
arthurprs
-2
/
+9
2015-05-06
core: added core::num::flt2dec for floating-point formatting.
Kang Seonghoon
-0
/
+2
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-19
/
+12
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-4
/
+4
2015-03-03
Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.
Felix S. Klock II
-4
/
+4
2015-03-01
Remove int/uint from libstd/lib.rs
Guillaume Gomez
-2
/
+0
2015-02-24
Add missing `fn`
Michał Krasnoborski
-1
/
+1
2015-02-24
Stop parsing "-" as integer, fixes #22745
Michał Krasnoborski
-0
/
+5
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-5
/
+5
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-26
/
+26
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-5
/
+5
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-4
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-2
/
+4
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-0
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-18
/
+16
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-13
libcoretest: fix unit tests
Jorge Aparicio
-10
/
+12
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-0
/
+70
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-2
/
+10
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-1
/
+1
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+39