rust/src/test
bors 29abe5ec71 Auto merge of #34856 - jseyfried:refactor_reset_tls, r=nrc
Avoid reseting the thread local interner at the beginning of `phase_1_parse_input`

The thread local interner is used before `phase_1_parse_input` to create `InternedString`s, which currently wrap `Rc<String>`s. Once `InternedString` is refactored to be an interned string id (like `Name`), resetting will invalidate everything that was interned before `phase_1_parse_input`.

The resets were only useful for the `rusti` project, which can now use `driver::reset_thread_local_state`.

r? @nrc
2016-07-27 10:16:36 -07:00
..
codegen Add codegen test to make sure that closures are 'internalized' properly. 2016-07-19 06:22:35 -04:00
codegen-units trans: Adjust linkage assignment so that we don't need weak linkage. 2016-07-08 10:42:48 -04:00
compile-fail Auto merge of #34856 - jseyfried:refactor_reset_tls, r=nrc 2016-07-27 10:16:36 -07:00
compile-fail-fulldeps Add tests + Fix rustdoc regression + Fix rebase 2016-07-08 12:42:57 +03:00
debuginfo Remove no_stack_check tests (#34915) 2016-07-25 15:00:32 +05:30
incremental add def-ids from nominal types into TraitSelect 2016-05-31 19:59:57 -04:00
mir-opt add mir optimization tests, dump-mir-dir option 2016-07-20 19:41:39 -07:00
parse-fail syntax: Better error message for inner attr following doc comment 2016-07-15 21:02:53 -07:00
pretty Fix pretty-printing of lifetime bound 2016-06-29 23:40:29 +09:00
run-fail Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrc 2016-06-07 10:43:56 -04:00
run-fail-fulldeps Fix rfail test missing import 2016-06-24 06:31:19 -04:00
run-make Auto merge of #33363 - japaric:target, r=japaric 2016-07-27 05:50:27 -07:00
run-pass Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton 2016-07-27 02:26:37 -07:00
run-pass-fulldeps Add regression test 2016-07-05 05:59:46 +00:00
run-pass-valgrind Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
rustdoc Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton 2016-07-13 16:27:30 -07:00
ui Add unicode test to ui tests 2016-07-14 10:55:09 -04:00