| Age | Commit message (Expand) | Author | Lines |
| 2016-02-22 | Auto merge of #31704 - tbu-:pr_vec_into_iter_clone, r=aturon | bors | -1/+29 |
| 2016-02-22 | Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton | bors | -49/+577 |
| 2016-02-22 | Add a test to make sure trans doesn't choke on any of the intrinsics | Amanieu d'Antras | -0/+37 |
| 2016-02-22 | Correct Iterator trait documentation | Michael Huynh | -7/+7 |
| 2016-02-22 | Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn | bors | -2/+4 |
| 2016-02-22 | Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn | bors | -22/+20 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-22 | Auto merge of #31806 - gokhanettin:to_lowercase-doc, r=japaric | bors | -3/+3 |
| 2016-02-21 | Auto merge of #31810 - gandro:netbsd-fix-stat, r=alexcrichton | bors | -10/+29 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -2/+4 |
| 2016-02-21 | Auto merge of #31792 - Zoxc:sysroot, r=alexcrichton | bors | -9/+7 |
| 2016-02-21 | rustbuild: Sync some Cargo.toml/lib.rs dependencies | Alex Crichton | -22/+20 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -10/+29 |
| 2016-02-21 | Fix liballoc dependencies | John Kåre Alsaker | -9/+7 |
| 2016-02-21 | Fix to_lowercase example | Gökhan Karabulut | -3/+3 |
| 2016-02-21 | Auto merge of #31799 - cshaffer:book-fixes, r=steveklabnik | bors | -2/+2 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |
| 2016-02-21 | Auto merge of #31791 - alexcrichton:llvmup3, r=dotdash | bors | -1/+1 |
| 2016-02-20 | Fix number of lines and methods in guessing game | Chad Shaffer | -2/+2 |
| 2016-02-21 | Auto merge of #31761 - Amanieu:volatile, r=alexcrichton | bors | -1/+55 |
| 2016-02-20 | Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakis | bors | -12/+12 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+268 |
| 2016-02-20 | Another rebase on the 3.8 release branch of LLVM | Alex Crichton | -1/+1 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+268 |
| 2016-02-20 | Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrc | bors | -72/+37 |
| 2016-02-20 | Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakis | bors | -190/+1509 |
| 2016-02-20 | address review comments | Ariel Ben-Yehuda | -16/+50 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -85/+521 |
| 2016-02-20 | Auto merge of #31620 - alexcrichton:fix-out-of-tree-builds, r=brson | bors | -14/+15 |
| 2016-02-20 | Auto merge of #31777 - steveklabnik:rollup, r=steveklabnik | bors | -31/+46 |
| 2016-02-20 | Auto merge of #31771 - alexcrichton:oops-that-didnt-fix-anything, r=brson | bors | -0/+5 |
| 2016-02-19 | test: Fix a spuriously failing test on valgrind | Alex Crichton | -0/+2 |
| 2016-02-20 | use the FulfillmentContext and InferCtxt more correctly | Ariel Ben-Yehuda | -77/+117 |
| 2016-02-20 | TODO -> FIXME | Ariel Ben-Yehuda | -2/+2 |
| 2016-02-20 | type-check lvalues | Ariel Ben-Yehuda | -10/+218 |
| 2016-02-20 | fix a few remaining bugs - make check runs! | Ariel Ben-Yehuda | -17/+220 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -56/+150 |
| 2016-02-20 | deref the argument of overloaded MIR autoderef | Ariel Ben-Yehuda | -4/+73 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -20/+70 |
| 2016-02-20 | tuple arguments to overloaded calls | Ariel Ben-Yehuda | -43/+179 |
| 2016-02-19 | Add tests for read_volatile and write_volatile | Amanieu d'Antras | -1/+7 |
| 2016-02-20 | be more type-safe in panic/panic_bounds_check | Ariel Ben-Yehuda | -17/+23 |
| 2016-02-20 | introduce an early pass to clear dead blocks | Ariel Ben-Yehuda | -9/+66 |
| 2016-02-20 | add -Z mir-opt-level to disable MIR optimizations | Ariel Ben-Yehuda | -2/+9 |
| 2016-02-19 | Rollup merge of #31775 - nxnfufunezn:issue-31769, r=eddyb | Steve Klabnik | -0/+15 |
| 2016-02-19 | Rollup merge of #31765 - tshepang:shorten, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31741 - alexcrichton:fix-ios, r=nikomatsakis | Steve Klabnik | -5/+5 |
| 2016-02-19 | Rollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcrichton | Steve Klabnik | -2/+2 |