about summary refs log tree commit diff
path: root/src/libcore/num/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Register new snapshots.Eduard Burtescu-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-22/+22
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-4/+4
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-06Reword unstability message for core::num::Float.Huon Wilson-1/+1
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-3/+13
2015-01-06num: remove deprecated functionality.Huon Wilson-12/+12
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-205/+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-10/+8
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+1
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-138/+138
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-18libs: stabilize most numerics after RFC changesAaron Turon-2/+49
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-21/+26
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-21/+26
2014-11-18rollup merge of #19015: alex/libcore-typosJakub Bukaj-2/+2
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-11/+11
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17change return type of slice_shift_charAndrew Cann-11/+11
2014-11-16Fixed a few typos in libcoreAlex Gaynor-2/+2
2014-11-16Remove core::num::strconvBrendan Zabarauskas-3/+276
2014-11-16Move FromStr to core::strBrendan Zabarauskas-0/+14
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-116/+74
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+22
2014-11-13Clean up core::num doc commentsBrendan Zabarauskas-50/+45
2014-11-13Deprecate signum wrapper and clean up signed implsBrendan Zabarauskas-38/+42
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-46/+60
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-121/+99
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-57/+74
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-220/+191
2014-11-13Rejig Int impl macrosBrendan Zabarauskas-20/+32
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-37/+22