about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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
2017-11-26Auto merge of #46106 - est31:master, r=nikomatsakisbors-320/+194
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-30/+30
2017-11-26improve error messagesAriel Ben-Yehuda-42/+37
2017-11-26Auto merge of #46253 - eddyb:return-aliasing, r=nagisabors-0/+23
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-320/+194
2017-11-26Changed to correct quotes ` `colinmarsh19-1/+1
2017-11-26Added .rs extensioncolinmarsh19-0/+0
2017-11-26limit packed copy-out to non-generic Copy structsAriel Ben-Yehuda-5/+66
2017-11-26fix #[derive] implementation for repr(packed) structsAriel Ben-Yehuda-0/+73
2017-11-26make accessing packed fields a future-compat warningAriel Ben-Yehuda-0/+45
2017-11-26fix codegen of drops of fields of packed structsAriel Ben-Yehuda-0/+110
2017-11-26make accesses to fields of packed structs unsafeAriel Ben-Yehuda-3/+63
2017-11-26MIR: Fix value moved diagnose messagesRitiek Malhotra-1/+1
2017-11-26Auto merge of #46100 - KiChjang:mass-dead-check, r=nikomatsakisbors-0/+64
2017-11-26make OpenBSD to use libc++ instead of (e)stdc++Sébastien Marie-1/+1
2017-11-26Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1kennytm-0/+33
2017-11-26Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1bors-0/+44
2017-11-25Delete bad test filecolinmarsh19-18/+0
2017-11-25Added 46186 stderrcolinmarsh19-0/+8
2017-11-25UI test 46186colinmarsh19-0/+15
2017-11-26Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1bors-1/+32
2017-11-25Disable region-liveness-drop-no-may-dangle.rsKeith Yeung-0/+1
2017-11-25InstCombine Len([_; N]) => const N in MIRScott McMurray-0/+33
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-0/+53
2017-11-25Fix testEsteban Küber-2/+5
2017-11-25Added ;colinmarsh19-1/+1