rust/src/libsyntax
bors c2e457686b auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson
This is the final commit need to implement [RFC #4](https://github.com/rust-lang/rfcs/blob/master/active/0004-private-fields.md), it makes all tuple struct fields private by default, overridable with the `pub` keyword.

I'll note one divergence from the original RFC which is outlined in the first commit.
2014-04-03 18:41:45 -07:00
..
ext syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00
parse syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00
print syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00
util syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
abi.rs Test fixes from the rollup 2014-04-03 17:11:26 -07:00
ast.rs auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson 2014-04-03 18:41:45 -07:00
ast_map.rs auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson 2014-04-03 18:41:45 -07:00
ast_util.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
attr.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
codemap.rs Switch some tuple structs to pub fields 2014-03-31 19:50:51 -07:00
crateid.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
diagnostic.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
fold.rs syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00
lib.rs auto merge of #13286 : alexcrichton/rust/release, r=brson 2014-04-03 13:52:03 -07:00
owned_slice.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
visit.rs syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00