summary refs log tree commit diff
path: root/src/test/run-pass/issue-2904.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-09-26Unbreak run-pass/issue-2904 moreBrian Anderson-5/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+6
2012-09-26Fix test/run-pass/issue-2904Brian Anderson-1/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-23libcore: update bytes/str reader to work with regions.Erick Tryzelaar-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-3/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-17/+17
2012-08-03Test for issue 2904, which got fixed somewhere along the lineTim Chevalier-0/+78