about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
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
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-30/+437
2015-01-06num: remove deprecated functionality.Huon Wilson-4/+0
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+0
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-52/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+3
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-34/+37
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-8/+7
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-34/+37
2014-12-29std: Stabilize the prelude moduleAlex Crichton-5/+6
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+4
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-21/+23
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-21rollup merge of #20062: aturon/stab-2-intsAlex Crichton-2/+2
2014-12-21Remove a ton of public reexportsCorey Farwell-19/+23
2014-12-19Stabilize integer modulesAaron Turon-2/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-6/+4
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-5/+26
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-5/+26
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-7/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-38/+38
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-5/+3
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+3