Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -9/+9 |
* | Merge #3591 | bors[bot] | 2020-03-15 | 1 | -1/+1 |
|\ | |||||
| * | Support local macro_rules | Edwin Cheng | 2020-03-14 | 1 | -1/+1 |
* | | Fix completion of trait items | Florian Diebold | 2020-03-14 | 1 | -8/+18 |
|/ | |||||
* | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 1 | -12/+19 |
* | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 1 | -3/+9 |
* | Add profiling calls | Aleksey Kladov | 2020-03-05 | 1 | -0/+2 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -3/+3 |
* | 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 |