Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 5 | -262/+265 |
* | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 1 | -2/+10 |
* | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 2 | -13/+9 |
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 3 | -11/+46 |
* | Simplify | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 |
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 1 | -5/+4 |
* | Merge #3519 | bors[bot] | 2020-03-09 | 1 | -5/+32 |
|\ | |||||
| * | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 1 | -5/+8 |
| * | Show mod path in hover tooltip | Kirill Bulatov | 2020-03-07 | 1 | -0/+24 |
* | | Merge #3513 | bors[bot] | 2020-03-09 | 2 | -1/+36 |
|\ \ | |||||
| * | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 1 | -21/+3 |
| * | | Try to complete within macros | Florian Diebold | 2020-03-07 | 2 | -2/+55 |
| |/ | |||||
* | | 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 |
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -3/+3 |
* | 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 |