about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-09Don't panic on std::env::vars() when env in null.BurntPizza-0/+29
2018-08-09set the syntax edition in the driver's phase 1QuietMisdreavus-0/+24
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-09Added regression test for NLL raw pointer cast bugSunjay Varma-0/+35
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-07add gdb test for std::collectionsfukatani-0/+50
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
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-48/+49
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-15/+23
2018-08-06Suggest comma when writing `println!("{}" a);`Esteban Küber-0/+24