about summary refs log tree commit diff
path: root/src/libcore/num/float_macros.rs
AgeCommit message (Expand)AuthorLines
2017-05-12Remove some unused macros from the rust codebaseest31-20/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-141/+0
2015-08-17core: Shuffle around float parsingAlex Crichton-9/+8
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-7/+7
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-0/+142
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+3
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+20