index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2014-12-16
std: Change escape_unicode to use new escapes
Alex Crichton
-75
/
+68
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-9
/
+9
2014-12-15
Move hash module from collections to core
Steven Fackler
-2
/
+791
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-3
/
+14
2014-12-15
std: Second-pass stabilization of `mem`
Alex Crichton
-3
/
+11
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-431
/
+34
2014-12-15
auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis
bors
-5
/
+442
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-19
/
+9
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-9
/
+9
2014-12-15
rollup merge of #19779: Noctune/master
Brian Anderson
-11
/
+25
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-3
/
+3
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-26
/
+26
2014-12-14
impl `Copy` for `NoSend`/`NoSync`
Jorge Aparicio
-4
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-431
/
+34
2014-12-14
std: Fully stabilize Option<T>
Alex Crichton
-26
/
+87
2014-12-14
libcore: make iterator adaptors `Clone`able
Jorge Aparicio
-0
/
+135
2014-12-14
InvariantLifetime is Copy-able
Jake Goulding
-0
/
+2
2014-12-14
Add LLVM's unordered intrinsic to Rust.
Joshua Yanovski
-0
/
+2
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-9
/
+0
2014-12-14
Fix mispelling in char.rs error message
mchaput
-1
/
+1
2014-12-13
libcore: fix doctests
Jorge Aparicio
-22
/
+22
2014-12-13
libcore: fix move semantics fallout
Jorge Aparicio
-3
/
+3
2014-12-13
libcore: convert binop traits to by value
Jorge Aparicio
-0
/
+437
2014-12-13
libcore: allow deprecated `valN` methods on doc tests
Jorge Aparicio
-0
/
+3
2014-12-13
Deprecate the `TupleN` traits
Jorge Aparicio
-106
/
+109
2014-12-13
libcore: use unboxed closures in `slice::raw` free functions
Jorge Aparicio
-8
/
+7
2014-12-13
libcore: use unboxed closures in `float_to_str_bytes_common`
Jorge Aparicio
-3
/
+6
2014-12-13
libcore: use unboxed closures in the `char` module
Jorge Aparicio
-2
/
+3
2014-12-13
libcore: use unboxed closures in `Formatter` methods
Jorge Aparicio
-5
/
+4
2014-12-13
libcore: fix fallout in doc tests
Jorge Aparicio
-1
/
+5
2014-12-13
libcore: use unboxed closures in the `finally` module
Jorge Aparicio
-23
/
+12
2014-12-13
libcore: use unboxed closures in `SlicePrelude` methods
Jorge Aparicio
-2
/
+2
2014-12-13
libcore: use unboxed closures in the fields of `MutSplits`
Jorge Aparicio
-11
/
+20
2014-12-13
libcore: use unboxed closures in the fields of `Splits`
Jorge Aparicio
-12
/
+19
2014-12-13
libcore: fix fallout in doctests
Jorge Aparicio
-9
/
+45
2014-12-13
libcore: impl CharEq for FnMut(char) -> bool implementors
Jorge Aparicio
-13
/
+6
2014-12-13
libcore: use unboxed closures in `ExactSizeIterator` methods
Jorge Aparicio
-1
/
+1
2014-12-13
libcore: use unboxed closures in `IteratorExt` methods
Jorge Aparicio
-7
/
+7
2014-12-13
libcore: use unboxed closures in the fields of `Unfold`
Jorge Aparicio
-11
/
+18
2014-12-13
libcore: use unboxed closures in the fields of `Inspect`
Jorge Aparicio
-11
/
+18
2014-12-13
libcore: use unboxed closures in the fields of `FlatMap`
Jorge Aparicio
-10
/
+17
2014-12-13
libcore: use unboxed closures in the fields of `Scan`
Jorge Aparicio
-6
/
+10
2014-12-13
libcore: use unboxed closures in the fields of `TakeWhile`
Jorge Aparicio
-5
/
+5
2014-12-13
libcore: use unboxed closures in the fields of `SkipWhile`
Jorge Aparicio
-5
/
+5
2014-12-13
libcore: use unboxed closures in the fields of `FilterMap`
Jorge Aparicio
-7
/
+12
2014-12-13
libcore: use unboxed closures in the fields of `Filter`
Jorge Aparicio
-6
/
+9
2014-12-13
libcore: use unboxed closures in the fields of `Map`
Jorge Aparicio
-17
/
+28
2014-12-13
libcore: use unboxed closures in `Result` methods
Jorge Aparicio
-6
/
+8
2014-12-13
libcore: use unboxed closures in `Option` methods
Jorge Aparicio
-8
/
+8
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-1
/
+1
[prev]
[next]