about summary refs log tree commit diff
path: root/src/test/compile-fail/asm-out-read-uninit.rs
AgeCommit message (Expand)AuthorLines
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