rust/src/libsyntax
Brian Anderson d21336ee0a rustc: Remove &str indexing from the language.
Being able to index into the bytes of a string encourages
poor UTF-8 hygiene. To get a view of `&[u8]` from either
a `String` or `&str` slice, use the `as_bytes()` method.

Closes #12710.

[breaking-change]
2014-07-01 19:12:29 -07:00
..
2014-06-26 08:56:49 +02:00
2014-06-26 08:56:49 +02:00
2014-06-27 21:41:10 -07:00
2014-06-18 22:22:26 -07:00
2014-06-26 08:56:49 +02:00
2014-06-22 21:16:11 -07:00