rust/src/libsyntax
Tim Chevalier 0327dc0b18 Insert missing maybe_print_comment call for class destructors
While it wasn't the original issue, the first program from #2487
failed the pretty-printing test because of this, so it's still a good
test case :-)

It also turns out that the second program from #2487 now triggers a
kind error, so I figured I might as well add it as a test case.
2012-06-06 22:09:10 -07:00
..
ext borrowck changes: some copies, some removed mut annotations, some dvec 2012-06-06 18:37:04 -07:00
parse workaround LLVM bug #13042 2012-06-06 18:42:11 -07:00
print Insert missing maybe_print_comment call for class destructors 2012-06-06 22:09:10 -07:00
util Make std::map require const keys. 2012-05-31 13:55:54 -07:00
ast.rs Say "easily" instead of "sanely" 2012-06-06 22:09:10 -07:00
ast_map.rs Rename librustsyntax to libsyntax 2012-05-31 11:15:00 -07:00
ast_util.rs add pure annotations in ast_util 2012-06-06 18:37:18 -07:00
attr.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
codemap.rs make lookup fn pure in codemap 2012-06-06 18:36:34 -07:00
diagnostic.rs syntax: More grammatical error message 2012-06-06 14:51:13 -07:00
fold.rs Rename librustsyntax to libsyntax 2012-05-31 11:15:00 -07:00
parse.rs Rename librustsyntax to libsyntax 2012-05-31 11:15:00 -07:00
syntax.rc Make vecs implicitly copyable for all of our projects. 2012-06-04 19:53:30 -07:00
visit.rs Rename librustsyntax to libsyntax 2012-05-31 11:15:00 -07:00