| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2022-09-13 | Address code review comments | Eric Holk | -0/+1 | |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+1 | |
| Also changes things to treat dyn* as a sized type, unlike dyn Trait. | ||||
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+11 | |
| The primary purpose of this commit is to introduce the dyn_star flag so we can begin experimenting with implementation. In order to have something to do in the feature gate test, we also add parser support for `dyn* Trait` objects. These are currently treated just like `dyn Trait` objects, but this will change in the future. Note that for now `dyn* Trait` is experimental syntax to enable implementing some of the machinery needed for async fn in dyn traits without fully supporting the feature. | ||||
