about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-4/+94
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-65/+161
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-30/+71
2018-10-23Add macro call span when lacking any other span in diagnosticEsteban Küber-0/+15
2018-10-23check the self type is well-formedNiko Matsakis-7/+42
2018-10-23fix typos in various placesMatthias Krüger-35/+35
2018-10-23Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkovbors-100/+0
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-57/+439
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-100/+0
2018-10-23Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelixbors-243/+138
2018-10-22Don't rerun Mir passes when inliningNiko Matsakis-0/+11
2018-10-23Auto merge of #55231 - zackmdavis:determinate, r=oli-obkbors-18/+18
2018-10-23add expected error commentEsteban Kuber-1/+1
2018-10-23add expected error commentEsteban Kuber-1/+1
2018-10-22Fix Rustdoc ICE when checking blanket implsAaron Hill-0/+31
2018-10-22[review comments] modify test and clean up codeOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-7/+4
2018-10-22review commentsEsteban Küber-48/+12
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-26/+97
2018-10-22stop reporting "unsatisfied lifetime bounds" errors after the firstNiko Matsakis-113/+16
2018-10-22flesh out closure-substs testNiko Matsakis-8/+66
2018-10-22fix incremental testNiko Matsakis-1/+1
2018-10-22add regression test for #54124Niko Matsakis-0/+29
2018-10-22start enforcing closure typesNiko Matsakis-0/+71
2018-10-22optimize unsupported literal diag messagecsmoe-11/+17
2018-10-21Allow extern statics with an extern typeMichael Bradshaw-0/+37
2018-10-21only issue "variant of the expected type" suggestion for enumsZack M. Davis-1/+26
2018-10-22Fix multiple errorsGuillaume Gomez-2/+2
2018-10-21Auto merge of #55236 - petrochenkov:pfail, r=davidtwcobors-115/+3238
2018-10-21Update failing testGuillaume Gomez-3/+3
2018-10-21Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats...bors-1769/+1409
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-1762/+1398
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-30/+50
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-119/+151
2018-10-21Make some ui/parser tests compile-passVadim Petrochenkov-68/+11
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+3128
2018-10-20Auto merge of #55230 - Manishearth:rollup, r=Manishearthbors-0/+100
2018-10-21manage cases with tabs or other whitespacesFrançois Mockers-4/+160
2018-10-20Give an error number for "borrowed data escapes outside of closure"Matthew Jasper-6/+10
2018-10-20Prefer type annotations and returns in free region errorsMatthew Jasper-1/+1
2018-10-20Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisaManish Goregaokar-0/+100
2018-10-20Auto merge of #55156 - PramodBisht:issue/52717, r=estebankbors-13/+39
2018-10-20pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-18/+18
2018-10-20Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakisbors-49/+58
2018-10-20Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakisbors-5/+5
2018-10-19`impl<'_> IceCube<'_> {}` is now only one error in both editionsScott McMurray-68/+12
2018-10-19Add a stub feature so we can still test E0705Scott McMurray-6/+9
2018-10-1917905 also no longer errors, thanks to IHLEScott McMurray-12/+76
2018-10-19Move an underscore-lifetime error test to an IHLE success testScott McMurray-15/+24
2018-10-19Hooray! 19982 finally works the way people wanted in December 2014 :)Scott McMurray-44/+17