summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-19test: Fix test. rs=testPatrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-3/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-0/+10
2013-02-28testsuite: Re-xfail record-trailing-commaTim Chevalier-0/+1
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-3/+0
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-02-14auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphismbors-5/+24
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-13libsyntax: don't parse ////, /***/ as doc commentsKang Seonghoon-5/+24
2013-02-08Change pretty-exact to pp-exactSeo Sanghyeon-10/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-27/+0
2013-01-28testsuite: De-record pretty testsTim Chevalier-4/+12
2012-12-10tests: relicense .pp files. Oddly not caught during local testing.Graydon Hoare-0/+30
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+230
2012-12-06Remove obsolete commentTim Chevalier-3/+0
2012-11-15Un-xfail working testsTim Chevalier-1/+0
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-4/+4
2012-10-20Fix a pprint test for fixed-length vecsBen Striegel-2/+2
2012-08-26Camel case the option typeBrian Anderson-8/+8
2012-08-23Remove match check from test casesTim Chevalier-7/+8
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-14More attempts at fixing .. breakage.Graydon Hoare-1/+1
2012-08-14Try to fix pretty-test breakage harder.Graydon Hoare-1/+1
2012-08-14Try to fix pretty-test breakage.Graydon Hoare-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-10/+10
2012-08-05Switch alts to use arrowsBrian Anderson-7/+7
2012-08-04Fix closure pretty-print testsBrian Anderson-2/+1
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-31syntax: More tweaks to make alt arrows parse and print correctlyBrian Anderson-7/+6
2012-07-31accept naked exprs with commas in pattern armsNiko Matsakis-0/+34
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-19Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...Patrick Walton-34/+0
2012-07-18accept naked exprs with commas in pattern armsNiko Matsakis-0/+34
2012-07-12Comments only: annotate FIXMEs in testsTim Chevalier-1/+1
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-38/+38
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-0/+32
2012-07-01Convert to new closure syntaxBrian Anderson-3/+6
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-30syntax: Pretty-print 'do' correctlyBrian Anderson-0/+7
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-0/+32
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-14/+14
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-16/+16