Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Measure ItemTree query memory usage | Jonas Schievink | 2020-06-24 | 1 | -2/+2 |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -6/+4 |
* | Remove raw item query | Jonas Schievink | 2020-06-24 | 1 | -2/+2 |
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -1/+9 |
* | Enum variants with `Self::[variant]` now resolve (#4879) | BGluth | 2020-06-22 | 1 | -0/+30 |
* | Merge #4947 | bors[bot] | 2020-06-20 | 1 | -1/+1 |
|\ | |||||
| * | Add new query to stats | Jonas Schievink | 2020-06-19 | 1 | -4/+4 |
| * | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -4/+4 |
* | | Merge #4851 | bors[bot] | 2020-06-19 | 2 | -2/+23 |
|\ \ | |||||
| * | | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 2 | -2/+23 |
| |/ | |||||
* | | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -35/+50 |
* | | Add Type::walk method | vsrs | 2020-06-18 | 1 | -71/+59 |
* | | Remove AdtOrTrait | vsrs | 2020-06-18 | 2 | -33/+26 |
* | | Fix type "items" order. | vsrs | 2020-06-18 | 1 | -7/+18 |
* | | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 2 | -6/+110 |
|/ | |||||
* | Merge #4843 | bors[bot] | 2020-06-11 | 2 | -2/+4 |
|\ | |||||
| * | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 2 | -2/+4 |
* | | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 1 | -1/+1 |
* | | Limit import map queries | Jonas Schievink | 2020-06-10 | 1 | -6/+10 |
* | | ra_hir: expose `import_map::search_dependencies` | Jonas Schievink | 2020-06-10 | 1 | -0/+14 |
|/ | |||||
* | Merge #4689 | bors[bot] | 2020-06-05 | 1 | -2/+2 |
|\ | |||||
| * | Review fixes | Florian Diebold | 2020-06-05 | 1 | -2/+2 |
* | | Measure memory usage of ImportMap | Jonas Schievink | 2020-06-05 | 1 | -5/+5 |
|/ | |||||
* | Add highlight support for unsafe fn calls and raw ptr deref | Paul Daniel Faria | 2020-06-02 | 1 | -0/+8 |
* | Merge #4592 | bors[bot] | 2020-05-27 | 1 | -0/+1 |
|\ | |||||
| * | fix textedit range returned for completion when left token is a keyword #4545 | Benjamin Coenen | 2020-05-24 | 1 | -0/+1 |
* | | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -9/+9 |
* | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -0/+1 |
|/ | |||||
* | Add doc comment for resolve_hir_path_qualifier | Hasan Ali | 2020-05-16 | 1 | -0/+13 |
* | Fix completion and hover for module and function of same name | Hasan Ali | 2020-05-16 | 2 | -1/+56 |
* | Handle `Self` in values and patterns | Florian Diebold | 2020-05-15 | 1 | -0/+1 |
* | Ty -> Type | Fedor Sakharov | 2020-05-14 | 1 | -2/+7 |
* | Adds a param_idx helper | Fedor Sakharov | 2020-05-14 | 1 | -2/+2 |
* | Use generic_defaults and display_source_code | Fedor Sakharov | 2020-05-14 | 1 | -3/+4 |
* | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 1 | -0/+5 |
* | Merge #4421 | bors[bot] | 2020-05-11 | 1 | -0/+20 |
|\ | |||||
| * | New definition_visibility method | Fedor Sakharov | 2020-05-11 | 1 | -0/+20 |
* | | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 1 | -0/+4 |
|/ | |||||
* | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 1 | -3/+6 |
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 1 | -1/+1 |
* | Propose custom derives in completion | Kirill Bulatov | 2020-05-02 | 1 | -8/+7 |
* | Merge #4234 | bors[bot] | 2020-05-02 | 1 | -1/+1 |
|\ | |||||
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 1 | -1/+1 |
* | | Remove lower_path from AssistCtx to Semantic | Edwin Cheng | 2020-05-01 | 1 | -1/+6 |
* | | Introduce LowerCtx for path lowering | Edwin Cheng | 2020-05-01 | 2 | -2/+4 |
|/ | |||||
* | ? | Jonas Schievink | 2020-04-29 | 1 | -5/+1 |
* | Use or-patterns more | Jonas Schievink | 2020-04-29 | 1 | -10/+9 |
* | Remove `.clone()` | Jonas Schievink | 2020-04-29 | 1 | -8/+8 |
* | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 1 | -2/+2 |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 2 | -1/+56 |