rust/src/test
Andy Russell 41ee2e9124 resolve: Suggest use self when import resolves
Improves errors messages by replacing "Maybe a missing `extern crate`" messages
with "Did you mean `self::...`" when the `self` import would succeed.
2016-09-05 21:48:02 -04:00
..
codegen Feature gate the sysv64 abi as feature(abi_sysv64) and add tests 2016-08-30 16:03:06 +02:00
codegen-units rustc: move the SelfSpace before TypeSpace in Substs. 2016-08-17 05:50:57 +03:00
compile-fail resolve: Suggest use self when import resolves 2016-09-05 21:48:02 -04:00
compile-fail-fulldeps Replace _, _, _ with .. 2016-09-04 12:27:01 +03:00
debuginfo Fix type encoding/decoding for unions 2016-09-03 13:39:35 +03:00
incremental Fix rebase, fix some tests 2016-09-03 13:39:35 +03:00
mir-opt rustc: remove ParamSpace from Substs. 2016-08-17 06:32:00 +03:00
parse-fail Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
pretty Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
run-fail Auto merge of #35764 - eddyb:byegone, r=nikomatsakis 2016-08-24 14:57:34 -07:00
run-fail-fulldeps Replace local backtrace with def-use, repair std macro spans 2016-08-17 14:26:14 -07:00
run-make Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
run-pass Auto merge of #36281 - pnkfelix:fix-issue-36036, r=eddyb 2016-09-05 11:28:36 -07:00
run-pass-fulldeps Replace _, _ with .. 2016-09-04 12:30:33 +03:00
run-pass-valgrind Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
rustdoc Support unions in rustdoc 2016-09-03 13:39:34 +03:00
ui Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturner 2016-09-04 21:00:59 +08:00