about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-06-25Use Handle/Actor terminology for flycheckAleksey Kladov-4/+7
2020-06-25Scale progress downAleksey Kladov-171/+79
2020-06-25Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov-7/+104
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-30/+38
2020-06-24Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola-1/+1
2020-06-24Merge #4940bors[bot]-2/+6
2020-06-23Slightly better nameAleksey Kladov-2/+2
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-600/+517
2020-06-20Move ReqQueue to lsp-serverAleksey Kladov-189/+106
2020-06-20Centralize handing of in-flight requestsAleksey Kladov-170/+188
2020-06-19Merge #4839bors[bot]-5/+44
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-223/+167
2020-06-18Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha-96/+212
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
2020-06-17Warnings as hint or infoGabriel Valfridsson-13/+384
2020-06-16Remove debugging code for incremental syncLaurențiu Nicola-17/+2
2020-06-16Anchor file-system operations to the file, and not to the source root.Aleksey Kladov-8/+9
2020-06-15Accept relative paths in rust-project.jsonThiébaud Weksteen-7/+14
2020-06-13Merge #4867bors[bot]-160/+134
2020-06-13Cleanup URL handlingAleksey Kladov-160/+134
2020-06-12Revert "Hide squiggly for unused and unnecessary"Gabriel Valfridsson-3/+2
2020-06-11Remove dead codeAleksey Kladov-5/+0
2020-06-10Reduce OUT_DIR special casingAleksey Kladov-37/+36
2020-06-10checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser-9/+2
2020-06-10Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser-1/+5