rust/src/test
Huon Wilson ff79a4471c syntax: record multibyte chars' positions absolutely, not relative to
file.

Previously multibyte UTF-8 chars were being recorded as byte offsets
from the start of the file, and then later compared against global byte
positions, resulting in the compiler possibly thinking it had a byte
position pointing inside a multibyte character, if there were multibyte
characters in any non-crate files. (Although, sometimes the byte offsets
line up just right to not ICE, but that was a coincidence.)

Fixes #11136.
Fixes #11178.
2014-02-24 21:22:26 -08:00
..
auxiliary auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw 2014-02-24 04:11:53 -08:00
bench Remove std::from_str::FromStr from the prelude 2014-02-24 21:22:26 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Remove some obsolete ignored tests 2014-02-24 21:22:26 -08:00
debug-info debuginfo: Re-enable test case that should have worked all along. 2014-02-19 17:16:36 +01:00
pretty extern mod => extern crate 2014-02-14 22:55:21 -08:00
run-fail Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
run-make syntax: record multibyte chars' positions absolutely, not relative to 2014-02-24 21:22:26 -08:00
run-pass Move extra::json to libserialize 2014-02-24 09:51:39 -08:00
run-pass-fulldeps extern mod => extern crate 2014-02-14 22:55:21 -08:00