about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-08-12Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov-16/+41
2020-08-11Simplify fix structureKirill Bulatov-4/+3
2020-08-11Separate diagnostics and diagnostics fix rangesKirill Bulatov-3/+3
2020-08-11Address some FIXMEsJmPotato-5/+5
2020-08-10Return InvalidRequest if Shutdown has been requestedJeremy Kolb-1/+16
2020-08-09Merge #5692bors[bot]-2/+2
2020-08-09Remove Option<...> from result of Crate::root_modulePaul Daniel Faria-2/+2
2020-08-09Merge #5693bors[bot]-0/+10
2020-08-10Let shutdown request to pass through when status == LoadingVeetaha-1/+1
2020-08-09Merge #5414bors[bot]-1/+1
2020-08-09format in to_proto::markup_contentJmPotato-1/+2
2020-08-08Fix no inlay hints / unresolved tokens until manual editVeetaha-0/+10
2020-08-08Remove cloneVeetaha-1/+1
2020-08-08Reverse document symbols for each scope (#5655)Yusuke Tanaka-5/+10
2020-08-07Add an AnalysisConfig structure and use it to configure diagnostics runIgor Aleksanov-3/+11
2020-08-06Merge #5526bors[bot]-14/+208
2020-08-05Address PR commentsJeremy Kolb-18/+12
2020-08-05Fix relative path handling for custom rustfmtAleksey Kladov-5/+0
2020-08-03Revert "Restore line index micro-optimization"Michael Lazear-31/+23
2020-08-02Fix test code lensAleksei Trifonov-1/+1
2020-08-01Simplify argument parsingLaurențiu Nicola-24/+27
2020-07-31Handle semantic token deltaskjeremy-13/+213
2020-07-30Merge #5596bors[bot]-0/+5
2020-07-30Use CmdArgs pattern for bench & analysis statsAleksey Kladov-331/+305
2020-07-30Use split_once polyfillAleksey Kladov-13/+12
2020-07-30Finalize impl GrammarAleksey Kladov-1/+1
2020-07-30Finalize Trait grammarAleksey Kladov-2/+2
2020-07-30Finalize const&static grammarAleksey Kladov-2/+2
2020-07-30Rename EnumVariant -> VariantAleksey Kladov-1/+1
2020-07-30Rename EnumDef -> EnumAleksey Kladov-2/+2
2020-07-30Rename StructDef -> StructAleksey Kladov-2/+2
2020-07-30Finalize union grammarAleksey Kladov-1/+1
2020-07-30Merge #5597bors[bot]-1/+1
2020-07-30Rename FieldDef -> FieldAleksey Kladov-1/+1
2020-07-30flycheck: Added checkOnSave.noDefaultFeaturesClemens Wasser-0/+5
2020-07-30Code shuffle resilientlyAleksey Kladov-3/+8
2020-07-30Rename TypeAliasDef -> TypeAliasAleksey Kladov-1/+1
2020-07-30Rename FnDef -> FnAleksey Kladov-2/+2
2020-07-30Rename metricAleksey Kladov-1/+1
2020-07-30Do not show progress with parallel analysisAleksey Kladov-0/+1
2020-07-30Report instructions in addition to timeAleksey Kladov-20/+20
2020-07-30Allow negative bytesAleksey Kladov-11/+3
2020-07-29Merge #5563bors[bot]-2/+3
2020-07-29Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov-1/+1
2020-07-29Replace rand with oorandomAleksey Kladov-5/+20
2020-07-29Run package-specific cargo check and test for all targetsKirill Bulatov-2/+3
2020-07-29SSR: Restrict to current selection if anyDavid Lattimore-2/+14
2020-07-27Merge #5532bors[bot]-23/+31
2020-07-26Report type errors in metricsAleksey Kladov-0/+4
2020-07-25Restore line index micro-optimizationLaurențiu Nicola-23/+31