summary refs log tree commit diff
path: root/src/test/run-pass/class-separate-impl.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-6/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-2/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+6
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+2
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-09-30rpass: Remove usage of fmt!Alex Crichton-4/+4
2013-08-17Fix warnings it testsErick Tryzelaar-5/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-03-15Clonify some of run-passBen Striegel-3/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-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-25test: Residual de-muting of the test suite. rs=demutingPatrick Walton-22/+21
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-1/+1
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-1/+1
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-2/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
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-7/+13
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-3/+3
2012-09-06Remove struct ctorsBrian Anderson-3/+8
2012-09-05test: "import" -> "use"Patrick Walton-2/+2