about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-5/+442
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-19/+9
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-9/+9
2014-12-15rollup merge of #19779: Noctune/masterBrian Anderson-11/+25
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-3/+3
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-26/+26
2014-12-14impl `Copy` for `NoSend`/`NoSync`Jorge Aparicio-4/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-431/+34
2014-12-14std: Fully stabilize Option<T>Alex Crichton-26/+87
2014-12-14libcore: make iterator adaptors `Clone`ableJorge Aparicio-0/+135
2014-12-14InvariantLifetime is Copy-ableJake Goulding-0/+2
2014-12-14Add LLVM's unordered intrinsic to Rust.Joshua Yanovski-0/+2
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-9/+0
2014-12-14Fix mispelling in char.rs error messagemchaput-1/+1
2014-12-13libcore: fix doctestsJorge Aparicio-22/+22
2014-12-13libcore: fix move semantics falloutJorge Aparicio-3/+3
2014-12-13libcore: convert binop traits to by valueJorge Aparicio-0/+437
2014-12-13libcore: allow deprecated `valN` methods on doc testsJorge Aparicio-0/+3
2014-12-13Deprecate the `TupleN` traitsJorge Aparicio-106/+109
2014-12-13libcore: use unboxed closures in `slice::raw` free functionsJorge Aparicio-8/+7
2014-12-13libcore: use unboxed closures in `float_to_str_bytes_common`Jorge Aparicio-3/+6
2014-12-13libcore: use unboxed closures in the `char` moduleJorge Aparicio-2/+3
2014-12-13libcore: use unboxed closures in `Formatter` methodsJorge Aparicio-5/+4
2014-12-13libcore: fix fallout in doc testsJorge Aparicio-1/+5
2014-12-13libcore: use unboxed closures in the `finally` moduleJorge Aparicio-23/+12
2014-12-13libcore: use unboxed closures in `SlicePrelude` methodsJorge Aparicio-2/+2
2014-12-13libcore: use unboxed closures in the fields of `MutSplits`Jorge Aparicio-11/+20
2014-12-13libcore: use unboxed closures in the fields of `Splits`Jorge Aparicio-12/+19
2014-12-13libcore: fix fallout in doctestsJorge Aparicio-9/+45
2014-12-13libcore: impl CharEq for FnMut(char) -> bool implementorsJorge Aparicio-13/+6
2014-12-13libcore: use unboxed closures in `ExactSizeIterator` methodsJorge Aparicio-1/+1
2014-12-13libcore: use unboxed closures in `IteratorExt` methodsJorge Aparicio-7/+7
2014-12-13libcore: use unboxed closures in the fields of `Unfold`Jorge Aparicio-11/+18
2014-12-13libcore: use unboxed closures in the fields of `Inspect`Jorge Aparicio-11/+18
2014-12-13libcore: use unboxed closures in the fields of `FlatMap`Jorge Aparicio-10/+17
2014-12-13libcore: use unboxed closures in the fields of `Scan`Jorge Aparicio-6/+10
2014-12-13libcore: use unboxed closures in the fields of `TakeWhile`Jorge Aparicio-5/+5
2014-12-13libcore: use unboxed closures in the fields of `SkipWhile`Jorge Aparicio-5/+5
2014-12-13libcore: use unboxed closures in the fields of `FilterMap`Jorge Aparicio-7/+12
2014-12-13libcore: use unboxed closures in the fields of `Filter`Jorge Aparicio-6/+9
2014-12-13libcore: use unboxed closures in the fields of `Map`Jorge Aparicio-17/+28
2014-12-13libcore: use unboxed closures in `Result` methodsJorge Aparicio-6/+8
2014-12-13libcore: use unboxed closures in `Option` methodsJorge Aparicio-8/+8
2014-12-12Switch to using predicates to drive checking. Correct various tests --Niko Matsakis-1/+1
2014-12-12Add Ord impl to raw pointersMike Pedersen-11/+25
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-66/+12
2014-12-11Register new snapshotsAlex Crichton-66/+12
2014-12-10Fix inappropriate ## headingsSteve Klabnik-3/+3
2014-12-10auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichtonbors-2/+2
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-1/+4