about summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
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
2014-12-13libstd: fix unit testsJorge Aparicio-11/+13
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+18
2014-12-09Rollback accidental documentation changesTobias Bucher-29/+21
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-19/+32
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-16/+16
2014-11-27Documentation fix for std::num::strconvBarosl Lee-41/+35
2014-11-25/** -> ///Steve Klabnik-25/+26
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-1/+2
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-11/+29
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-3/+3