| Age | Commit message (Expand) | Author | Lines |
| 2017-05-24 | Auto merge of #42182 - nikomatsakis:beta, r=brson | bors | -10/+9 |
| 2017-05-23 | correct various error messages that changed | Niko Matsakis | -10/+9 |
| 2017-05-23 | Fix regression on `include!(line!())`. | Jeffrey Seyfried | -0/+13 |
| 2017-05-22 | try to fix lvalue ops for real | Ariel Ben-Yehuda | -0/+78 |
| 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 | 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 | 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-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 | 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 |
| 2017-04-11 | remove the subtyping relations from TypeVariable | Niko Matsakis | -3/+3 |
| 2017-04-11 | use obligations to propagate sub-typing instead of the TV code | Niko Matsakis | -3/+2 |
| 2017-04-11 | remove type variable defaults code | Niko Matsakis | -65/+0 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -2/+1 |
| 2017-04-11 | Move rvalue checking to MIR | Ariel Ben-Yehuda | -0/+18 |
| 2017-04-10 | Auto merge of #40565 - estebank:binops-help, r=arielb1 | bors | -72/+0 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -72/+0 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+20 |
| 2017-04-10 | explain why we have a fake cfail test | Jorge Aparicio | -0/+5 |
| 2017-04-09 | Fix test failures | Simonas Kazlauskas | -2/+1 |
| 2017-04-08 | Auto merge of #41055 - Archytaus:compile-fail/const-match-pattern-arm, r=arielb1 | bors | -0/+25 |
| 2017-04-08 | Auto merge of #40775 - estebank:variant-as-type, r=petrochenkov | bors | -0/+67 |
| 2017-04-08 | Fix move checking for nested union fields | Vadim Petrochenkov | -0/+57 |
| 2017-04-07 | fake the feature-gate-linker-flavor compile fail test | Jorge Aparicio | -1/+3 |
| 2017-04-07 | Move tests from ui to cfail | Esteban Küber | -0/+67 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -0/+13 |