rust/src/test
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
..
auxiliary librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
bench rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
compile-fail-fulldeps Test lint plugins 2014-06-24 11:36:28 -07:00
debuginfo librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
pretty librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-fail rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
run-make librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-pass rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
run-pass-fulldeps librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00