| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-13 | Use the correct visibility | Oliver Schneider | -1/+5 | |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+4 | |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -2/+0 | |
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -3/+4 | |
| 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-08-14 | Mark closures return via impl-trait as reachable. | Michael Woerister | -0/+11 | |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -0/+15 | |
