about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-09-07moving nodejs detection logic to configure and addingJake Goldsborough-1/+5
2016-09-06detecting nodejs in configureJake Goldsborough-12/+4
2016-09-06adding a check to sanity to look for the nodejs commandJake Goldsborough-0/+6
2016-09-03adding a check to bootstrap scriptJake Goldsborough-0/+12
2016-09-03Auto merge of #36119 - arielb1:ctp-again, r=eddybbors-45/+65
2016-09-03Auto merge of #36104 - KiChjang:issue-35847, r=brsonbors-4/+24
2016-09-03Auto merge of #36016 - petrochenkov:union, r=nikomatsakisbors-362/+2899
2016-09-03Auto merge of #36072 - arthurprs:binary_heap_opt, r=Aatchbors-20/+23
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-50/+46
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