rust/src/libsyntax/ext
Simon Sapin 108b8b6dc7 Deprecate the bytes!() macro.
Replace its usage with byte string literals, except in `bytes!()` tests.
Also add a new snapshot, to be able to use the new b"foo" syntax.

The src/etc/2014-06-rewrite-bytes-macros.py script automatically
rewrites `bytes!()` invocations into byte string literals.
Pass it filenames as arguments to generate a diff that you can inspect,
or `--apply` followed by filenames to apply the changes in place.
Diffs can be piped into `tip` or `pygmentize -l diff` for coloring.
2014-06-18 17:02:22 -07:00
..
deriving rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
tt rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
asm.rs Register new snapshots 2014-06-15 23:30:24 -07:00
base.rs Register new snapshots 2014-06-15 23:30:24 -07:00
build.rs rustc: Improve span for error about using a method as a field. 2014-06-16 18:15:54 -07:00
bytes.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
cfg.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
concat.rs Add a b'x' byte literal of type u8. 2014-06-17 23:41:03 +02:00
concat_idents.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
env.rs librustc: Fix the issue with labels shadowing variable names by making 2014-06-13 13:53:34 -07:00
expand.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
fmt.rs Change static.rust-lang.org to doc.rust-lang.org 2014-05-21 19:55:39 -07:00
format.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
log_syntax.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
mtwt.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
quote.rs Add a b'x' byte literal of type u8. 2014-06-17 23:41:03 +02:00
source_util.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
trace_macros.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00