about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2015-01-30fix falloutJorge Aparicio-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-10/+10
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-10/+10
2015-01-23grandfathered -> rust1Brian Anderson-59/+59
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-32/+64
2015-01-23Set unstable feature names appropriatelyBrian Anderson-57/+57
2015-01-21Remove 'since' from unstable attributesBrian Anderson-57/+57
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-148/+178
2015-01-17Register new snapshots.Eduard Burtescu-13/+8
2015-01-08Improvements to feature stagingBrian Anderson-22/+22
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+6
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+2
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-6/+53
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-6/+9
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+53
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-06Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}.Huon Wilson-11/+40
2015-01-06Unstabilise f32/f64 constants that are int/uint.Huon Wilson-14/+13
2015-01-06Reword unstability message for core::num::Float.Huon Wilson-1/+1
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-3/+33
2015-01-06num: remove deprecated functionality.Huon Wilson-12/+12
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-3/+0
2015-01-05Remove i suffix in docsSteve Klabnik-1/+1
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+0
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-357/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in unop traitsJorge Aparicio-4/+4
2015-01-03use assoc types in binop traitsJorge Aparicio-23/+23
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-1/+1
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-26/+26
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+1
2014-12-19Stabilize integer modulesAaron Turon-10/+6
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-16/+11
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-16/+11
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-155/+158
2014-12-13libcore: fix move semantics falloutJorge Aparicio-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-02Improve documentation of checked_* functionsVictor van den Elzen-4/+4
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-18Fallout from deprecationAaron Turon-4/+4
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-23/+93