Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 1 | -4/+14 |
|\ \ | |||||
| * | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 1 | -4/+14 |
* | | | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 1 | -2/+6 |
|/ / | |||||
* | | Align naming | Aleksey Kladov | 2020-04-11 | 1 | -1/+1 |
* | | Use Expander for cfg handling in impls | Aleksey Kladov | 2020-04-11 | 1 | -13/+14 |
* | | Pull Expander up | Aleksey Kladov | 2020-04-11 | 1 | -5/+5 |
|/ | |||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
* | Merge #3918 | bors[bot] | 2020-04-09 | 1 | -9/+5 |
|\ | |||||
| * | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -9/+5 |
* | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -3/+3 |
|/ | |||||
* | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-08 | 1 | -4/+21 |
* | feat: add attributes support on struct fields #3870 | Benjamin Coenen | 2020-04-07 | 1 | -1/+5 |
* | 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 |