about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-12-13libcollections: convert `BTreeSet` binops to by valueJorge Aparicio-0/+96
2014-12-13libcollections: convert `TreeSet` binops to by valueJorge Aparicio-4/+100
2014-12-13libcollections: convert `TrieSet` binops to by valueJorge Aparicio-4/+100
2014-12-13Test binops move semanticsJorge Aparicio-0/+69
2014-12-13libcollections: add commutative version of `Vec`/`String` additionJorge Aparicio-0/+17
2014-12-13Address Niko's commentsJorge Aparicio-50/+61
2014-12-13libcore: fix doctestsJorge Aparicio-22/+22
2014-12-13libstd: fix unit testsJorge Aparicio-11/+13
2014-12-13libcoretest: fix unit testsJorge Aparicio-20/+22
2014-12-13libcollections: fix unit testsJorge Aparicio-1/+1
2014-12-13Fix compile-fail testsJorge Aparicio-18/+19
2014-12-13Fix run-pass testsJorge Aparicio-51/+51
2014-12-13Test that binops consume their argumentsJorge Aparicio-0/+73
2014-12-13librustdoc: convert `Counts` binops to by valueJorge Aparicio-1/+1
2014-12-13librustc: convert `TypeContents` binops to by valueJorge Aparicio-0/+27
2014-12-13libsyntax: convert `LockstepIterSize` binops to by valueJorge Aparicio-0/+24
2014-12-13libsyntax: convert `BytePos`/`CharPos` binops to by valueJorge Aparicio-0/+36
2014-12-13libtime: convert `Timespec` binops to by valueJorge Aparicio-0/+34
2014-12-13libstd: convert `Duration` binops to by valueJorge Aparicio-0/+64
2014-12-13libstd: convert `BitFlags` binops to by valueJorge Aparicio-0/+44
2014-12-13libcollections: make `EnumSet` binops by valueJorge Aparicio-0/+36
2014-12-13libcollections: String + &strJorge Aparicio-0/+10
2014-12-13libcollections: Vec<T> + &[T]Jorge Aparicio-0/+12
2014-12-13libcore: fix move semantics falloutJorge Aparicio-3/+3
2014-12-13libcore: convert binop traits to by valueJorge Aparicio-0/+437
2014-12-13Tell regionck which binops are by valueJorge Aparicio-4/+12
2014-12-13Tell expr_use_visitor which binops are by valueJorge Aparicio-8/+20
2014-12-13Tell trans which binops are by valueJorge Aparicio-14/+20
2014-12-13Tell typeck which binops are by valueJorge Aparicio-23/+25
2014-12-13syntax/ast_util: add `is_by_value_binop()`Jorge Aparicio-0/+10
2014-12-13auto merge of #19467 : japaric/rust/uc, r=alexcrichtonbors-1761/+2534
2014-12-13librustc_borrowck: add `#![feature(unboxed_closures)]`Jorge Aparicio-0/+1
2014-12-13libstd: add missing importsJorge Aparicio-0/+2
2014-12-13Remove some unnecessary `move` keywordsJorge Aparicio-6/+6
2014-12-13libtest: use unboxed closuresJorge Aparicio-8/+10
2014-12-13librustc_driver: use unboxed closuresJorge Aparicio-10/+15
2014-12-13librustc_typeck: use unboxed closuresJorge Aparicio-61/+72
2014-12-13librustdoc: use unboxed closuresJorge Aparicio-8/+17
2014-12-13librustc_trans: use unboxed closuresJorge Aparicio-107/+140
2014-12-13librustc_trans: fix falloutJorge Aparicio-10/+6
2014-12-13librustc_typeck: fix falloutJorge Aparicio-5/+8
2014-12-13librustc: use unboxed closuresJorge Aparicio-358/+517
2014-12-13librustc_llvm: use unboxed closuresJorge Aparicio-1/+2
2014-12-13librustc_trans: fix falloutJorge Aparicio-1/+1
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-18/+38
2014-12-13librustc: fix falloutJorge Aparicio-2/+6
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-245/+377
2014-12-13Fix benchesJorge Aparicio-9/+14
2014-12-13libstd: use unboxed closuresJorge Aparicio-95/+171
2014-12-13librustrt: use unboxed closuresJorge Aparicio-17/+42