about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-11Do not consider built-in attributes as candidates when resolving non-attribut...Vadim Petrochenkov-35/+16
2018-08-11Feature gate arbitrary tokens in non-macro attributes with a separate gateVadim Petrochenkov-41/+93
2018-08-10Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values...bors-36/+45
2018-08-10Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakisbors-41/+18
2018-08-10Auto merge of #53124 - davidtwco:issue-52742, r=nikomatsakisbors-29/+72
2018-08-09Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebankbors-0/+76
2018-08-09Auto merge of #53216 - kennytm:rollup, r=kennytmbors-67/+100
2018-08-10Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomezkennytm-62/+62
2018-08-10Rollup merge of #53183 - estebank:println-comma, r=oli-obkkennytm-4/+36
2018-08-10Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichtonkennytm-1/+2
2018-08-09Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichtonbors-1/+106
2018-08-09Updated tests after rebase.David Wood-30/+31
2018-08-09Fallback to 'has type' error messages rather than 'lifetime appears in type'.David Wood-1/+1
2018-08-09Correctly identify named early bound regions.David Wood-0/+42
2018-08-09Relax the target-cpu-on-function codegen test so it just checks for presence ...Michael Woerister-2/+1
2018-08-09Auto merge of #53100 - VPashkov:issue-52456-improper_ctypes, r=eddybbors-0/+7
2018-08-08Auto merge of #53186 - mikhail-m1:master, r=nikomatsakisbors-0/+35
2018-08-09update target-feature-gate.stderr outputgnzlbg-1/+1
2018-08-08Auto merge of #53163 - oli-obk:const_prop_ice, r=nikomatsakisbors-0/+23
2018-08-08Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakisbors-49/+41
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-4/+6
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-132/+111
2018-08-08Fixes #53119.Mikhail Modin-0/+35
2018-08-07Suggest comma when missing in macro callEsteban Küber-4/+36
2018-08-08Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoeristerbors-0/+109
2018-08-08add feature-gate testgnzlbg-0/+1
2018-08-08Add and update tests for `IndexMut` help messageLukas Kalbertodt-0/+76
2018-08-07Auto merge of #52397 - estebank:println-comma, r=oli-obkbors-8/+40
2018-08-07avoid computing liveness when a variable doesn't need itNiko Matsakis-36/+45
2018-08-07Fix tidyOliver Schneider-1/+1
2018-08-07Remove an overly pedantic and wrong assertionOliver Schneider-0/+23
2018-08-07Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma...bors-45/+79
2018-08-07rustc: Tweak visibility of some lang itemsAlex Crichton-0/+109
2018-08-07Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakisbors-42/+253
2018-08-07Annotate functions in LLVM with target-cpu, same as Clang does.Michael Woerister-0/+28
2018-08-07Add test case for including upstream object files in staticlibs when doing cr...Michael Woerister-0/+54
2018-08-07Add test case for omitting dllimport during cross-lang LTO.Michael Woerister-0/+23
2018-08-07Run cross-lang-lto tests also for MSVC (since there's no reason not to)Michael Woerister-1/+0
2018-08-07Fix tidyOliver Schneider-2/+2
2018-08-07Make sure the feature gate actually works and never allows promoting these op...Oliver Schneider-1/+117
2018-08-07Add feature gate testOliver Schneider-0/+2
2018-08-07Also put comparing raw pointers behind a feature gateOliver Schneider-9/+13
2018-08-07Rebase fallout: new tests need updated ui outputOliver Schneider-15/+23
2018-08-07Don't accidentally promote union access in MIROliver Schneider-11/+0
2018-08-07Add feature gate checksOliver Schneider-1/+38
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-16/+71
2018-08-07Auto merge of #53150 - kennytm:rollup, r=kennytmbors-13/+37
2018-08-07Special case error message for thread-local statics.David Wood-41/+18
2018-08-07Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkovkennytm-0/+24
2018-08-07Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertjkennytm-13/+13