rust/src/test
Niko Matsakis 6dfeda7d4b Rather than storing the relations between free-regions in a global
table, introduce a `FreeRegionMap` data structure. regionck computes the
`FreeRegionMap` for each fn and stores the result into the tcx so that
borrowck can use it (this could perhaps be refactored to have borrowck
recompute the map, but it's a bid tedious to recompute due to the
interaction of closures and free fns). The main reason to do this is
because of #22779 -- using a global table was incorrect because when
validating impl method signatures, we want to use the free region
relationships from the *trait*, not the impl.

Fixes #22779.
2015-04-18 11:35:51 -04:00
..
auxiliary Auto merge of #23985 - erickt:derive-cleanup, r=erickt 2015-04-18 00:48:34 +00:00
bench Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Rather than storing the relations between free-regions in a global 2015-04-18 11:35:51 -04:00
compile-fail-fulldeps Fallout to tests expecting unconditional help output from missing features. 2015-04-02 19:30:45 +02:00
debuginfo Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
parse-fail Add tests for "ident only path should have been covered"-ICE 2015-04-15 14:18:47 +02:00
pretty Fallout in tests 2015-04-01 11:22:39 -04:00
run-fail unit test for checked overflow during signed negation. 2015-04-17 15:32:30 +02:00
run-make Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton 2015-04-18 07:09:22 +00:00
run-pass Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis 2015-04-17 03:50:30 +00:00
run-pass-fulldeps Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00