about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2020-06-25Use Handle/Actor terminology for flycheckAleksey Kladov-4/+7
2020-06-25Scale progress downAleksey Kladov-176/+79
2020-06-25Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov-7/+109
2020-06-25Tweak visibilityAleksey Kladov-88/+84
2020-06-25Reduce visibilityAleksey Kladov-40/+29
2020-06-25Merge LoopState into GlobalStateAleksey Kladov-79/+64
2020-06-24Flatten module hierarchyAleksey Kladov-49/+50
2020-06-24Cleanup visibilityAleksey Kladov-18/+18
2020-06-24Less error-prone namingAleksey Kladov-11/+5
2020-06-24Fix infinite cargo check bugAleksey Kladov-1/+1
2020-06-24Cleanup project.json deserializationAleksey Kladov-28/+22
2020-06-24Rename json_project -> project_jsonAleksey Kladov-5/+5
2020-06-24Merge #5015 #5027 #5028bors[bot]-1/+1
2020-06-24Be more explicit about absolute paths at various placesAleksey Kladov-33/+43
2020-06-24Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola-1/+1
2020-06-24Disable file watching when running slow testsAleksey Kladov-4/+10
2020-06-24Merge #4940bors[bot]-2/+6
2020-06-23Remove useless test codeAleksey Kladov-22/+4
2020-06-23More principled indentation trimming in fixturesAleksey Kladov-16/+4
2020-06-23Slightly better nameAleksey Kladov-2/+2
2020-06-23Docs for FixtureAleksey Kladov-2/+2
2020-06-23SimplifyAleksey Kladov-1/+1
2020-06-23SimplifyAleksey Kladov-1/+1
2020-06-23Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria-2/+2
2020-06-23Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria-2/+4
2020-06-23Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria-0/+2
2020-06-23New VFSAleksey Kladov-603/+521
2020-06-23Remove relative-path dependencyAleksey Kladov-1/+0
2020-06-23Remove RelativePathBuf from fixtureAleksey Kladov-28/+28
2020-06-20Move ReqQueue to lsp-serverAleksey Kladov-190/+107
2020-06-20Centralize handing of in-flight requestsAleksey Kladov-170/+188
2020-06-19Merge #4937bors[bot]-1/+4
2020-06-19Merge #4839bors[bot]-5/+44
2020-06-19Fix fmtoxalica-1/+2
2020-06-18Allow overriding rust-analyzer display revisionoxalica-1/+3
2020-06-18Merge #4903bors[bot]-0/+1
2020-06-18Flatten Task enum ¯\_(ツ)_/¯Veetaha-5/+7
2020-06-18Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha-224/+169
2020-06-18Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha-97/+213
2020-06-18SimplifyAleksey Kladov-10/+4
2020-06-18Add `Go to Type Definition` hover action.vsrs-4/+43
2020-06-18Fix empty hover action group for a runnable.vsrs-1/+1
2020-06-18Merge #4934bors[bot]-84/+11
2020-06-18Remove special casing for library symbolsAleksey Kladov-84/+11
2020-06-18SimplifyVeetaha-10/+6
2020-06-17Merge #4927bors[bot]-24/+30
2020-06-17Better encapsulate reverse-mapping of files to cargo targetsAleksey Kladov-24/+30
2020-06-17Syntax highlighting for escape sequences in stringsLeander Tentrup-0/+2
2020-06-17Add highlighting support for doc commentsPaul Daniel Faria-0/+1
2020-06-17Merge #4913 #4915 #4916bors[bot]-30/+386