Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5149 | bors[bot] | 2020-07-01 | 1 | -5/+5 |
|\ | |||||
| * | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 1 | -5/+5 |
* | | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 2 | -11/+13 |
* | | Make less code generic | Laurențiu Nicola | 2020-07-01 | 1 | -69/+47 |
* | | Try to reduce Semantics monomorphisations | Laurențiu Nicola | 2020-07-01 | 1 | -23/+186 |
* | | Merge #5158 | bors[bot] | 2020-07-01 | 1 | -3/+3 |
|\ \ | |||||
| * | | Use Strings for display names | Aleksey Kladov | 2020-07-01 | 1 | -3/+3 |
| |/ | |||||
* / | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 1 | -8/+8 |
|/ | |||||
* | (Partially) fix handling of type params depending on type params | Florian Diebold | 2020-06-29 | 1 | -3/+6 |
* | Remove unneeded code, filename from tests, fix rebasing issues | Paul Daniel Faria | 2020-06-27 | 1 | -2/+6 |
* | Revert ide highlighting changes (addressing on another branch) | Paul Daniel Faria | 2020-06-27 | 1 | -4/+0 |
* | Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t... | Paul Daniel Faria | 2020-06-27 | 1 | -3/+5 |
* | Move diagnostics back into expr, add tests for diagnostics, fix logic to acco... | Paul Daniel Faria | 2020-06-27 | 2 | -53/+2 |
* | Add unsafe diagnostics and unsafe highlighting | Paul Daniel Faria | 2020-06-27 | 2 | -1/+54 |
* | 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 |
|\ |