about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-28/+28
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-35/+35
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-54/+67
2014-05-19Minor doc fixes in various placesPiotr Jawniak-1/+1
2014-05-15core: Update all tests for fmt movementAlex Crichton-12/+3
2014-05-15std: Fix float testsAlex Crichton-18/+18
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-44/+28
2014-05-15Updates with core::fmt changesAlex Crichton-3/+0
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-689/+8
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-0/+1
2014-05-11core: Remove the cast moduleAlex Crichton-9/+9
2014-05-08Handle breakage after libcore splitKevin Ballard-21/+17
2014-05-08Clean up unused importsKevin Ballard-1/+0
2014-05-08Handle fallout in std::ascii and std::strconvKevin Ballard-10/+10
2014-05-08More fallout from removing FromIterator on ~[T]Kevin Ballard-2/+2
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+3
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-1506/+77
2014-05-07core: Inherit what's possible from the num moduleAlex Crichton-849/+15
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+7
2014-04-27Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rsJacob Hegna-10/+28
2014-04-24add min_pos_value constant for floatsAaron Turon-19/+40
2014-04-23fix std::f32 and std::f64 constantsAaron Turon-75/+94
2014-04-23auto merge of #13694 : jacob-hegna/rust/master, r=brsonbors-0/+20
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-429/+523
2014-04-22Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 i...Jacob Hegna-3/+3
2014-04-22Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and ...Jacob Hegna-0/+20
2014-04-20auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwaltonbors-2/+8
2014-04-19auto merge of #13614 : cgaebel/rust/master, r=brsonbors-0/+6
2014-04-19Reorder Float methods in trait definition and make consistent in implsBrendan Zabarauskas-293/+268
2014-04-19Fix formatting in float implementationsBrendan Zabarauskas-72/+198
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-154/+154
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-77/+70
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-28/+30
2014-04-18Reduce HashMap allocations.Clark Gaebel-0/+6
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-26/+27
2014-04-15std: Un-ignore some float tests on windowsAlex Crichton-2/+2
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-12/+12
2014-04-13auto merge of #13470 : Manishearth/rust/docnum, r=brsonbors-0/+4
2014-04-12Document traits in std::num (#7511)Manish Goregaokar-0/+4
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-27/+27
2014-04-08rustc: Remove f{32,64} % from the languageAlex Crichton-2/+8
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-205/+84
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-8/+8
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-276/+126
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-11/+11
2014-04-01remove the cmath moduleDaniel Micay-203/+126
2014-04-01rand: bubble up IO messages futher.Huon Wilson-11/+11
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-73/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-22/+22
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2