about summary refs log tree commit diff
path: root/src/test/compile-fail/class-cast-to-trait.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-64/+0
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-16rustc: Remove private enum variantsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-02-07Removed @self and @Trait.Eduard Burtescu-3/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-09-30cfail: Remove usage of fmt!Alex Crichton-3/+3
2013-06-23Fix error messages in test cases, since fns/traits now pretty-print with a bo...Ben Blum-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+2
2013-03-13test: Fix tests. rs=testsPatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-5/+5
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-01Fix some compile-fail testsBrian Anderson-2/+1
2012-10-27Make class-cast-to-trait compile (not sure why this worked before)Tim Chevalier-5/+5
2012-09-11Remove priv sections from classes. Obsolete the syntaxBrian Anderson-3/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-9/+18
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-06Remove struct ctorsBrian Anderson-3/+8
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-2/+2
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+42