about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
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
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-411/+282
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+432
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-116/+146
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+26
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/+111
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-57/+86
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
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-29/+50
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-22/+0
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-19/+7
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-27/+27
2014-11-08Make Int inherit from Ord.Josh Haberman-1/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-3/+3
2014-10-30rollup merge of #18421 : tbu-/pr_checkeddiv1Alex Crichton-1/+1
2014-10-30rollup merge of #18392 : cakebaker/remove_double_negationAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-29Fix `core::num::CheckedDiv::checked_div` documentationTobias Bucher-1/+1
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-28Remove double negation from sqrt's doc commentDaniel Hofstetter-1/+1
2014-10-21Correct case where the old version of method lookup was incorrectly matching,Niko Matsakis-2/+2
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-3/+12
2014-10-09core: Convert statics to constantsAlex Crichton-74/+74
2014-09-17doc: Cleanup.Jonas Hietala-4/+4
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-10/+10
2014-08-26Added a note for usage of abs with ::MIN.Robert Gawdzik ☢-2/+6
2014-08-19auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichtonbors-3/+5
2014-08-08Add division by zero case to the `CheckedDiv` commentTobias Bucher-3/+5
2014-08-08libcore: Fix documentation comment for f32.Ruud van Asseldonk-1/+1