summary refs log tree commit diff
path: root/src/test/compile-fail/issue-6804.rs
AgeCommit message (Expand)AuthorLines
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2018-03-08Fully use miri in transOliver Schneider-2/+5
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-2/+0
2016-10-27Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-6/+3
2016-10-27add back test for issue #6804Ariel Ben-Yehuda-0/+34
2016-10-26remove StaticInliner and NaN checkingAriel Ben-Yehuda-36/+0
2016-03-25new tests for RFC #1445Niko Matsakis-4/+0
2016-03-25fallout in existing testsNiko Matsakis-0/+8
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