rust/src/test
bors 923bac4596 Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis
incr. comp.: Take spans into account for ICH

This PR makes the ICH (incr. comp. hash) take spans into account when debuginfo is enabled.

A side-effect of this is that the SVH (which is based on the ICHs of all items in the crate) becomes sensitive to the tiniest change in a code base if debuginfo is enabled. Since we are not trying to model ABI compatibility via the SVH anymore (this is done via the crate disambiguator now), this should be not be a problem.

Fixes #33888.
Fixes #32753.
2016-09-06 13:22:35 -07:00
..
codegen
codegen-units
compile-fail Auto merge of #36276 - jseyfried:fix_unused, r=nrc 2016-09-06 01:44:13 -07: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 Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis 2016-09-06 13:22:35 -07:00
mir-opt
parse-fail
pretty
run-fail
run-fail-fulldeps
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
rustdoc Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton 2016-09-05 22:32:36 -07:00
ui Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturner 2016-09-04 21:00:59 +08:00