rust/src/test
bors 07f807d01f Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis
Extend rustc::middle::dataflow to allow filtering kills from flow-exits.

Fix borrowck analysis so that it will not treat a break that pops through an assignment
```rust
x = { ... break; ... }
```
as a kill of the "moved-out" bit for `x`.

Fix #24267.

[breaking-change], but really, its only breaking code that was already buggy.
2015-04-15 21:05:16 +00:00
..
auxiliary Expand internal-unstable to handle named field accesses and method calls. 2015-04-11 16:00:58 -07:00
bench rollup merge of #24385: aturon/unstable-scoped 2015-04-14 10:59:55 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis 2015-04-15 21:05:16 +00: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 Added a help span which informs the user about the escaping of curly braces in a format string if a wrongly escaped one is detected in a string. 2015-04-13 15:56:10 +02:00
pretty Fallout in tests 2015-04-01 11:22:39 -04:00
run-fail Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
run-make test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
run-pass Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07: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 Test fixes and review feedback 2015-04-10 00:58:10 -07:00