rust/src/libsyntax
Alex Crichton 922dcfdc69 Switch some tuple structs to pub fields
This commit deals with the fallout of the previous change by making tuples
structs have public fields where necessary (now that the fields are private by
default).
2014-03-31 19:50:51 -07:00
..
ext syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
parse syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
print syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
util syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
abi.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
ast.rs rustc: Switch tuple structs to have private fields 2014-03-31 18:59:46 -07:00
ast_map.rs Switch some tuple structs to pub fields 2014-03-31 19:50:51 -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 Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
lib.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
owned_slice.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
visit.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00