about summary refs log tree commit diff
path: root/src/test/compile-fail/variance-trait-bounds.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-45/+0
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-1/+1
2017-06-27rustc_typeck: support functions in variance computation.Eduard-Mihai Burtescu-18/+2
2017-05-03add back variance testing mechanismNiko Matsakis-4/+1
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-9/+9
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-9/+9
2016-08-17rustc: remove SelfSpace from ParamSpace.Eduard Burtescu-9/+9
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-5/+5
2015-09-17Changes to testsNick Cameron-1/+0
2015-04-02Fallout in testsNiko Matsakis-5/+5
2015-02-18Update tests to use #[feature(rustc_attrs)]Niko Matsakis-0/+1
2015-02-18Introduce the new phantomdata/phantomfn markers and integrate themNiko Matsakis-0/+64