Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 1 | -0/+11 | |
* | diagnostics cli, iterate over members | Josh Mcguigan | 2020-04-15 | 1 | -1/+5 | |
* | Move computation of missing fields into hir | Aleksey Kladov | 2020-04-07 | 1 | -22/+9 | |
* | 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 | |
* | fix typo of visibility_of | Edwin Cheng | 2020-03-25 | 1 | -1/+1 | |
* | Add ItemScope::visibility_of | Edwin Cheng | 2020-03-24 | 1 | -0/+4 | |
* | Use more generic public api | Kirill Bulatov | 2020-03-24 | 1 | -19/+2 | |
* | Remove the upcast | Kirill Bulatov | 2020-03-24 | 1 | -3/+7 | |
* | Auto import macros | Kirill Bulatov | 2020-03-24 | 1 | -12/+19 | |
* | ra_hir: add more privacy for Type | veetaha | 2020-03-23 | 1 | -6/+14 | |
* | 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 | 1 | -166/+163 | |
* | Fix completion of HashMap::new | Florian Diebold | 2020-03-13 | 1 | -2/+10 | |
* | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 1 | -11/+7 | |
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -10/+38 | |
* | 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 | |
* | | 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 | |
|/ | ||||||
* | Refactor reference search a bit | Aleksey Kladov | 2020-03-03 | 1 | -1/+11 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -18/+18 | |
* | Minor | Aleksey Kladov | 2020-02-29 | 1 | -4/+3 | |
* | Simplify SourceBinder | Aleksey Kladov | 2020-02-29 | 1 | -0/+1 | |
* | 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 | 1 | -5/+5 | |
* | show names for record fields in enum completion | adamrk | 2020-02-16 | 1 | -0/+5 | |
* | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 1 | -1/+0 | |
* | 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 | |
* | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 1 | -10/+60 | |
* | 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 | 1 | -6/+8 | |
* | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 1 | -4/+7 | |
* | Auto import functions | Kirill Bulatov | 2020-02-01 | 1 | -6/+11 | |
* | Don't parse child modules when doing diagnostics | Aleksey Kladov | 2020-01-15 | 1 | -3/+3 | |
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 1 | -4/+70 | |
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -2/+18 | |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -1/+23 | |
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 1 | -1/+3 | |
* | Qualify some paths in 'add missing impl members' | Florian Diebold | 2020-01-11 | 1 | -0/+13 | |
* | Add `profile` calls to {Module,Function}::diagnostics | Michal Terepeta | 2020-01-03 | 1 | -0/+3 |