rust/src/libsyntax/parse
Alex Crichton 6df57ec2e2 Remove the io::Decorator trait
This is just an unnecessary trait that no one's ever going to parameterize over
and it's more useful to just define the methods directly on the types
themselves. The implementors of this type almost always don't want
inner_mut_ref() but they're forced to define it as well.
2014-01-08 23:42:28 -08:00
..
attr.rs libsyntax: De-@mut token in the parser 2014-01-02 14:16:07 -08:00
classify.rs
comments.rs librustc: De-@mut the span handler 2014-01-03 14:01:57 -08:00
common.rs
lexer.rs libsyntax: De-@mut CodeMap::files 2014-01-03 14:01:59 -08:00
mod.rs Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
obsolete.rs libsyntax: De-@mut token in the parser 2014-01-02 14:16:07 -08:00
parser.rs Renamed Option::map_default and mutate_default to map_or and mutate_or_set 2014-01-08 00:53:40 +01:00
token.rs libsyntax: Implement the new box syntax for unique pointers. 2013-12-15 10:41:15 -08:00