about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-02Update compiler-builtins and use it the 128-bit lowering MIR testScott McMurray-91/+32
2017-12-02Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavuskennytm-0/+34
2017-12-02Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebankkennytm-0/+15
2017-12-02Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1kennytm-1/+0
2017-12-02Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavuskennytm-0/+13
2017-12-02Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakiskennytm-10/+41
2017-12-01Auto merge of #46236 - davidtwco:issue-46023, r=arielb1bors-0/+24
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-7/+144
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-4/+128
2017-12-01Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddybbors-1117/+5
2017-11-30Added test for spurious cannot borrow immutable item error with a closureDavid Wood-0/+2
2017-11-30Added test for immutable unique closure upvar mutation.David Wood-0/+22
2017-11-30Fix htmldocck namingChristian Duerr-2/+2
2017-11-30Hide trait impl with private trait type parameterChristian Duerr-0/+19
2017-11-30Show hidden items with rustdoc's document-privateChristian Duerr-0/+15
2017-11-30rustc: Filter out bogus extern crate warningsAlex Crichton-0/+15
2017-11-30wasm: Update LLVM to fix a testAlex Crichton-1/+0
2017-11-30make coercions to `!` in unreachable code a hard errorAriel Ben-Yehuda-10/+41
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-4/+128
2017-11-30Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakisbors-0/+32
2017-11-30Auto merge of #46041 - zilbuz:issue-44837, r=arielb1bors-16/+39
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-0/+13
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-1117/+5
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-71/+7
2017-11-28Auto merge of #46207 - kennytm:kill-grep, r=alexcrichtonbors-120/+155
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-21/+28
2017-11-28Disable the cdylib-fewer-symbols test for all Windows (test was broken).kennytm-1/+3
2017-11-28Replace most call to grep in run-make by a script that cat the input.kennytm-119/+152
2017-11-28mir-borrowck: Update testsBasile Desloges-16/+39
2017-11-28Auto merge of #46123 - Gankro:c-repr, r=eddybbors-3/+403
2017-11-28Fix and improve test for enum repr sizesAlexis Beingessner-3/+49
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-128/+128
2017-11-27Auto merge of #46312 - kennytm:rollup, r=kennytmbors-2/+153
2017-11-28Rollup merge of #46282 - estebank:impl-trait-cicle-span, r=arielb1kennytm-1/+53
2017-11-28Rollup merge of #46258 - colinmarsh19:master, r=estebankkennytm-0/+23
2017-11-28Rollup merge of #46249 - estebank:suggest-slice, r=arielb1kennytm-0/+76
2017-11-28Rollup merge of #46231 - ritiek:verbs, r=arielb1kennytm-1/+1
2017-11-27Auto merge of #46022 - matthewjasper:cannot-assign-twice-error, r=arielb1bors-11/+226
2017-11-27Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddybbors-3/+347
2017-11-27reword to "consider borrowing here: `{suggestion}`"Esteban Küber-2/+2
2017-11-27Fix testEsteban Küber-1/+1
2017-11-27Make main span in impl-trait ciclic reference point to def_spanEsteban Küber-8/+2
2017-11-27Update tests involving E0384 for mir-borrowckMatthew Jasper-11/+60
2017-11-27Don't show first assignment in loopsMatthew Jasper-0/+118
2017-11-27Add initialization info to `MoveData`Matthew Jasper-0/+48
2017-11-27Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichtonbors-1/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-71/+7
2017-11-26Auto merge of #46168 - durka:macro-backtrace, r=durkabors-30/+30
2017-11-26Make impl-trait ciclical reference error point to def_spanEsteban Küber-16/+4
2017-11-26Move "auto trait leak" impl-trait cycle dependency test to uiEsteban Küber-0/+70