rust/src/libsyntax/ext
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
..
deriving option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
tt syntax: allow macros to expand to items with attributes. 2013-10-10 09:57:37 +11:00
asm.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
auto_encode.rs
base.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
build.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
bytes.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
cfg.rs
concat_idents.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
env.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
expand.rs Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
fmt.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
format.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
log_syntax.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
quote.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
source_util.rs path2: Update based on more review feedback 2013-10-16 10:26:48 -07:00
trace_macros.rs