| Age | Commit message (Expand) | Author | Lines |
| 2017-04-28 | Rollup merge of #41583 - arielb1:cross-constant, r=eddyb | Corey Farwell | -0/+38 |
| 2017-04-27 | Rollup merge of #41523 - estebank:moved, r=arielb1 | Corey Farwell | -46/+0 |
| 2017-04-27 | don't ICE on cross-crate associated const type mismatch | Ariel Ben-Yehuda | -0/+38 |
| 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/+226 |
| 2017-04-25 | Point at variable moved by closure | Esteban Küber | -46/+0 |
| 2017-04-25 | Move `cfail` tests to `ui` | Esteban Küber | -119/+0 |
| 2017-04-25 | Parse trait object types starting with a lifetime bound | Vadim Petrochenkov | -0/+54 |
| 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 | Improve E0178 suggestion placement | Oliver Schneider | -50/+0 |
| 2017-04-25 | Update affected tests | Oliver Schneider | -1/+1 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -0/+19 |
| 2017-04-24 | Reorder code, fix unittests | Esteban Küber | -5/+33 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -0/+207 |
| 2017-04-24 | Feature gate in test. | Without Boats | -0/+2 |
| 2017-04-24 | Fix more merge conflicts | Matthew | -20/+15 |
| 2017-04-24 | Style. | Without Boats | -3/+3 |
| 2017-04-24 | Add compile-fail test. | Without Boats | -0/+26 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -14/+15 |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -6/+0 |
| 2017-04-22 | Resolve merge conflict | matthewjasper | -6/+76 |
| 2017-04-22 | Auto merge of #39999 - bitshifter:struct_align, r=eddyb | bors | -3/+73 |
| 2017-04-21 | Create a new method to run coercion inside probe | Guillaume Gomez | -6/+2 |
| 2017-04-21 | Update tests | Guillaume Gomez | -1/+5 |
| 2017-04-20 | Do not show `::constructor` on tuple struct diagnostics | Esteban Küber | -1/+1 |
| 2017-04-21 | Added feature gate, updated error messages and tests. | Cameron Hart | -3/+21 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -3/+55 |
| 2017-04-20 | Stabilize RFC 1506 - clarified ADT kinds | Matthew | -22/+0 |
| 2017-04-20 | Rollup merge of #41214 - estebank:less-multiline, r=petrochenkov | Corey Farwell | -18/+0 |
| 2017-04-19 | Auto merge of #41236 - cengizIO:master, r=nikomatsakis | bors | -52/+2 |
| 2017-04-18 | change note for patterns | Cengiz Can | -2/+2 |
| 2017-04-18 | fixes #40013 | Cengiz Can | -50/+0 |
| 2017-04-18 | update `dep-graph-struct-signature` test case | Niko Matsakis | -11/+0 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -0/+19 |
| 2017-04-14 | update tests slightly | Niko Matsakis | -2/+45 |
| 2017-04-14 | Name files what tidy wants them to be namd | Sean Griffin | -0/+0 |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+19 |
| 2017-04-14 | Further update with response to feedback | Sean Griffin | -0/+1 |
| 2017-04-14 | Implement RFC 1268 | Sean Griffin | -21/+21 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -0/+15 |
| 2017-04-14 | Auto merge of #41153 - petrochenkov:umove, r=pnkfelix | bors | -0/+57 |
| 2017-04-13 | Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a... | bors | -79/+58 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -0/+15 |
| 2017-04-12 | Rollup merge of #41232 - arielb1:mir-rvalues, r=eddyb | Tim Neumann | -0/+18 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -18/+0 |
| 2017-04-11 | update various test cases that generate slightly different output | Niko Matsakis | -6/+10 |
| 2017-04-11 | fix a bug in compiletest JSON parsing for duplicate errors | Niko Matsakis | -7/+0 |
| 2017-04-11 | add regression test for #30225 | Niko Matsakis | -0/+48 |