rust/src/libsyntax/parse
Kevin Ballard bab7eb20df path2: Update based on more review feedback
Standardize the is_sep() functions to be the same in both posix and
windows, and re-export from path. Update extra::glob to use this.

Remove the usage of either, as it's going away.

Move the WindowsPath-specific methods out of WindowsPath and make them
top-level functions of path::windows instead. This way you cannot
accidentally write code that will fail to compile on non-windows
architectures without typing ::windows anywhere.

Remove GenericPath::from_c_str() and just impl BytesContainer for
CString instead.

Remove .join_path() and .push_path() and just implement BytesContainer
for Path instead.

Remove FilenameDisplay and add a boolean flag to Display instead.

Remove .each_parent(). It only had one caller, so just inline its
definition there.
2013-10-16 10:26:48 -07:00
..
attr.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
classify.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
comments.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
common.rs
lexer.rs add token::LIT_STR_RAW(ident, num of # symbols) 2013-10-08 01:44:05 +02:00
mod.rs path2: Replace the path module outright 2013-10-15 21:56:54 -07:00
obsolete.rs Remove specific errors for very old obsolete syntax 2013-10-04 07:09:28 +02:00
parser.rs path2: Update based on more review feedback 2013-10-16 10:26:48 -07:00
token.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00