| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -5/+19 | |
| This preserves the error you currently get on stable for the old-lub-glb-object.rs test. | ||||
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -19/+26 | |
| One surprise: old-lub-glb-object.rs, may indicate a bug | ||||
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -10/+7 | |
| Still not great, but good enough to land this PR. | ||||
| 2019-01-02 | WIP other test changes | Niko Matsakis | -1/+1 | |
| 2019-01-02 | tests: cases where we now do the right thing but did not before | Niko Matsakis | -19/+7 | |
| Fixes #33684 | ||||
| 2019-01-02 | select.rs: unsizing coercion should use a subtype | Niko Matsakis | -7/+9 | |
| When we coerce `dyn Foo` to `dyn Bar`, that is OK as long as `Foo` is usable in all contexts where `Bar` is usable (hence using the source must be a subtype of the target). This is needed for the universe-based code to handle `old-lub-glb-object`; that test used to work sort of by accident before with the old code. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -22/+2 | |
| 2018-10-31 | kill old-style-lub warnings | Niko Matsakis | -4/+0 | |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -2/+2 | |
| The `dyn Trait` syntax was stabilized in 199ee327. Resolves #49277. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -8/+8 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -10/+2 | |
| Use span label instead of span note for single line spans in "incompatible arm" diagnostic. | ||||
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -4/+4 | |
| 2017-11-17 | issue better error message when LUB/GLB diverge under new behavior | Niko Matsakis | -0/+118 | |
