rust/src/libsyntax
bors d3b94f6f34 auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism
- Removed space between struct name and parentheses
- Fixed indentation of the rest of the file (missing end)
- Don't print parentheses for structs with no fields
- Added test
2013-03-02 03:06:38 -08:00
..
ext auto merge of #5165 : brson/rust/unstable, r=brson 2013-03-01 19:45:41 -08:00
parse Avoid calling to_vec() unnecessarily in parser. 2013-03-01 19:58:17 -05:00
print Fix some struct-tuple def prettyprint issues 2013-03-02 13:32:40 +10:00
util libsyntax: Remove all mutable fields from libsyntax. rs=demuting 2013-02-22 16:09:16 -08:00
ast.rs librustc: Mark all type implementations public. rs=impl-publicity 2013-02-28 11:32:24 -08:00
ast_map.rs Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
ast_util.rs Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00
attr.rs convert ast::meta_items to take @~strs 2013-02-19 10:02:52 -08:00
codemap.rs librustc: Forbid pub or priv before trait implementations 2013-02-27 09:40:16 -08:00
diagnostic.rs libsyntax: De-mut the pipe compiler 2013-02-22 16:09:15 -08:00
fold.rs Remove legacy object creation mode, and convert remaining uses of it 2013-02-28 20:28:04 -05:00
opt_vec.rs Avoid calling to_vec() unnecessarily in parser. 2013-03-01 19:58:17 -05:00
syntax.rc librustc: "APL2" -> "ASL2". rs=license-fix 2013-03-01 08:41:31 -08:00
visit.rs Fix implicit leaks of imports throughout libraries 2013-02-28 18:00:34 -05:00