| Age | Commit message (Expand) | Author | Lines |
| 2017-04-30 | refactor the handling of lvalue ops | Ariel Ben-Yehuda | -0/+20 |
| 2017-04-29 | Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkov | Corey Farwell | -0/+17 |
| 2017-04-29 | Don't ever warn about #[used] items being dead code. | Eduard-Mihai Burtescu | -0/+17 |
| 2017-04-29 | Auto merge of #39291 - Freyskeyd:check_context_E0423, r=petrochenkov | bors | -7/+54 |
| 2017-04-29 | Auto merge of #41564 - gaurikholkar:master, r=nikomatsakis | bors | -3/+55 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -0/+76 |
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -7/+54 |
| 2017-04-28 | Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNN | bors | -1/+12 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -7/+59 |
| 2017-04-28 | Disable path remapping test on Windows. | Michael Woerister | -0/+1 |
| 2017-04-28 | Adding documentation, indentation fixes | gaurikholkar | -4/+7 |
| 2017-04-28 | Disable ref hint for pattern in let and adding ui-tests. | gaurikholkar | -3/+52 |
| 2017-04-28 | Rollup merge of #41583 - arielb1:cross-constant, r=eddyb | Corey Farwell | -0/+38 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -1/+12 |
| 2017-04-28 | Auto merge of #41591 - frewsxcv:rollup, r=frewsxcv | bors | -18/+84 |
| 2017-04-27 | Rollup merge of #41578 - arielb1:missing-adjustment, r=eddyb | Corey Farwell | -0/+26 |
| 2017-04-27 | Rollup merge of #41523 - estebank:moved, r=arielb1 | Corey Farwell | -18/+58 |
| 2017-04-27 | Auto merge of #41529 - bitshifter:issue-41479, r=eddyb | bors | -0/+18 |
| 2017-04-27 | don't ICE on cross-crate associated const type mismatch | Ariel Ben-Yehuda | -0/+38 |
| 2017-04-27 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -0/+26 |
| 2017-04-27 | Auto merge of #41433 - estebank:constructor, r=michaelwoerister | bors | -1/+1 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -0/+1061 |
| 2017-04-26 | Rollup merge of #41550 - wesleywiser:fix_33287, r=estebank | Ariel Ben-Yehuda | -0/+18 |
| 2017-04-26 | Rollup merge of #41501 - GuillaumeGomez:invalid_module_location, r=jseyfried | Ariel Ben-Yehuda | -0/+56 |
| 2017-04-26 | support `default impl` for specialization | Gianni Ciccarelli | -11/+11 |
| 2017-04-26 | Make codegen test for remap-path-prefix more thorough. | Michael Woerister | -5/+34 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -7/+29 |
| 2017-04-26 | Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichton | bors | -18/+27 |
| 2017-04-25 | Point at variable moved by closure | Esteban Küber | -18/+58 |
| 2017-04-25 | Add a regression test for ICE #33287 | Wesley Wiser | -0/+18 |
| 2017-04-25 | Parse trait object types starting with a lifetime bound | Vadim Petrochenkov | -0/+76 |
| 2017-04-25 | Fix object safety violations in the test | Vadim Petrochenkov | -23/+48 |
| 2017-04-25 | privacy: Rename and cleanup PrivacyVisitor | Vadim Petrochenkov | -2/+2 |
| 2017-04-25 | Check privacy of trait items in all contexts | Vadim Petrochenkov | -76/+111 |
| 2017-04-25 | Added test for #41479 from @eddyb. | Cameron Hart | -0/+18 |
| 2017-04-25 | Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate. | kennytm | -3/+4 |
| 2017-04-25 | Add ui tests | Guillaume Gomez | -0/+14 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -0/+125 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -15/+23 |
| 2017-04-24 | Auto merge of #40123 - TimNN:llvm40, r=alexcrichton | bors | -2/+23 |
| 2017-04-24 | Remove strip prefix | Guillaume Gomez | -1/+1 |
| 2017-04-24 | Add tests for module suggestions | Guillaume Gomez | -0/+42 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -0/+936 |
| 2017-04-24 | Feature gate in test. | Without Boats | -0/+2 |
| 2017-04-24 | Style. | Without Boats | -3/+3 |
| 2017-04-24 | Add compile-fail test. | Without Boats | -0/+26 |
| 2017-04-23 | FIN: ignore failing test on emscripten, see #41299 | Tim Neumann | -0/+2 |
| 2017-04-23 | FIN: disable backtrace printing for panic-runtime/abort* on ARM | Tim Neumann | -2/+21 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -9/+108 |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -6/+0 |