summary refs log tree commit diff
path: root/src/libstd/num
AgeCommit message (Expand)AuthorLines
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
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+1
2014-11-16Remove use of deprecated functionBrendan Zabarauskas-2/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-562/+22
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-6/+6
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-1/+10
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-2/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-16/+13
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-26/+25
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+1
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-8/+8
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-1/+23
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-20/+20
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-6/+6