Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -6/+11 |
* | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 1 | -4/+23 |
* | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 1 | -5/+40 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -3/+3 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -3/+3 |
* | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 1 | -3/+3 |
* | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 |
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 |
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 |
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -14/+14 |
* | Classify name works for TypeParams | Aleksey Kladov | 2019-12-07 | 1 | -1/+19 |
* | Track source of type parameters | Aleksey Kladov | 2019-12-07 | 1 | -21/+72 |
* | Minor | Aleksey Kladov | 2019-12-07 | 1 | -3/+4 |
* | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 1 | -71/+19 |
* | Store GenericParams in arena | Aleksey Kladov | 2019-12-07 | 1 | -12/+13 |
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -1/+2 |
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -4/+2 |
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -4/+4 |
* | Simplify generic params | Aleksey Kladov | 2019-11-20 | 1 | -2/+1 |
* | Move generic_params query to HIR | Aleksey Kladov | 2019-11-20 | 1 | -3/+26 |
* | Switch type aliases to new sources | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 1 | -2/+2 |
* | Move Generics to hir_def | Aleksey Kladov | 2019-11-20 | 1 | -0/+163 |