aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge #5684bors[bot]2020-08-086-20/+122
| |\
| | * Apply unsafe semantic highlighting to union field accessPaul Daniel Faria2020-08-082-13/+59
| | * Add support for unions in inference and loweringPaul Daniel Faria2020-08-084-11/+17
| | * Add additional checks for union inference testsPaul Daniel Faria2020-08-081-5/+33
| | * Add test for unsafe union field access highlightingPaul Daniel Faria2020-08-072-0/+22
| * | Merge #5689bors[bot]2020-08-081-1/+1
| |\ \
| | * | Remove cloneVeetaha2020-08-081-1/+1
| |/ /
| * | Merge #5686bors[bot]2020-08-081-1/+1
| |\ \
| | * | Fix typo in settings descriptionRĂ¼diger Herrmann2020-08-081-1/+1
| |/ /
| * | Merge #5679bors[bot]2020-08-071-3/+35
| |\ \
| | * | Account for static mut in missing unsafe diagnosticPaul Daniel Faria2020-08-071-3/+35
| | |/
| * | Merge #5678bors[bot]2020-08-074-2/+17
| |\ \
| | * | Mark static mutable names as unsafePaul Daniel Faria2020-08-073-4/+5
| | * | Add test for accessing static mutPaul Daniel Faria2020-08-072-0/+14
| | |/
| * | Merge #5674bors[bot]2020-08-072-11/+11
| |\ \ | | |/ | |/|
| | * Update chalkJeremy Kolb2020-08-062-11/+11
| * | Merge #5526bors[bot]2020-08-067-14/+208
| |\ \ | | |/ | |/|
| | * Address PR commentsJeremy Kolb2020-08-064-18/+12
| | * Handle semantic token deltaskjeremy2020-08-017-13/+213
| * | Merge #5672bors[bot]2020-08-0512-28/+29
| |\ \
| | * | align names in makeAleksey Kladov2020-08-0512-28/+29
| * | | Merge #5639bors[bot]2020-08-054-6/+68
| |\ \ \ | | |/ / | |/| |
| | * | Use SyntaxNode.ancestors instead of a loopDavid Lattimore2020-08-051-7/+1
| | * | SSR: Allow `self` in patterns.David Lattimore2020-08-014-6/+74
| * | | Merge #5648bors[bot]2020-08-055-1/+425
| |\ \ \
| | * | | Pattern match on slice elements instead of using `.first().unwrap()`unexge2020-08-051-7/+6
| | * | | Look for trait methods in expand glob import assistunexge2020-08-051-13/+65
| | * | | Simplify `find_mod_path` with use of `node.ancestors`unexge2020-08-031-20/+1
| | * | | Generate doctestunexge2020-08-022-1/+28
| | * | | Rename ast::UseItem to ast::Useunexge2020-08-021-1/+1
| | * | | Add expand glob import assistunexge2020-08-024-1/+366
| * | | | Merge #5664bors[bot]2020-08-053-4/+29
| |\ \ \ \
| | * | | | When resolving a rename, fallback to the name higher in the use tree if the p...Paul Daniel Faria2020-08-042-4/+23
| | * | | | Add test showing unresolved module renamePaul Daniel Faria2020-08-042-1/+7
| * | | | | Merge #5669bors[bot]2020-08-051-0/+31
| |\ \ \ \ \
| | * | | | | Update docs/dev/README.mdAleksey Kladov2020-08-051-1/+1
| | * | | | | Document release processAleksey Kladov2020-08-051-0/+31
| * | | | | | Merge #5494bors[bot]2020-08-054-20/+35
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Use salsa's purge to account for all memoryAleksey Kladov2020-08-054-20/+35
| |/ / / / /