about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
2015-03-08Auto merge of #22984 - carols10cents:tests-for-float, r=huonwbors-345/+925
2015-03-07Use assert_eq! rather than assert!Ryan Prichard-1/+1
2015-03-05Removing unnecessary pub from a test functionCarol Nichols-2/+2
2015-03-05Add tests to stable f32 and f64 methods that didn't have anyCarol Nichols-0/+580
2015-03-05Rearrange tests to be in the same order as implementationCarol Nichols-345/+345
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-31/+31
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-12/+14
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-2/+2
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-12/+13
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-2/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-23Rollup merge of #22658 - glacjay:issue-22535, r=GankroManish Goregaokar-62/+66
2015-02-22shift int/uint tests around to avoid code repetitionGlacJAY-62/+66
2015-02-20make int/uint modules just re-exportsAlexis-149/+105
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-39/+39
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-16/+16
2015-02-16Document std::num::Float with examplesmdinger-42/+777
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-21/+21
2015-02-15Fix the falloutVadim Petrochenkov-21/+21
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-0/+2
2015-02-11Auto merge of #22076 - carols10cents:exp2-calling-exp, r=huonwbors-2/+56
2015-02-10Auto merge of #21937 - alexcrichton:issue-21929, r=aturonbors-1/+1
2015-02-08Correct fns exp2 that were calling expCarol Nichols-2/+56
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-04std: Add reexports for core parse errorsAlex Crichton-1/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-23/+23
2015-01-30std: Stabilize FromStr and parseAlex Crichton-10/+10
2015-01-30Remove all `i` suffixesTobias Bucher-23/+23
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-51/+51
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-9/+18
2015-01-23Set unstable feature names appropriatelyBrian Anderson-45/+45
2015-01-21Remove 'since' from unstable attributesBrian Anderson-45/+45
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-105/+129
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-17Register new snapshots.Eduard Burtescu-28/+14
2015-01-08Improvements to feature stagingBrian Anderson-18/+18
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-6/+56
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-14/+28
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+56
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06Apply stability attributes to std::num::Float.Huon Wilson-30/+56