Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 1 | -1/+1 | |
* | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 3 | -51/+98 | |
* | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -1/+1 | |
* | Merge pull request #3866 from lnicola/fewer-braces | Aleksey Kladov | 2020-04-07 | 1 | -9/+9 | |
|\ | ||||||
| * | Fix unnecessary braces warnings | Laurențiu Nicola | 2020-04-06 | 1 | -9/+9 | |
* | | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -1/+1 | |
|/ | ||||||
* | Cleanup checking for existing impls in impl From assist | Matthew Hall | 2020-04-02 | 1 | -33/+21 | |
* | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 1 | -1/+33 | |
* | Cleanup memory usage stats | Aleksey Kladov | 2020-03-25 | 1 | -3/+4 | |
* | fix typo of visibility_of | Edwin Cheng | 2020-03-25 | 1 | -1/+1 | |
* | Always expand macros during analysis | Aleksey Kladov | 2020-03-25 | 2 | -21/+29 | |
* | Add ItemScope::visibility_of | Edwin Cheng | 2020-03-24 | 2 | -1/+5 | |
* | Use more generic public api | Kirill Bulatov | 2020-03-24 | 2 | -21/+21 | |
* | Remove the upcast | Kirill Bulatov | 2020-03-24 | 1 | -3/+7 | |
* | Auto import macros | Kirill Bulatov | 2020-03-24 | 1 | -12/+19 | |
* | update itertools version to 0.9.0 | Josh Mcguigan | 2020-03-23 | 1 | -1/+1 | |
* | Merge pull request #3686 from Veetaha/feature/hover-actual-type-params | Aleksey Kladov | 2020-03-23 | 2 | -15/+17 | |
|\ | ||||||
| * | ra_hir: add more privacy for Type | veetaha | 2020-03-23 | 2 | -15/+17 | |
* | | Merge pull request #3678 from edwin0cheng/refactor-rename | Aleksey Kladov | 2020-03-23 | 1 | -1/+28 | |
|\ \ | ||||||
| * | | Fix typo | Edwin Cheng | 2020-03-22 | 1 | -1/+1 | |
| * | | Add find_node_at_offset_with_descend | Edwin Cheng | 2020-03-22 | 1 | -1/+28 | |
* | | | ra_hir: fix typo | veetaha | 2020-03-23 | 1 | -1/+1 | |
* | | | ra_hir: add more docs | veetaha | 2020-03-23 | 1 | -0/+12 | |
| |/ |/| | ||||||
* | | ra_hir: migrate some stuff to matches!() | veetaha | 2020-03-22 | 1 | -18/+6 | |
|/ | ||||||
* | 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 |