summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-4.rs
AgeCommit message (Expand)AuthorLines
2015-06-22Do not consider fields matched by wildcard patterns to be usedSeo Sanghyeon-4/+6
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-7/+2
2015-03-31Stabilize std::numAaron Turon-2/+0
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-1/+0
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+3
2015-01-21Fix up some tests for feature stagingBrian Anderson-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
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