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
Age
Commit message (
Expand
)
Author
Lines
2014-12-13
libcollections: convert `BTreeSet` binops to by value
Jorge Aparicio
-0
/
+96
2014-12-13
libcollections: convert `TreeSet` binops to by value
Jorge Aparicio
-4
/
+100
2014-12-13
libcollections: convert `TrieSet` binops to by value
Jorge Aparicio
-4
/
+100
2014-12-13
Test binops move semantics
Jorge Aparicio
-0
/
+69
2014-12-13
libcollections: add commutative version of `Vec`/`String` addition
Jorge Aparicio
-0
/
+17
2014-12-13
Address Niko's comments
Jorge Aparicio
-50
/
+61
2014-12-13
libcore: fix doctests
Jorge Aparicio
-22
/
+22
2014-12-13
libstd: fix unit tests
Jorge Aparicio
-11
/
+13
2014-12-13
libcoretest: fix unit tests
Jorge Aparicio
-20
/
+22
2014-12-13
libcollections: fix unit tests
Jorge Aparicio
-1
/
+1
2014-12-13
Fix compile-fail tests
Jorge Aparicio
-18
/
+19
2014-12-13
Fix run-pass tests
Jorge Aparicio
-51
/
+51
2014-12-13
Test that binops consume their arguments
Jorge Aparicio
-0
/
+73
2014-12-13
librustdoc: convert `Counts` binops to by value
Jorge Aparicio
-1
/
+1
2014-12-13
librustc: convert `TypeContents` binops to by value
Jorge Aparicio
-0
/
+27
2014-12-13
libsyntax: convert `LockstepIterSize` binops to by value
Jorge Aparicio
-0
/
+24
2014-12-13
libsyntax: convert `BytePos`/`CharPos` binops to by value
Jorge Aparicio
-0
/
+36
2014-12-13
libtime: convert `Timespec` binops to by value
Jorge Aparicio
-0
/
+34
2014-12-13
libstd: convert `Duration` binops to by value
Jorge Aparicio
-0
/
+64
2014-12-13
libstd: convert `BitFlags` binops to by value
Jorge Aparicio
-0
/
+44
2014-12-13
libcollections: make `EnumSet` binops by value
Jorge Aparicio
-0
/
+36
2014-12-13
libcollections: String + &str
Jorge Aparicio
-0
/
+10
2014-12-13
libcollections: Vec<T> + &[T]
Jorge Aparicio
-0
/
+12
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
Tell regionck which binops are by value
Jorge Aparicio
-4
/
+12
2014-12-13
Tell expr_use_visitor which binops are by value
Jorge Aparicio
-8
/
+20
2014-12-13
Tell trans which binops are by value
Jorge Aparicio
-14
/
+20
2014-12-13
Tell typeck which binops are by value
Jorge Aparicio
-23
/
+25
2014-12-13
syntax/ast_util: add `is_by_value_binop()`
Jorge Aparicio
-0
/
+10
2014-12-13
auto merge of #19467 : japaric/rust/uc, r=alexcrichton
bors
-1761
/
+2534
2014-12-13
librustc_borrowck: add `#![feature(unboxed_closures)]`
Jorge Aparicio
-0
/
+1
2014-12-13
libstd: add missing imports
Jorge Aparicio
-0
/
+2
2014-12-13
Remove some unnecessary `move` keywords
Jorge Aparicio
-6
/
+6
2014-12-13
libtest: use unboxed closures
Jorge Aparicio
-8
/
+10
2014-12-13
librustc_driver: use unboxed closures
Jorge Aparicio
-10
/
+15
2014-12-13
librustc_typeck: use unboxed closures
Jorge Aparicio
-61
/
+72
2014-12-13
librustdoc: use unboxed closures
Jorge Aparicio
-8
/
+17
2014-12-13
librustc_trans: use unboxed closures
Jorge Aparicio
-107
/
+140
2014-12-13
librustc_trans: fix fallout
Jorge Aparicio
-10
/
+6
2014-12-13
librustc_typeck: fix fallout
Jorge Aparicio
-5
/
+8
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-358
/
+517
2014-12-13
librustc_llvm: use unboxed closures
Jorge Aparicio
-1
/
+2
2014-12-13
librustc_trans: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
librustc_back: use unboxed closures
Jorge Aparicio
-18
/
+38
2014-12-13
librustc: fix fallout
Jorge Aparicio
-2
/
+6
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-245
/
+377
2014-12-13
Fix benches
Jorge Aparicio
-9
/
+14
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-95
/
+171
2014-12-13
librustrt: use unboxed closures
Jorge Aparicio
-17
/
+42
[next]