aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | refactoring to show more clearly the import problemsDmitry2020-08-092-6/+6
| * | | | | refactoring to show more clearly the import problemsDmitry2020-08-092-6/+6
| |/ / / /
| * | | | fix tidy checkDmitry2020-08-091-0/+2
| * | | | Revert "fixes"Dmitry2020-08-092-6/+6
| * | | | add skip for generate fileDmitry2020-08-092-1/+2
| * | | | fixesDmitry2020-08-092-6/+6
| * | | | apply formatDmitry2020-08-094-26/+39
| * | | | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into masterDmitry2020-08-091-1/+1
| |\ \ \ \
| | * | | | Update Cargo.tomlDmitry Opokin2020-08-091-1/+1
| * | | | | fix trailing spaceDmitry2020-08-091-1/+1
| |/ / / /
| * | | | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into masterDmitry2020-08-090-0/+0
| |\ \ \ \
| | * | | | fix unusedDmitry2020-08-091-3/+2
| * | | | | fix unusedDmitry2020-08-092-4/+2
| |/ / / /
| * | | | Merge remote-tracking branch 'origin/master'Dmitry2020-08-09478-9017/+7833
| |\ \ \ \
| * | | | | Added competition for unstable featuresDmitry2020-08-098-10/+90
* | | | | | Merge #5804bors[bot]2020-08-184-80/+47
|\ \ \ \ \ \
| * | | | | | Add type safety to diagnostic codesAleksey Kladov2020-08-184-80/+47
* | | | | | | Merge #5801bors[bot]2020-08-181-25/+22
|\| | | | | |
| * | | | | | Speedup tests in dev modeAleksey Kladov2020-08-181-25/+22
* | | | | | | Merge #5800bors[bot]2020-08-182-7/+40
|\| | | | | |
| * | | | | | Speedup ty testsAleksey Kladov2020-08-182-7/+40
* | | | | | | Merge #5798bors[bot]2020-08-188-30/+68
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Introduce LabelAleksey Kladov2020-08-188-30/+68
* | | | | | | Merge #5797bors[bot]2020-08-183-36/+40
|\| | | | | |
| * | | | | | MinorAleksey Kladov2020-08-183-36/+40
* | | | | | | Merge #5796bors[bot]2020-08-1810-95/+90
|\| | | | | |
| * | | | | | Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-1810-95/+90
| | |_|_|/ / | |/| | | |
* | | | | | Merge #5794bors[bot]2020-08-182-18/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add default names sectionAleksey Kladov2020-08-181-2/+7
| * | | | | Simplify building a symbol hierarchyAleksey Kladov2020-08-181-16/+16
* | | | | | Merge #5682bors[bot]2020-08-1810-15/+155
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-141402-96474/+96443
| |\ \ \ \ \
| * | | | | | Restore final newline in package.jsonIgor Aleksanov2020-08-131-1/+1
| * | | | | | Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-12134-1282/+1907
| |\ \ \ \ \ \
| * | | | | | | Add a configuration option for the vscode extensionIgor Aleksanov2020-08-121-1/+10
| * | | | | | | Update crates/ra_ide/src/diagnostics.rsIgor Aleksanov2020-08-121-1/+1
| * | | | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
* | | | | | | | | Merge #5793bors[bot]2020-08-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MinorAleksey Kladov2020-08-181-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge #5758bors[bot]2020-08-187-38/+247
|\ \ \ \ \ \ \ \ \