rust/src/librustc/back
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
..
abi.rs back: abi: remove dead code 2014-04-01 10:12:02 -04:00
archive.rs rustc: Avoid 16-byte filenames in rlibs 2014-06-06 19:51:19 -07:00
arm.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00
link.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
lto.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
mips.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00
mipsel.rs Added Mipsel architecture support 2014-06-24 11:12:10 +02:00
rpath.rs Basic iOS support 2014-06-12 21:15:14 +03:00
svh.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
target_strs.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00
x86.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00
x86_64.rs Better dylib skipping based on Alex Crichton code 2014-06-12 21:15:14 +03:00