Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #3513 | bors[bot] | 2020-03-09 | 1 | -1/+34 | |
|\ \ | ||||||
| * | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -21/+3 | |
| * | | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -2/+53 | |
| |/ | ||||||
* | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 1 | -8/+40 | |
* | | Handle visibility for path completion (not in all cases yet) | Florian Diebold | 2020-03-08 | 1 | -1/+11 | |
* | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 1 | -0/+8 | |
|/ | ||||||
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -5/+5 | |
* | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 1 | -2/+1 | |
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 | |
* | Move PathResolution | Aleksey Kladov | 2020-03-05 | 3 | -19/+18 | |
* | Remove dead code | Aleksey Kladov | 2020-03-05 | 1 | -7/+1 | |
* | Minor cleanup | Aleksey Kladov | 2020-03-04 | 1 | -16/+14 | |
* | Remove old find refs infra | Aleksey Kladov | 2020-03-04 | 2 | -41/+2 | |
* | Refactor reference search a bit | Aleksey Kladov | 2020-03-03 | 1 | -1/+11 | |
* | More principled approach for gotodef for field shorhand | Aleksey Kladov | 2020-03-02 | 2 | -10/+24 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 7 | -30/+30 | |
* | Handle tuple fields as well | Aleksey Kladov | 2020-02-29 | 2 | -1/+7 | |
* | Minor | Aleksey Kladov | 2020-02-29 | 2 | -5/+4 | |
* | Simplify SourceBinder | Aleksey Kladov | 2020-02-29 | 6 | -349/+321 | |
* | Small cleanup | Aleksey Kladov | 2020-02-29 | 1 | -9/+15 | |
* | Reduce visibility | Aleksey Kladov | 2020-02-28 | 2 | -3/+3 | |
* | Merge #3367 | bors[bot] | 2020-02-28 | 2 | -7/+32 | |
|\ | ||||||
| * | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 2 | -7/+32 | |
* | | Simpilfy origin_range logic | Edwin Cheng | 2020-02-28 | 1 | -38/+27 | |
|/ | ||||||
* | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -10/+3 | |
* | Skip trival token in original_range | Edwin Cheng | 2020-02-26 | 1 | -5/+7 | |
* | Remove duplicate comment | Edwin Cheng | 2020-02-26 | 1 | -1/+0 | |
* | Add recursive support in original_range | Edwin Cheng | 2020-02-26 | 1 | -14/+37 | |
* | Remove dead code | Aleksey Kladov | 2020-02-26 | 2 | -25/+9 | |
* | Reduce visibility | Aleksey Kladov | 2020-02-26 | 3 | -76/+81 | |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 4 | -215/+480 | |
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -1/+28 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -21/+15 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 2 | -8/+7 | |
* | Merge #3169 | bors[bot] | 2020-02-17 | 2 | -0/+6 | |
|\ | ||||||
| * | show names for record fields in enum completion | adamrk | 2020-02-16 | 2 | -0/+6 | |
* | | Introduce AsMacroCall trait | Edwin Cheng | 2020-02-17 | 1 | -10/+6 | |
|/ | ||||||
* | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 2 | -55/+6 | |
* | Fix post-rebase issues | Kirill Bulatov | 2020-02-12 | 1 | -11/+12 | |
* | Support trait method call autoimports | Kirill Bulatov | 2020-02-12 | 1 | -1/+5 | |
* | Trait location draft | Kirill Bulatov | 2020-02-12 | 1 | -11/+7 | |
* | Resolve methods and functions better | Kirill Bulatov | 2020-02-12 | 1 | -6/+54 | |
* | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 2 | -14/+64 | |
* | Merge #3050 | bors[bot] | 2020-02-09 | 2 | -12/+24 | |
|\ | ||||||
| * | Formatting | Florian Diebold | 2020-02-07 | 1 | -6/+4 | |
| * | Fix compilation of other crates | Florian Diebold | 2020-02-07 | 1 | -10/+15 | |
| * | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 1 | -1/+1 | |
| * | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 2 | -8/+9 | |
| * | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 2 | -6/+14 | |
* | | Remove ImportResolver-related stubs | Kirill Bulatov | 2020-02-09 | 1 | -2/+1 | |
|/ |