about summary refs log tree commit diff
path: root/src/test/compile-fail/unused-attr.rs
AgeCommit message (Expand)AuthorLines
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+2
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Fix up some tests for feature stagingBrian Anderson-1/+1
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-06-07Remove the attribute_usage lintSteven Fackler-1/+1
2014-06-07Add visit_attribute to Visitor, use it for unused_attributeSteven Fackler-0/+58