aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| | | | | | | | | |
| * | | | | | | | | Fix failing testIgor Aleksanov2020-08-071-0/+3
| | | | | | | | | |
| * | | | | | | | | Add a test for disabled diagnosticsIgor Aleksanov2020-08-071-1/+57
| | | | | | | | | |
| * | | | | | | | | Add an AnalysisConfig structure and use it to configure diagnostics runIgor Aleksanov2020-08-075-26/+57
| | | | | | | | | |
| * | | | | | | | | Add names for diagnostics and add a possibility to disable themIgor Aleksanov2020-08-073-2/+44
| | | | | | | | | |
* | | | | | | | | | Merge #5687bors[bot]2020-08-181-5/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5687: Fix document symbols order r=matklad a=magurotuna Resolves #5655 And adds tests for `handle_document_symbol`, both with `hierarchical_symbols` enabled and with it disabled. Previously document symbols were displayed in reverse order in sublime text with its LSP plugin, but this patch fixes it like this: ![image](https://user-images.githubusercontent.com/23649474/89709020-fbccce00-d9b6-11ea-83b0-c88dc9f7977f.png) Co-authored-by: Yusuke Tanaka <[email protected]>
| * | | | | | | | | | Remove test for `handle_document_symbol`Yusuke Tanaka2020-08-161-317/+4
| | | | | | | | | | |
| * | | | | | | | | | Add test for `handle_document_symbol` (#5655)Yusuke Tanaka2020-08-081-4/+317
| | | | | | | | | | |
| * | | | | | | | | | Reverse document symbols for each scope (#5655)Yusuke Tanaka2020-08-081-5/+10
| | | | | | | | | | |
* | | | | | | | | | | MinorAleksey Kladov2020-08-181-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge #5758bors[bot]2020-08-186-38/+246
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5758: SSR: Explicitly autoderef and ref placeholders as needed r=matklad a=davidlattimore Structural search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code. e.g. `$a.foo() ==>> bar($a)` might convert `x.foo()` to `bar(&mut x)` Co-authored-by: David Lattimore <[email protected]>
| * | | | | | | | | | | SSR: A few small refactoringsDavid Lattimore2020-08-183-6/+9
| | | | | | | | | | | |
| * | | | | | | | | | | SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-144-25/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Structured search replace now inserts *, & and &mut in the replacement to match any auto[de]ref in the matched code.
| * | | | | | | | | | | Refactor SSR so that placeholders store a VarDavid Lattimore2020-08-144-18/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows lookup of placeholder bindings given a placeholder without needing to create a Var instance.
* | | | | | | | | | | | Revive cache cleaningAleksey Kladov2020-08-183-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea here is that, on CI, we only want to cache crates.io dependencies, and not local crates. This keeps the size of the cache low, and also improves performance, as network and moving files on disk (on Windows) can be slow.
* | | | | | | | | | | | Fix missing match arm false error on unknown typeCAD972020-08-172-4/+2
| | | | | | | | | | | |