about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-706/+793
2014-11-14Revert the need for initial values with arithmetic iteratorsBrendan Zabarauskas-18/+50
2014-11-13convert 1 line match to 2 lines for readabilityareski-5/+20
2014-11-12Register new snapshotsAlex Crichton-345/+0
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-120/+156
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-3/+27
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-53/+68
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-158/+157
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-57/+86
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-243/+212
2014-11-13Rejig Int impl macrosBrendan Zabarauskas-20/+32
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-40/+25
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-12Results aren't panicsArtem-1/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-65/+65
2014-11-10auto merge of #18795 : haberman/rust/master, r=cmrbors-1/+2
2014-11-08Make Int inherit from Ord.Josh Haberman-1/+2
2014-11-08auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichtonbors-3/+4
2014-11-08Renamed Extendable to Extendgamazeps-3/+4
2014-11-08auto merge of #18731 : chris-morgan/rust/derive-Clone-for-TypeId, r=alexcrichtonbors-1/+1
2014-11-07auto merge of #18723 : mprobinson/rust/fence-typos, r=thestingerbors-4/+4
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-0/+15
2014-11-07Derive Clone for TypeId.Chris Morgan-1/+1
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+15
2014-11-06Implement Index/IndexMut for [T]Jorge Aparicio-3/+18
2014-11-06Fix atomic::fence documentation typosMike Robinson-4/+4
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-235/+325
2014-11-06auto merge of #18467 : japaric/rust/eq, r=alexcrichtonbors-4/+331
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-20/+50
2014-11-05DSTify PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+329
2014-11-05Fix fallout of changing the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-4/+2
2014-11-05auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwaltonbors-4/+91
2014-11-05Remove incorrect doc annotation, mark experimental since we haven't discussed...Niko Matsakis-5/+1
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-0/+91
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-4/+4
2014-11-05Register snapshots.Eduard Burtescu-209/+4
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-1/+1
2014-11-03core: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-2/+0
2014-11-03rollup merge of #18537 : japaric/no-secretAlex Crichton-4/+132
2014-11-03rollup merge of #18460 : gamazeps/issue18451Alex Crichton-1/+1
2014-11-03auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichtonbors-2/+7
2014-11-02Add error module with Error and FromError traitsAaron Turon-2/+2
2014-11-02core: Replace secret formatting functions with UFCS versionsJorge Aparicio-4/+132
2014-11-01collections: Remove all collections traitsAlex Crichton-77/+54
2014-10-31DSTify HashJorge Aparicio-4/+5