Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Remove the leftovers after ImportLocator removal | Kirill Bulatov | 2020-02-06 | 1 | -1/+0 |
* | Merge #2982 | bors[bot] | 2020-02-02 | 1 | -1/+2 |
|\ | |||||
| * | Code review fixes | Kirill Bulatov | 2020-02-02 | 1 | -1/+1 |
| * | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 1 | -1/+2 |
* | | Auto import functions | Kirill Bulatov | 2020-02-01 | 1 | -6/+11 |
|/ | |||||
* | Re-sync queries for memory usage measurnment | Aleksey Kladov | 2020-01-29 | 1 | -9/+13 |
* | Code review fixes | Kirill Bulatov | 2020-01-27 | 1 | -3/+2 |
* | Adjust the tests | Kirill Bulatov | 2020-01-26 | 1 | -0/+1 |