about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2020-04-22Align the name of proc-macro enabling flagAleksey Kladov-1/+1
2020-04-22Match implementation of diagnostics flag to the docsAleksey Kladov-1/+1
2020-04-21Don't panic on `rust-analyzer --help`Andrew Chin-8/+16
2020-04-21Improve autocompletion by looking on the type and nameBenjamin Coenen-5/+6
2020-04-21Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen-25/+30
2020-04-21Cleanup args a bitAleksey Kladov-7/+9
2020-04-20Merge #4061bors[bot]-16/+13
2020-04-20ra_proc_macro: cleanups here and thereveetaha-16/+13
2020-04-19Some clippy fixesJeremy Kolb-1/+1
2020-04-18Add semantic tag for unresolved referencesAleksey Kladov-1/+7
2020-04-18Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen-6/+2
2020-04-17Merge #3996bors[bot]-6/+2
2020-04-17Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen-45/+326
2020-04-17Fix path for proc-macro in nightly / stable buildEdwin Cheng-6/+2
2020-04-16Merge #3995bors[bot]-28/+40
2020-04-16Unmix error handling when discovering workspacesAleksey Kladov-20/+18
2020-04-16Decouple project loading from project discovery a bitAleksey Kladov-28/+42
2020-04-16feat: improve dot completions with scoringBenjamin Coenen-5/+12
2020-04-16Add proc-macro cli command for rust-analyzerEdwin Cheng-9/+26
2020-04-16Add tests for proc_macroEdwin Cheng-1/+88
2020-04-16Add config for proc_macroEdwin Cheng-1/+11
2020-04-16Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng-13/+49
2020-04-14diagnostics cli, iterate over membersJosh Mcguigan-18/+22
2020-04-14add sort_text to sort in editor viewBenjamin Coenen-8/+12
2020-04-14cli diagnostics walk filesJosh Mcguigan-50/+51
2020-04-13add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan-3/+117
2020-04-11Remove dead codeAleksey Kladov-10/+2
2020-04-11Fix non canonicallized path for crate fileEdwin Cheng-2/+6
2020-04-06fix cargo check config with custom commandJosh Mcguigan-15/+25
2020-04-06Check for eprintln on CIAleksey Kladov-11/+2
2020-04-06Merge pull request #3853 from matklad/cfAleksey Kladov-4/+4
2020-04-06Make control token modifier less ambiguousAleksey Kladov-4/+4
2020-04-04Remove explicit generic type parameterveetaha-1/+1
2020-04-04Simplify configveetaha-9/+8
2020-04-02Apply cargo xtask formatveetaha-1/+0
2020-04-02Migrate to privacy as per review commetsveetaha-13/+17
2020-04-02Simpify workspace handlingveetaha-54/+46
2020-04-02Don't clone where you can copyveetaha-1/+1
2020-04-02Allow fully overriding check and fmt commandsAleksey Kladov-2/+19
2020-04-02Remove vscode_lldb settingAleksey Kladov-20/+14
2020-04-02SiplifyAleksey Kladov-7/+5
2020-04-02Lean onto default implementation of configsAleksey Kladov-11/+16
2020-04-02New config in package.jsonAleksey Kladov-26/+41
2020-04-02Reorder fieldsAleksey Kladov-44/+47
2020-04-02Remove old syntax highlightingAleksey Kladov-87/+3
2020-04-01Fix pointer syntaxAleksey Kladov-30/+36
2020-04-01Centralize defaultsAleksey Kladov-8/+6
2020-04-01Reduce scope of deserializationAleksey Kladov-6/+5
2020-04-01Centralize client capabilitiesAleksey Kladov-17/+21
2020-04-01Centralize all configAleksey Kladov-327/+140