summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23484: alexcrichton/marker-trait-stableAlex Crichton-0/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-6/+87
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-0/+2
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+294
2015-03-23rollup merge of #23580: nikomatsakis/pattern-and-overflowAlex Crichton-13/+7
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-5/+10
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-1/+161
2015-03-23rollup merge of #23269: shepmaster/split-not-double-endedAlex Crichton-30/+124
2015-03-23rollup merge of #23211: FlaPer87/oibit-send-and-friendsAlex Crichton-0/+4
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-13/+7
2015-03-23std: Stabilize the `Hasher::finish` methodAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-1/+161
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-6/+87
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-0/+2
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-3/+282
2015-03-23Compiler and trait changes to make indexing by value.Niko Matsakis-0/+12
2015-03-23Make the `Fn` traits inherit from one another and remove the bridgingNiko Matsakis-1/+52
2015-03-23Stabilize the Error traitAaron Turon-5/+10
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-23/+31
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-9/+14
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-9/+14
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-2/+2
2015-03-20Check trait unsafety for defaulted traitsFlavio Percoco-2/+2
2015-03-20Add default impls for Send/SyncFlavio Percoco-0/+4
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-2/+2
2015-03-20Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnikbors-0/+20
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-29/+36
2015-03-19Introduce rsplitJake Goulding-1/+88
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-2/+2
2015-03-19Fix spelling errors in comments.Joseph Crail-2/+2
2015-03-19Rollup merge of #23495 - pcwalton:inline-cell, r=cmrManish Goregaokar-0/+21
2015-03-19Rollup merge of #23474 - nagisa:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-03-19core: Inline most cell methods.Patrick Walton-0/+21
2015-03-19Rollup merge of #23462 - alexcrichton:stabilize-cloned, r=aturonManish Goregaokar-27/+18
2015-03-18Register new snapshotsAlex Crichton-1144/+960
2015-03-18std: Stabilize marker::MarkerTraitAlex Crichton-0/+1
2015-03-18std: Add missing stability on RangeAlex Crichton-3/+4
2015-03-18Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturonManish Goregaokar-4/+7
2015-03-18Make it clear which value is discardedSimonas Kazlauskas-1/+1
2015-03-18Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichtonbors-2/+27
2015-03-17std: Stabilize `IteratorExt::cloned`Alex Crichton-27/+18
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-4/+7
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-1/+25
2015-03-18Add and fix more testsVadim Petrochenkov-1/+2
2015-03-17Replace TyDesc and its uses with trait vtables and a type_name intrinsic.Eduard Burtescu-0/+7
2015-03-17Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrcbors-0/+26
2015-03-17Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis-0/+26
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-3/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-34/+34
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+990