about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-11-12Register new snapshotsAlex Crichton-345/+0
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
2014-10-31auto merge of #18431 : japaric/rust/show, r=alexcrichtonbors-28/+28
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-28/+28
2014-10-30Test fixes and rebase conflictsAlex Crichton-3/+3
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-97/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-17/+17
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-2/+7
2014-10-30Doc: Clears up trim_char docgamazeps-1/+1
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-30collections: Enable IndexMut for some collectionsAlex Crichton-97/+0
2014-10-30auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestingerbors-0/+4
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-0/+47
2014-10-29Rename fail! to panic!Steve Klabnik-88/+88
2014-10-29Fix `core::num::CheckedDiv::checked_div` documentationTobias Bucher-1/+1
2014-10-28auto merge of #17603 : jakub-/rust/ty_bot, r=nikomatsakisbors-1/+1
2014-10-28Remove ty_bot from the type systemJakub Bukaj-1/+1
2014-10-28Update code with new lint namesAaron Turon-19/+19
2014-10-28Remove double negation from sqrt's doc commentDaniel Hofstetter-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-178/+179