about summary refs log tree commit diff
path: root/src/test/compile-fail/asm-out-read-uninit.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-46/+0
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-0/+2
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+1
2018-03-09test: ignore asm tests on mips* which won't workJames Cowgill-0/+2
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-1/+6
2017-08-03Recognize SPARC in more tests where architecture matters.Danek Duvall-0/+1
2017-02-22Ignore ASM tests on powerpcer-1-0/+1
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+1
2016-09-09Add s390x supportUlrich Weigand-0/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+7
2014-09-27Convert cfg syntax to new systemSteven Fackler-4/+4
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-09borrowck: classify expressions as assignees, uses or bothEdward Wang-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-06fix some cfail test cases for armsh8281.kim-1/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-0/+3
2013-10-18Handle inline asm outputs as write-only in liveness, borrowck and trans.Eduard Burtescu-0/+24