rust/src/libsyntax
bors f68335113b auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon
r? @graydon - This is for greater uniformity (for example, macros that generate
tuples). rustc already supported 1-tuple patterns, but there was no
way to construct a 1-tuple term.

@graydon , as far as your comment on #4898 - it did turn out to be solvable inside the macro (since @luqmana already fixed it using structs instead), but I still think it's a good idea to allow 1-tuples, for uniformity. I don't think anyone is likely to trip over it, and I'm not too worried that it changes the amount of ambiguity.
2013-02-19 09:14:33 -08:00
..
ext auto merge of #5005 : alexcrichton/rust/bitv++, r=catamorphism 2013-02-18 18:40:33 -08:00
parse auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon 2013-02-19 09:14:33 -08:00
print auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon 2013-02-19 09:14:33 -08:00
util librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
ast.rs libsyntax: Update view_item_use/import to reflect actual usage 2013-02-17 21:45:00 -05:00
ast_map.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
ast_util.rs libsyntax: Update view_item_use/import to reflect actual usage 2013-02-17 21:45:00 -05:00
attr.rs syntax: Implement recursive sorting of meta items. Closes #607 2013-02-17 00:31:57 +10:00
codemap.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
diagnostic.rs Convert all uses of vec::slice to vec::view Issue #3869 2013-02-14 16:14:32 -08:00
fold.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
syntax.rc Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
visit.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00