| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-19 | rustc: Make the pretty printer output commas after enum variants. Update all ↵ | Patrick Walton | -2/+2 | |
| tests accordingly. | ||||
| 2012-01-19 | Rename fn*() to fn() as originally planned. | Niko Matsakis | -0/+8 | |
| 2012-01-15 | rustc: Parse fn inner attributes. Closes #1506 | Brian Anderson | -0/+13 | |
| 2012-01-13 | Remove tests for objs, adjust tests that use objs | Marijn Haverbeke | -14/+0 | |
| 2012-01-10 | test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch | Patrick Walton | -1/+1 | |
| 2012-01-10 | rename sendfn to fn~, lambda to fn@ | Niko Matsakis | -3/+3 | |
| 2012-01-09 | Remove proto_sugar and 'lambda' as keyword, commit to fn@. | Graydon Hoare | -3/+3 | |
| 2012-01-05 | make test typecheck | Niko Matsakis | -3/+0 | |
| 2012-01-05 | fix pretty printer to correctly insert parens for disamb | Niko Matsakis | -1/+6 | |
| 2012-01-05 | update test on disambig to reflect that some cases are no longer legal | Niko Matsakis | -3/+3 | |
| 2012-01-03 | Allow tail expressions even in no_value blocks. Type checker | Niko Matsakis | -0/+8 | |
| will guarantee they have unit type. | ||||
| 2011-12-30 | add cap clause to pretty printer, with a test | Niko Matsakis | -0/+17 | |
| 2011-11-22 | rustc: Allow trailing comma in record fields | Haitao Li | -0/+8 | |
| 2011-09-15 | Add regression tests for previously ambiguous syntactic forms | Brian Anderson | -0/+37 | |
| 2011-09-15 | Remove maybe_protect_block kludge from pretty-printer | Marijn Haverbeke | -35/+0 | |
| It is no longer needed. | ||||
| 2011-09-09 | Make the pretty printer disambiguatae blocks followed by vec expressions. | Jesse Ruderman | -0/+2 | |
| Semicolons are needed here now that postfix [] is used for vec indexing (the syntax change made in rev 518dc52f85c2efb67aaa1208c02e9a7e0bdaca49). | ||||
| 2011-08-20 | Reformat | Brian Anderson | -106/+50 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-19 | Do better at preserving blank lines during pretty-printing | Brian Anderson | -0/+15 | |
| 2011-08-19 | Don't pretty-print extra blank lines after anon object methods | Brian Anderson | -0/+14 | |
| 2011-08-18 | Don't pretty-print trailing whitespace for blank lines inside block comments | Brian Anderson | -0/+15 | |
| 2011-08-18 | Try harder to disambig blocks followed by various exprs in pprust. Closes #840 | Brian Anderson | -0/+65 | |
| As it turns out, it's not just unops we need to worry about. Also tuples and anything that requires parens. | ||||
| 2011-08-18 | Kill another case of a spurious blank line. Closes #809. | Graydon Hoare | -0/+8 | |
| 2011-08-18 | More misc ivec->vec renaming | Brian Anderson | -2/+2 | |
| 2011-08-18 | Pretty-print ivecs as [] | Brian Anderson | -21/+21 | |
| 2011-08-16 | Add pp test for interleaving comments through vectors. Closes #679 | Brian Anderson | -0/+60 | |
| 2011-08-09 | Port the fuzzer and tests to ivec type [T] syntax. | Erick Tryzelaar | -9/+1 | |
| 2011-08-09 | Change the ivec type syntax to [T]. | Erick Tryzelaar | -0/+18 | |
| This preserves the old syntax for now. | ||||
| 2011-08-03 | Fix the pretty print tests to handle terminal newlines. Sorry! | Michael Sullivan | -3/+3 | |
| 2011-08-03 | Disambiguate unop statements in pretty-printer. Closes #674 | Brian Anderson | -0/+35 | |
| 2011-08-02 | Don't pp extra lines after block open when preserving whitespace. Closes #759 | Brian Anderson | -0/+7 | |
| 2011-08-02 | Add dedicated pretty-printer tests with new pp-exact directive | Brian Anderson | -0/+13 | |
| Add a new src/test/pretty directory to hold just source files for testing the pretty-printer. Add a new pp-exact directive. When this directive is followed by a file name it specifies a file containing the output that the pretty-printer should generate. When pp-exact is not followed by a filename it says that the file should pretty-print as written. | ||||
