about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-75/+68
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-9/+9
2014-12-15Move hash module from collections to coreSteven Fackler-2/+791
2014-12-15std: Second pass stabilization of `default`Alex Crichton-3/+14
2014-12-15std: Second-pass stabilization of `mem`Alex Crichton-3/+11
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-431/+34
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