Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove AsyncOwner | Edwin Cheng | 2019-12-24 | 1 | -3/+1 |
* | Formatting | Edwin Cheng | 2019-12-24 | 1 | -2/+0 |
* | Implement infer await from async func | Edwin Cheng | 2019-12-24 | 1 | -2/+25 |
* | Add a limit for protect against infinite recursion | Edwin Cheng | 2019-12-20 | 1 | -2/+10 |
* | Recursive collect macros in impl items | Edwin Cheng | 2019-12-20 | 1 | -10/+28 |
* | Add support macros in impl blocks | Edwin Cheng | 2019-12-20 | 1 | -39/+80 |
* | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -6/+6 |
* | 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 | -2/+2 |
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -3/+3 |
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 |
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -2/+3 |
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -5/+6 |
* | Store names in TraitData | Aleksey Kladov | 2019-11-26 | 1 | -17/+38 |
* | Some docs | Aleksey Kladov | 2019-11-24 | 1 | -8/+7 |
* | Switch to StaticLoc for statics | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -7/+7 |
* | Move const&static date to hir_def | Aleksey Kladov | 2019-11-22 | 1 | -2/+27 |
* | Make ImplData's fields public | Aleksey Kladov | 2019-11-22 | 1 | -22/+8 |
* | Move data to a single file | Aleksey Kladov | 2019-11-22 | 1 | -0/+206 |