about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-04-24Merge #4101bors[bot]-1/+1
2020-04-24Honor snippet capabilityAleksey Kladov-0/+8
2020-04-24Introduce internal snippet capAleksey Kladov-0/+1
2020-04-24Don't set sortTextAleksey Kladov-18/+10
2020-04-23Merge #3954bors[bot]-12/+24
2020-04-23Fully get rid of SyntaxNodePtr::rangeAleksey Kladov-1/+5
2020-04-24Bubble up errorEdwin Cheng-1/+1
2020-04-23Cleanup proc_macro configAleksey Kladov-3/+5
2020-04-23Merge #4093bors[bot]-1/+1
2020-04-23Merge #4092bors[bot]-2/+5
2020-04-23Fix typoveetaha-1/+1
2020-04-23Simplify configveetaha-1/+1
2020-04-22feat: run ignored testsHannes De Valkeneer-2/+5
2020-04-22Merge #4090bors[bot]-2/+2
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-43/+235
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-6/+21
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