about summary refs log tree commit diff
path: root/src/test/compile-fail/occurs-check.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2017-11-18fix compile-fail testsNiko Matsakis-2/+0
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2016-05-02update test cases to reflect new messagesNiko Matsakis-2/+2
2015-01-12Fix testsuite errorsmdinger-1/+5
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+1
2014-09-09Avoid ever constructing cyclic types in the first place, rather than detectin...Niko Matsakis-2/+2
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-04-04wip: refactor repr of regionsNiko Matsakis-1/+1
2012-03-23Implement new inference algorithm.Niko Matsakis-2/+4
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-4/+1
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-1/+2
2011-08-04Implement the occurs checkTim Chevalier-0/+4