summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-4.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-2/+2
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-11-15Un-feature gate struct variantsSteven Fackler-1/+0
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-24Add a lint for not using field pattern shorthandsP1start-1/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-3/+3
2014-09-24Add detection of unused enum variantsJakub Wieczorek-2/+2
2014-06-08Add detection of dead struct fieldsJakub Wieczorek-0/+67