aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Better error if Cargo is not in PathAleksey Kladov2020-08-191-2/+9
| | |
* | | Introduce hir::ParamAleksey Kladov2020-08-191-2/+11
| | | | | | | | | | | | | | | We generally shouldn't expose TypeRef out of hir. So, let's just use a placehoder here.
* | | Add SelfParam to code_modelAleksey Kladov2020-08-199-43/+62
| | |
* | | Minor cleanupsAleksey Kladov2020-08-191-7/+6
| | |
* | | Merge #5811bors[bot]2020-08-191-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5811: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | MinorAleksey Kladov2020-08-191-3/+3
| | | |
* | | | Merge #5643bors[bot]2020-08-199-49/+220
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5643: Add new consuming modifier, apply consuming and mutable to methods r=matklad a=Nashenas88 This adds a new `consuming` semantic modifier for syntax highlighters. This also emits `mutable` and `consuming` in two cases: - When a method takes `&mut self`, then it now has `function.mutable` emitted. - When a method takes `self`, and the type of `Self` is not `Copy`, then `function.consuming` is emitted. CC @flodiebold Co-authored-by: Paul Daniel Faria <[email protected]>
| * | | Add new method to Semantics, method_receiver_kind, which returns the kind of ↵Paul Daniel Faria2020-08-165-70/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | self The options are Shared, Mutable, Consuming, and Copied. Use this to add proper highlighting to methods based on usage.
| * | | Mark mutating functions with `mutable` modifier, and owning functions with ↵Paul Daniel Faria2020-08-165-15/+70
| | | | | | | | | | | | | | | | `consuming`.
| * | | Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-163-0/+5
| | | |
* | | | Make RacyFlag actually workAleksey Kladov2020-08-181-1/+1
| | | |
* | | | Cleanup feature generationAleksey Kladov2020-08-184-16/+11
| | | |
* | | | Merge #5695bors[bot]2020-08-184-8/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5695: Added completion for unstable features r=matklad a=Fihtangolz Added xtask for downloading list of unstable features from the unstable book and codegen for it. Also included small changes from linter. Co-authored-by: Dmitry <[email protected]> Co-authored-by: Dmitry Opokin <[email protected]>
| * \ \ \ Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-1849-235/+664
| |\ \ \ \
| * | | | | synchronizing changesDmitry2020-08-144-8/+23
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master'Dmitry2020-08-141436-97181/+97779
| |\ \ \ \ \
| * | | | | | refactor requirements put forward mkladovDmitry2020-08-141-1/+1
| | | | | | |
| * | | | | | restrict visibility only by crateDmitry2020-08-142-2/+2
| | | | | | |
| * | | | | | Revert "replase sparse-checkout by github api"Dmitry2020-08-141-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386.
| * | | | | | replase sparse-checkout by github apiDmitry2020-08-141-1/+5
| | | | | | |
| * | | | | | remove fmt skip attrDmitry2020-08-101-1/+1
| |\ \ \ \ \ \
| | * | | | | | refactoring to show more clearly the import problemsDmitry2020-08-091-5/+5
| | | | | | | |
| * | | | | | | refactoring to show more clearly the import problemsDmitry2020-08-091-5/+5
| |/ / / / / /
| * | | | | | Revert "fixes"Dmitry2020-08-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b602c73911864a86c94d8b306648738f5f995167.
| * | | | | | add skip for generate fileDmitry2020-08-091-1/+1
| | | | | | |
| * | | | | | fixesDmitry2020-08-091-5/+5
| | | | | | |
| * | | | | | apply formatDmitry2020-08-092-5/+9
| | | | | | |
| * | | | | | fix trailing spaceDmitry2020-08-091-1/+1
| | | | | | |
| * | | | | | fix unusedDmitry2020-08-091-1/+0
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master'Dmitry2020-08-09462-6421/+6459
| |\ \ \ \ \ \
| * | | | | | | Added competition for unstable featuresDmitry2020-08-094-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | Added xtask for download unstable book from rust repository and codegene for it. Also small changes from lint
* | | | | | | | Merge #5804bors[bot]2020-08-184-80/+47
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5804: Add type safety to diagnostic codes r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | | Add type safety to diagnostic codesAleksey Kladov2020-08-184-80/+47
| | | | | | | | |
* | | | | | | | | Merge #5800bors[bot]2020-08-182-7/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5800: Speedup ty tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | | Speedup ty testsAleksey Kladov2020-08-182-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5792
* | | | | | | | | Merge #5798bors[bot]2020-08-188-30/+68
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5798: Introduce Label r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | | Introduce LabelAleksey Kladov2020-08-188-30/+68
| | | | | | | | |
* | | | | | | | | Merge #5797bors[bot]2020-08-183-36/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5797: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | | MinorAleksey Kladov2020-08-183-36/+40
| | | | | | | | |
* | | | | | | | | Merge #5796bors[bot]2020-08-189-89/+84
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5796: Align diagnostics config with the rest of rust-analyzer r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | | Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-189-89/+84
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge #5794bors[bot]2020-08-181-16/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5794: Simplify building a symbol hierarchy r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | | | | Simplify building a symbol hierarchyAleksey Kladov2020-08-181-16/+16
| | | | | | | |
* | | | | | | | Merge #5682bors[bot]2020-08-189-15/+146
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5682: Add an option to disable diagnostics r=matklad a=popzxc As far as I know, currently it's not possible to disable a selected type of diagnostics provided by `rust-analyzer`. This causes an inconvenient situation with a false-positive warnings: you either have to disable all the diagnostics, or you have to ignore these warnings. There are some open issues related to this problem, e.g.: https://github.com/rust-analyzer/rust-analyzer/issues/5412, https://github.com/rust-analyzer/rust-analyzer/issues/5502 This PR attempts to make it possible to selectively disable some diagnostics on per-project basis. Co-authored-by: Igor Aleksanov <[email protected]>
| * | | | | | | Move analysis config structure to the config.rsIgor Aleksanov2020-08-182-7/+7
| | | | | | | |
| * | | | | | | Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-187-39/+43
| | | | | | | |
| * | | | | | | Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141387-96041/+96038
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-12126-1229/+1851
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Update crates/ra_ide/src/diagnostics.rsIgor Aleksanov2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jonas Schievink <[email protected]>
| * | | | | | | | | Replace String with &'static strIgor Aleksanov2020-08-124-33/+31
| | | | | | | | | |