summary refs log tree commit diff
path: root/src/test/run-pass/regions-self-impls.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-10tests: changes in response to #5656Niko Matsakis-1/+1
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-2/+2
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-16update this test to use the new syntax entirelyNiko Matsakis-4/+4
2013-02-16Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes inNiko Matsakis-1/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+5
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-1/+1
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-2/+2
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-5/+2
2012-04-04wip: refactor repr of regionsNiko Matsakis-0/+3
2012-03-23rustc: Redo region inference to be a bit less brokenPatrick Walton-0/+1
2012-03-15test: Add a test case for self regions and typeclass implementationsPatrick Walton-0/+11