rust/src/libstd
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
..
collections Register new snapshots 2014-06-15 23:30:24 -07:00
io Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
num Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
path Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
rand auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton 2014-06-16 06:32:03 +00:00
rt Move num_cpus from std::rt::util to std::os. Closes #14707 2014-06-16 18:16:12 -07:00
sync std: Don't fail the task when a Future is dropped 2014-06-16 18:16:14 -07:00
ascii.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
bitflags.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
c_vec.rs core: Rename container mod to collections. Closes #12543 2014-06-08 21:29:57 -07:00
dynamic_lib.rs auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton 2014-06-16 06:32:03 +00:00
failure.rs Register new snapshots 2014-06-15 23:30:24 -07:00
fmt.rs std: Remove dual export of Show 2014-06-18 01:13:53 -07:00
from_str.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
gc.rs Register new snapshots 2014-06-14 10:28:09 -07:00
lib.rs Register new snapshots 2014-06-14 10:28:09 -07:00
macros.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
os.rs fix signatures of mmap-related functions from libc 2014-06-18 01:27:42 -04:00
prelude.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
rtdeps.rs Basic iOS support 2014-06-12 21:15:14 +03:00
task.rs Revamp TaskBuilder API 2014-06-18 17:01:45 -07:00
to_str.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00