summary refs log tree commit diff
path: root/src/test/run-pass/static-method-test.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-22test: Remove `pure` from the test suitePatrick Walton-7/+4
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-9/+9
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-5/+5
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-7/+7
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-4/+4
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-2/+2
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in rpass testsTim Chevalier-2/+2
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-4/+4
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+6
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-4/+4
2012-08-07Implement static typeclass methods. Closes #3132.Michael Sullivan-0/+79