aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codeAleksey Kladov2020-08-191-25/+15
* Future proof find-usages APIAleksey Kladov2020-08-191-1/+3
* Apply couple of rule of thumbs to simplify highlighting codeAleksey Kladov2020-08-191-19/+16
* Inline trivial functionAleksey Kladov2020-08-191-8/+6
* SimplifyAleksey Kladov2020-08-191-9/+4
* MinorAleksey Kladov2020-08-191-2/+1
* Minor cleanupsAleksey Kladov2020-08-191-1/+1
* Better nameAleksey Kladov2020-08-191-4/+4
* Better API factoring around self access modesAleksey Kladov2020-08-191-10/+16
* Add SelfParam to code_modelAleksey Kladov2020-08-194-17/+11
* Merge #5811bors[bot]2020-08-191-3/+3
|\
| * MinorAleksey Kladov2020-08-191-3/+3
* | Merge #5643bors[bot]2020-08-194-44/+156
|\ \ | |/ |/|
| * Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-163-67/+136
| * Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-163-13/+53
| * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-161-0/+3
* | Cleanup feature generationAleksey Kladov2020-08-184-16/+11
* | Merge #5695bors[bot]2020-08-183-7/+26
|\ \
| * \ Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-183-11/+83
| |\ \
| * | | synchronizing changesDmitry2020-08-143-7/+26
* | | | Merge #5804bors[bot]2020-08-181-59/+17
|\ \ \ \
| * | | | Add type safety to diagnostic codesAleksey Kladov2020-08-181-59/+17
* | | | | Introduce LabelAleksey Kladov2020-08-182-9/+5
|/ / / /
* | | | MinorAleksey Kladov2020-08-183-36/+40
* | | | Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-182-36/+51
| |/ / |/| |
* | | Merge #5682bors[bot]2020-08-182-10/+82
|\ \ \ | |_|/ |/| |
| * | Move analysis config structure to the config.rsIgor Aleksanov2020-08-181-6/+0
| * | Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-182-34/+22
| * | Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-142-9/+99
* | | Fix typo in commentDave Lage2020-08-151-1/+1
| |/ |/|
* | Rename hypothetical -> speculativeAleksey Kladov2020-08-141-1/+1
|/
* Merge #5753bors[bot]2020-08-133-59/+65
|\
| * Remove Hygiene from completionAleksey Kladov2020-08-133-59/+65
* | display correctly 'impl Trait<T> + Trait<T>' #4814Benjamin Coenen2020-08-131-0/+19
|/
* MinorAleksey Kladov2020-08-131-6/+12
* Rename ra_ide -> ideAleksey Kladov2020-08-1362-0/+24186