about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
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
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-5/+5
2014-03-25libstd: Document the following modules:Patrick Walton-46/+183
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-2/+1
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+24
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-87/+18
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-2/+24
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-3/+3
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-5/+5
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-1/+3
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+12
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-8/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-28/+0
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-8/+4
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-2/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-12/+12
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-2/+2
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-21/+93
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-18/+88
2014-02-22Add Pod trait bound to std::num::PrimitiveBrendan Zabarauskas-1/+3
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-407/+18
2014-02-20move extra::test to libtestLiigo Zhuang-4/+4
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-500/+490
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-39/+89
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-500/+490
2014-02-15auto merge of #12302 : alexcrichton/rust/issue-12295, r=brsonbors-2/+0
2014-02-15Silence some unused import warningsAlex Crichton-2/+0
2014-02-14Fix all code examplesAlex Crichton-21/+26
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-5/+1
2014-02-13Removed num::OrderableMichael Darakananda-210/+3