| Age | Commit message (Expand) | Author | Lines |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -61/+582 |
| 2016-09-03 | Fix rebase, fix some tests | Vadim Petrochenkov | -22/+23 |
| 2016-09-03 | Support unions in borrow checker | Vadim Petrochenkov | -11/+484 |
| 2016-09-03 | Support deriving some traits for unions | Vadim Petrochenkov | -1/+71 |
| 2016-09-03 | Generate debuginfo for unions | Vadim Petrochenkov | -2/+153 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -20/+206 |
| 2016-09-03 | Fix rebase | Vadim Petrochenkov | -1/+32 |
| 2016-09-03 | Fix buggy field access translation | Vadim Petrochenkov | -24/+30 |
| 2016-09-03 | Implement drop translation and add lint for unions with drop fields | Vadim Petrochenkov | -14/+134 |
| 2016-09-03 | Make accesses to union fields unsafe | Vadim Petrochenkov | -18/+63 |
| 2016-09-03 | Check fields in union patters/expressions | Vadim Petrochenkov | -47/+227 |
| 2016-09-03 | Implement layout calculation and add more trans stubs | Vadim Petrochenkov | -20/+205 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -14/+18 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -38/+119 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -8/+204 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -134/+243 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -6/+69 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -69/+124 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -4/+28 |
| 2016-09-03 | Add unions to HIR | Vadim Petrochenkov | -14/+37 |
| 2016-09-03 | Add unions to AST | Vadim Petrochenkov | -1/+18 |
| 2016-09-03 | Auto merge of #35957 - alexcrichton:macros-1.1, r=nrc | bors | -277/+2211 |
| 2016-09-02 | Auto merge of #35856 - phimuemue:master, r=brson | bors | -0/+67 |
| 2016-09-02 | Auto merge of #36227 - jonathandturner:rollup, r=jonathandturner | bors | -57/+211 |
| 2016-09-02 | Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturner | Jonathan Turner | -3/+7 |
| 2016-09-02 | Rollup merge of #36210 - EugeneGonzalez:E0529, r=jonathandturner | Jonathan Turner | -2/+7 |
| 2016-09-02 | Rollup merge of #36205 - EugeneGonzalez:E0528, r=jonathandturner | Jonathan Turner | -4/+9 |
| 2016-09-02 | Rollup merge of #36198 - alexcrichton:fix-travis, r=brson | Jonathan Turner | -2/+33 |
| 2016-09-02 | Rollup merge of #36190 - 0xmohit:pr/issue-31216, r=alexcrichton | Jonathan Turner | -4/+8 |
| 2016-09-02 | Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichton | Jonathan Turner | -2/+6 |
| 2016-09-02 | Rollup merge of #36178 - jonathandturner:windows_colors, r=nikomatsakis | Jonathan Turner | -3/+20 |
| 2016-09-02 | Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakis | Jonathan Turner | -29/+44 |
| 2016-09-02 | Rollup merge of #36160 - Aatch:normalize-closure-sig, r=eddyb | Jonathan Turner | -1/+36 |
| 2016-09-02 | Rollup merge of #36099 - skade:better-try-documentation, r=steveklabnik | Jonathan Turner | -7/+26 |
| 2016-09-02 | Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnik | Jonathan Turner | -0/+12 |
| 2016-09-02 | Rollup merge of #35754 - QuietMisdreavus:must-use-reference, r=Manishearth | Jonathan Turner | -0/+3 |
| 2016-09-03 | Update compiler error E0558 to use new error format | Abhishek Kumar | -3/+7 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -277/+2211 |
| 2016-09-02 | Transition Travis CI to use rustbuild. | Corey Farwell | -2/+6 |
| 2016-09-02 | Auto merge of #36084 - apasel422:counter, r=bluss | bors | -25/+6 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -13/+258 |
| 2016-09-01 | Auto merge of #35915 - llogiq:rfc-1623, r=nikomatsakis | bors | -16/+362 |
| 2016-09-01 | Fixed E0529's label and unit test | Eugene R Gonzalez | -2/+7 |
| 2016-09-01 | Auto merge of #35894 - jseyfried:new_import_semantics, r=nrc | bors | -220/+508 |
| 2016-09-02 | Address comments. | Jeffrey Seyfried | -18/+27 |
| 2016-09-01 | test: Add a min-llvm-version directive | Alex Crichton | -2/+33 |
| 2016-09-01 | Fixed E0528 label and unit test | Eugene R Gonzalez | -4/+9 |
| 2016-09-01 | Avoid cascading name resolution errors caused by an ambiguous module. | Jeffrey Seyfried | -30/+45 |
| 2016-09-01 | Avoid reporting multiple ambiguity errors for a single use of a name. | Jeffrey Seyfried | -11/+32 |
| 2016-09-01 | item_like_imports: Allow unused ambiguous glob imports. | Jeffrey Seyfried | -10/+79 |