| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -45/+0 | |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -1/+1 | |
| 2017-06-27 | rustc_typeck: support functions in variance computation. | Eduard-Mihai Burtescu | -18/+2 | |
| 2017-05-03 | add back variance testing mechanism | Niko Matsakis | -4/+1 | |
| make it work for traits etc uniformly | ||||
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -9/+9 | |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -9/+9 | |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -9/+9 | |
| 2016-08-17 | rustc: move the SelfSpace before TypeSpace in Substs. | Eduard Burtescu | -5/+5 | |
| 2015-09-17 | Changes to tests | Nick Cameron | -1/+0 | |
| 2015-04-02 | Fallout in tests | Niko Matsakis | -5/+5 | |
| 2015-02-18 | Update tests to use #[feature(rustc_attrs)] | Niko Matsakis | -0/+1 | |
| 2015-02-18 | Introduce the new phantomdata/phantomfn markers and integrate them | Niko Matsakis | -0/+64 | |
| into variance inference; fix various bugs in variance inference so that it considers the correct set of constraints; modify infer to consider the results of variance inference for type arguments. | ||||
