| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -4/+6 | |
| We already disallowed them to be in the arg list, such as Fn(impl Debug), but now we disallow Fn() -> impl Debug. Also remove the ImplTraitContext argument from the function lower_parenthesized_parameter_data as it is now unused. Comment out part of test run-pass/impl-trait/xcrate.rs that now fails. | ||||
| 2017-11-15 | some tests featuring multiple bounds, other errors | Niko Matsakis | -0/+23 | |
| 2017-11-15 | add some more positive tests | Niko Matsakis | -0/+99 | |
| It'd be good to have a positive test for each case where it is allowed, I should think. | ||||
| 2017-11-15 | rename `equality-universal` to a more extensible naming scheme | Niko Matsakis | -0/+0 | |
| 2017-11-15 | Add/Modify tests for argument position impl Trait | Christopher Vittal | -13/+57 | |
| 2017-08-14 | Mark closures return via impl-trait as reachable. | Michael Woerister | -0/+12 | |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -13/+5 | |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -13/+13 | |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -0/+32 | |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 | |
| cc [`?` tracking issue](https://github.com/rust-lang/rust/issues/31436) | ||||
| 2016-08-12 | test: add more extensive tests for impl Trait. | Eduard Burtescu | -0/+43 | |
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -0/+44 | |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+969 | |
