summary refs log tree commit diff
path: root/src/test/compile-fail/issue-511.rs
AgeCommit message (Collapse)AuthorLines
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-3/+3
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-4/+2
This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b.
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-2/+4
18s perf regression compiling rustc with opts This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77.
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-4/+2
cc #2540
2012-06-06mask extra borrowck errors (should find out how to not report those)Niko Matsakis-2/+4
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-0/+2
2012-05-10replace mutbl pass with borrowckNiko Matsakis-0/+11