about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+0
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-2/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-2/+2
2012-12-28test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustagePatrick Walton-1/+1
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-43/+22
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+30
2012-12-07syntax: try to fix pattern printing yet again, r=burningtree.Graydon Hoare-1/+1
2012-12-07syntax: Permit splicing anything into a quote that implements ToTokens.Graydon Hoare-3/+2
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-3/+5
2012-11-16syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}!Graydon Hoare-0/+19
2012-09-18Fix run-pass-fulldeps/qquote.rsBrian Anderson-1/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-18libcore: make a copyless io::BytesWriterErick Tryzelaar-7/+7
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-12/+11
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-22intern identifiersPaul Stansifer-20/+21
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-15/+15
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-17/+17
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-18Remove test that depends on rustcTim Chevalier-5/+0
2012-06-15Add the interner to parse_sess.Paul Stansifer-14/+1
2012-06-01test: Move tests with rustc deps into run-pass-fulldepsBrian Anderson-0/+169