about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-31/+45
2018-01-26Don't add "in this macro invocation" label to desugared spansEsteban Küber-20/+4
2018-01-26Modify spans of expanded expressionEsteban Küber-17/+15
2018-01-26Auto merge of #47748 - alexcrichton:rollup, r=alexcrichtonbors-74/+665
2018-01-26Ignore a test on emscriptenAlex Crichton-0/+2
2018-01-26Fix a test case on WindowsAlex Crichton-0/+5
2018-01-26Merge branch 'mlsm' of https://github.com/dotdash/rust into rollupAlex Crichton-0/+66
2018-01-26Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollupAlex Crichton-24/+5
2018-01-26Merge branch 'fix-regression' of https://github.com/estebank/rust into rollupAlex Crichton-0/+37
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-2/+60
2018-01-26Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r...Alex Crichton-3/+182
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-31/+38
2018-01-26Shorten another test path for MSVCAlex Crichton-2/+2
2018-01-26Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichtonbors-13/+3
2018-01-26Upgrade LLVM to incorporate a fix for #47364Björn Steinbrink-0/+66
2018-01-25Ignore an i128 test on emscriptenAlex Crichton-0/+2
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-13/+3
2018-01-25Shorten a filename for MSVCAlex Crichton-2/+2
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-4/+38
2018-01-25Rollup merge of #47719 - malbarbo:run-pass-arch-powerpc, r=alexcrichtonAlex Crichton-0/+3
2018-01-25Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkovAlex Crichton-0/+16
2018-01-25Rollup merge of #47701 - Manishearth:intra-fixes, r=QuietMisdreavusAlex Crichton-1/+20
2018-01-25Rollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakisAlex Crichton-1/+1
2018-01-25Rollup merge of #47668 - nikomatsakis:issue-47511, r=eddybAlex Crichton-0/+51
2018-01-25Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoeristerAlex Crichton-0/+24
2018-01-25Make 3 run-pass tests works on android (aarch64 and x86)Marco A L Barbosa-24/+5
2018-01-25rustc: SIMD types use pointers in Rust's ABIAlex Crichton-3/+182
2018-01-25Fix regression: account for impl methods in arg count mismatch errorEsteban Küber-0/+37
2018-01-25Rollup merge of #47600 - varkor:empty-never-array, r=eddybAlex Crichton-0/+27
2018-01-25Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertjAlex Crichton-0/+39
2018-01-25Rollup merge of #47453 - pftbest:nointas, r=alexcrichtonAlex Crichton-0/+20
2018-01-25Rollup merge of #47439 - eddyb:issue-45662, r=nagisaAlex Crichton-4/+4
2018-01-25Rollup merge of #47437 - eddyb:issue-38763, r=nagisaAlex Crichton-0/+21
2018-01-25Fix rustdoc-js testOliver Middleton-2/+0
2018-01-25Rollup merge of #47726 - pietroalbini:fix-nested-empty-groups-span, r=petroch...Guillaume Gomez-17/+42
2018-01-25Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=petrochenkovGuillaume Gomez-1/+26
2018-01-25Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppeGuillaume Gomez-1/+30
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-6/+6
2018-01-25Rollup merge of #47534 - estebank:suggest-public-traits, r=petrochenkovGuillaume Gomez-12/+33
2018-01-25Add testsManish Goregaokar-1/+20
2018-01-25Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakisbors-0/+24
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-50/+2
2018-01-24Fix wrong span for nested empty groupsPietro Albini-17/+42
2018-01-24Add powerpc to run-pass/conditional-compile-arch.rsMarco A L Barbosa-0/+3
2018-01-24Fix ICE when use trees have multiple empty nested groupsPietro Albini-0/+16
2018-01-24Make use of the implemented red/green algorithm for varianceJohn Kåre Alsaker-1/+1
2018-01-24Fix into() cast paren check precedenceRyan Cumming-1/+26
2018-01-23Point at unknown lang item attributeEsteban Küber-1/+30
2018-01-23For E0277 on `for` loops, point at first lineEsteban Küber-0/+32
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-13/+424