summary refs log tree commit diff
path: root/src/test/compile-fail/issue-6804.rs
AgeCommit message (Expand)AuthorLines
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-5/+3
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-12-08Add dead-code warning passKiet Tran-0/+2
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-6/+4
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+2
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-10-01Workaround conflict between all-uppercase static and NaN definition.Felix S. Klock II-0/+2
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-2/+2
2013-07-25NaN patterns: indicate that is_NaN is a methodEtienne Millon-2/+2
2013-07-24Generalize NaN pattern detection using walk_patEtienne Millon-0/+5
2013-07-24Check for comparisons to NaN in patternsEtienne Millon-0/+16