rust/src/comp/pretty
Marijn Haverbeke 75681f9ad7 Get rid of def_ids and anns in AST nodes, use single node_id
This reduces some redundancy in the AST data structures and cruft in
the code that works with them. To get a def_id from a node_id, apply
ast::local_def, which adds the local crate_num to the given node_id.
Most code only deals with crate-local node_ids, and won't have to
create def_ids at all.
2011-06-20 23:53:28 +02:00
..
pp.rs Tighten up the hardbreak rules a bit. 2011-06-20 19:58:23 +00:00
ppaux.rs Suppress hardbreaks when following hardbreaks. 2011-06-20 19:58:23 +00:00
pprust.rs Get rid of def_ids and anns in AST nodes, use single node_id 2011-06-20 23:53:28 +02:00