about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-09-03Address comments and add requested testsVadim Petrochenkov-61/+582
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-22/+23
2016-09-03Support unions in borrow checkerVadim Petrochenkov-11/+484
2016-09-03Support deriving some traits for unionsVadim Petrochenkov-1/+71
2016-09-03Generate debuginfo for unionsVadim Petrochenkov-2/+153
2016-09-03Translate union constantsVadim Petrochenkov-20/+206
2016-09-03Fix rebaseVadim Petrochenkov-1/+32
2016-09-03Fix buggy field access translationVadim Petrochenkov-24/+30
2016-09-03Implement drop translation and add lint for unions with drop fieldsVadim Petrochenkov-14/+134
2016-09-03Make accesses to union fields unsafeVadim Petrochenkov-18/+63
2016-09-03Check fields in union patters/expressionsVadim Petrochenkov-47/+227
2016-09-03Implement layout calculation and add more trans stubsVadim Petrochenkov-20/+205
2016-09-03Fix rebase + address commentsVadim Petrochenkov-14/+18
2016-09-03Implement encoding/decoding unions in metadataVadim Petrochenkov-38/+119
2016-09-03Support unions in rustdocVadim Petrochenkov-8/+204
2016-09-03Some better support for unions through the compilerVadim Petrochenkov-134/+243
2016-09-03Lower unions from AST to HIR and from HIR to typesVadim Petrochenkov-6/+69
2016-09-03Add union typesVadim Petrochenkov-69/+124
2016-09-03Add unions to definition mapVadim Petrochenkov-4/+28
2016-09-03Add unions to HIRVadim Petrochenkov-14/+37
2016-09-03Add unions to ASTVadim Petrochenkov-1/+18
2016-09-03Auto merge of #35957 - alexcrichton:macros-1.1, r=nrcbors-277/+2211
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+67
2016-09-02Auto merge of #36227 - jonathandturner:rollup, r=jonathandturnerbors-57/+211
2016-09-02Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturnerJonathan Turner-3/+7
2016-09-02Rollup merge of #36210 - EugeneGonzalez:E0529, r=jonathandturnerJonathan Turner-2/+7
2016-09-02Rollup merge of #36205 - EugeneGonzalez:E0528, r=jonathandturnerJonathan Turner-4/+9
2016-09-02Rollup merge of #36198 - alexcrichton:fix-travis, r=brsonJonathan Turner-2/+33
2016-09-02Rollup merge of #36190 - 0xmohit:pr/issue-31216, r=alexcrichtonJonathan Turner-4/+8
2016-09-02Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichtonJonathan Turner-2/+6
2016-09-02Rollup merge of #36178 - jonathandturner:windows_colors, r=nikomatsakisJonathan Turner-3/+20
2016-09-02Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakisJonathan Turner-29/+44
2016-09-02Rollup merge of #36160 - Aatch:normalize-closure-sig, r=eddybJonathan Turner-1/+36
2016-09-02Rollup merge of #36099 - skade:better-try-documentation, r=steveklabnikJonathan Turner-7/+26
2016-09-02Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnikJonathan Turner-0/+12
2016-09-02Rollup merge of #35754 - QuietMisdreavus:must-use-reference, r=ManishearthJonathan Turner-0/+3
2016-09-03Update compiler error E0558 to use new error formatAbhishek Kumar-3/+7
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-277/+2211
2016-09-02Transition Travis CI to use rustbuild.Corey Farwell-2/+6
2016-09-02Auto merge of #36084 - apasel422:counter, r=blussbors-25/+6
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-13/+258
2016-09-01Auto merge of #35915 - llogiq:rfc-1623, r=nikomatsakisbors-16/+362
2016-09-01Fixed E0529's label and unit testEugene R Gonzalez-2/+7
2016-09-01Auto merge of #35894 - jseyfried:new_import_semantics, r=nrcbors-220/+508
2016-09-02Address comments.Jeffrey Seyfried-18/+27
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-2/+33
2016-09-01Fixed E0528 label and unit testEugene R Gonzalez-4/+9
2016-09-01Avoid cascading name resolution errors caused by an ambiguous module.Jeffrey Seyfried-30/+45
2016-09-01Avoid reporting multiple ambiguity errors for a single use of a name.Jeffrey Seyfried-11/+32
2016-09-01item_like_imports: Allow unused ambiguous glob imports.Jeffrey Seyfried-10/+79