about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-uppercase-variables.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-41/+0
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+1
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-2/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-17Test fixes and rebase conflictsAlex Crichton-3/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-9/+8
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+2
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 usize.Huon Wilson-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-11-26Warn on pattern bindings that have the same name as a variantJakub Bukaj-1/+2
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-5/+5
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+3
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-05Emit the uppercase variable lint for struct fields that have names with upper...Palmer Cox-0/+6
2014-03-04Add lint for variable names that contain uppercase charactersPalmer Cox-0/+34