| Commit message (Expand) | Author | Age | Files | Lines |
* | For associated type shorthand (T::Item), use the substs from the where clause | Florian Diebold | 2020-04-26 | 1 | -0/+48 |
* | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 1 | -3/+3 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -8/+8 |
* | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 1 | -11/+22 |
* | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 1 | -0/+21 |
* | Deal better with implicit type parameters and argument lists | Florian Diebold | 2020-02-07 | 1 | -3/+4 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -14/+49 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -19/+11 |
* | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 1 | -3/+7 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -1/+13 |
* | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 1 | -1/+2 |
* | Introduce `ContainerId` | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
* | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -4/+4 |
* | Add body as a possible container for items | Aleksey Kladov | 2019-12-19 | 1 | -1/+1 |
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 1 | -2/+3 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -4/+2 |
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -14/+12 |
* | Refactor parameter count tracking | Aleksey Kladov | 2019-12-07 | 1 | -8/+9 |
* | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 1 | -1/+81 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+84 |