summary refs log tree commit diff
path: root/src/test/compile-fail/asm-misplaced-option.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-6/+3
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-1/+1
2014-09-27Convert cfg syntax to new systemSteven Fackler-2/+2
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
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-2/+2
2014-03-18test: Fix android testsAlex Crichton-3/+2
2014-03-13Fix and improve inline assembly.Piotr Czarnecki-0/+41