| Age | Commit message (Expand) | Author | Lines |
| 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-24 | Adds rust-windbg.cmd script | Andrew Gaspar | -1/+24 |
| 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 | 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 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -1284/+103 |
| 2017-04-22 | Remove unused import. | Corey Farwell | -1/+1 |
| 2017-04-22 | Auto merge of #41469 - arielb1:rustc-spring-cleaning, r=eddyb | bors | -185/+322 |
| 2017-04-22 | bail out of selection when there are multiple surviving candidates | Ariel Ben-Yehuda | -7/+7 |
| 2017-04-22 | add a cache to impl_polarity | Ariel Ben-Yehuda | -16/+15 |
| 2017-04-22 | allocate less strings in `symbol_names` | Ariel Ben-Yehuda | -52/+52 |
| 2017-04-22 | weak_lang_items: check for `lang` attribute before calling `value_str` | Ariel Ben-Yehuda | -3/+4 |
| 2017-04-22 | cache attributes of items from foreign crates | Ariel Ben-Yehuda | -23/+85 |
| 2017-04-22 | short-cut SharedCrateContext::layout_of | Ariel Ben-Yehuda | -28/+38 |
| 2017-04-22 | avoid calling `mk_region` unnecessarily | Ariel Ben-Yehuda | -55/+85 |
| 2017-04-22 | remove cleanup branches to the resume block | Ariel Ben-Yehuda | -1/+36 |
| 2017-04-22 | Auto merge of #41431 - GuillaumeGomez:hoedown-default, r=aturon | bors | -165/+394 |