| Age | Commit message (Expand) | Author | Lines |
| 2017-04-25 | Rollup merge of #41527 - steveklabnik:gh41285, r=frewsxcv | Corey Farwell | -4/+9 |
| 2017-04-25 | Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfackler | Corey Farwell | -1/+1 |
| 2017-04-25 | Rollup merge of #41500 - steveklabnik:gh37866, r=frewsxcv | Corey Farwell | -1/+2 |
| 2017-04-25 | Rollup merge of #41463 - SergioBenitez:master, r=alexcrichton | Corey Farwell | -0/+151 |
| 2017-04-25 | Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturon | Corey Farwell | -6/+16 |
| 2017-04-25 | Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brson | Corey Farwell | -1/+24 |
| 2017-04-25 | Fix object safety violations in the test | Vadim Petrochenkov | -23/+48 |
| 2017-04-25 | privacy: Rename and cleanup PrivacyVisitor | Vadim Petrochenkov | -72/+40 |
| 2017-04-25 | Check privacy of trait items in all contexts | Vadim Petrochenkov | -176/+162 |
| 2017-04-25 | Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturon | bors | -31/+47 |
| 2017-04-25 | Auto merge of #40434 - mattico:splice-update, r=alexcrichton | bors | -8/+449 |
| 2017-04-25 | Clarify the doc index | steveklabnik | -4/+9 |
| 2017-04-24 | Add cautions to io::get_mut method documentation. | Sergio Benitez | -0/+8 |
| 2017-04-24 | Reference tracking issue for more_io_inner_methods. | Sergio Benitez | -6/+8 |
| 2017-04-24 | Add more_io_inner_methods feature to unstable book. | Sergio Benitez | -0/+10 |
| 2017-04-24 | Add internal accessor methods to io::{Chain, Take}. | Sergio Benitez | -0/+131 |
| 2017-04-24 | Adds rust-windbg.cmd script | Andrew Gaspar | -1/+24 |
| 2017-04-25 | Fix a copy-paste error in `Instant::sub_duration` | Tobias Bucher | -1/+1 |
| 2017-04-24 | Auto merge of #40123 - TimNN:llvm40, r=alexcrichton | bors | -7/+46 |
| 2017-04-24 | Run tests for the cargo submodule in tree | Alex Crichton | -31/+47 |
| 2017-04-24 | Add Splice forget test | Matt Ickstadt | -0/+15 |
| 2017-04-24 | Add more explanation on RefCell::get_mut | Guillaume Gomez | -0/+9 |
| 2017-04-24 | use the word 'length' in Vec::len's docs | steveklabnik | -1/+2 |
| 2017-04-24 | Feature gate in test. | Without Boats | -0/+2 |
| 2017-04-24 | Style. | Without Boats | -3/+3 |
| 2017-04-24 | Fix type error. | Without Boats | -1/+1 |
| 2017-04-24 | Add compile-fail test. | Without Boats | -1/+27 |
| 2017-04-23 | Associated consts are not object safe. | Without Boats | -0/+9 |
| 2017-04-23 | Add splice to the unstable book. | Matt Ickstadt | -0/+25 |
| 2017-04-23 | Use Vec::splice impl in string::Splice::drop() | Matt Ickstadt | -15/+1 |
| 2017-04-23 | Improve splice docs and tests | Matt Ickstadt | -4/+97 |
| 2017-04-23 | Update splice impl | Matt Ickstadt | -6/+22 |
| 2017-04-23 | Add Vec::splice and String::splice | Simon Sapin | -7/+313 |
| 2017-04-23 | Auto merge of #41486 - arielb1:select-where, r=eddyb | bors | -1/+6 |
| 2017-04-23 | cache ADT dtorck results | Ariel Ben-Yehuda | -398/+299 |
| 2017-04-23 | traits::select: quickly filter out predicates from other traits | Ariel Ben-Yehuda | -1/+6 |
| 2017-04-23 | FIN: windows-gnu: statically link gcc_s, pthread with llvm | Tim Neumann | -0/+5 |
| 2017-04-23 | FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW builds | Tim Neumann | -0/+7 |
| 2017-04-23 | FIN: ignore failing test on emscripten, see #41299 | Tim Neumann | -0/+2 |
| 2017-04-23 | FIN: build comiler-rt wihout Thumb on arm | Tim Neumann | -0/+6 |
| 2017-04-23 | FIN: disable backtrace printing for panic-runtime/abort* on ARM | Tim Neumann | -2/+21 |
| 2017-04-23 | FIN: update emscripten builder | Tim Neumann | -5/+5 |
| 2017-04-23 | FIN/CRT: adopt all applicable rust compiler-rt patches | Tim Neumann | -0/+0 |
| 2017-04-23 | FIN/LLVM: new rust patches required for 4.0 | Tim Neumann | -0/+0 |
| 2017-04-23 | FIN/LLVM: adopt all applicable rust llvm patches | Tim Neumann | -0/+0 |
| 2017-04-23 | FIN: update to upstream (llvm 4.0.1 + fastcomp 1.37.10) & compiler-rt 4.0 | Tim Neumann | -0/+0 |
| 2017-04-23 | clean-up adt_sized_constraint now that it uses on-demand | Ariel Ben-Yehuda | -49/+21 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -67/+180 |
| 2017-04-23 | rustc_const_eval: CallOn isn't needed, typeck/const-qualif handle those cases. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -149/+150 |