aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #4278bors[bot]2020-05-031-1/+17
|\
| * Log panics in apply_document_changesLaurențiu Nicola2020-05-031-1/+17
* | Merge #4207 #4253bors[bot]2020-05-022-8/+2
|\ \
| * | Remove `workspaceLoaded` settingAndrew Chin2020-05-022-8/+2
* | | Merge #4256bors[bot]2020-05-021-2/+2
|\ \ \
| * | | Improve formatting of analyzer status textAndrew Chin2020-05-021-2/+2
| |/ /
* | | Test/check the whole packageAleksey Kladov2020-05-022-7/+3
* | | Update crateskjeremy2020-05-011-1/+1
|/ /
| |
| \
*-. | Merge #4220 #4240bors[bot]2020-05-011-1/+1
|\ \|
| | * Bump depsLaurențiu Nicola2020-05-011-1/+1
| |/
* | Address commentskjeremy2020-05-012-2/+4
* | Mark most assists as the base "refactor" typekjeremy2020-05-011-9/+2
* | Advertise support for all the builtin CodeActionKindskjeremy2020-05-011-8/+20
* | Filter out CodeActions if a server only support commands.kjeremy2020-05-013-1/+27
|/
* Add support for incremental text synchronizationLaurențiu Nicola2020-04-303-11/+123
* Merge #4161bors[bot]2020-04-285-42/+53
|\
| * lsp-types 0.74kjeremy2020-04-265-42/+53
* | Make it impossible to forget to add a semantic token type / modifierAleksey Kladov2020-04-281-56/+61
* | Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-282-1/+5
|/
* Add `cargo test` to the list of Run commandsAleksey Kladov2020-04-263-62/+63
* Merge #4145bors[bot]2020-04-251-5/+1
|\
| * minor clenupAleksey Kladov2020-04-251-5/+1
| |
| \
*-. \ Merge #4113 #4136 #4141 #4142bors[bot]2020-04-252-4/+39
|\ \ \ | |_|/ |/| |
| * | Support returning non-hierarchical symbolskjeremy2020-04-241-4/+33
| * | Add hierarchical symbols client capabilitykjeremy2020-04-241-0/+6
* | | Merge #4133bors[bot]2020-04-251-7/+9
|\ \ \ | |_|/ |/| |
| * | main: fix bug where thread pool isn't joinedAndrew Gallant2020-04-251-0/+1
| * | main: eagerly prime goto-definition cachesAndrew Gallant2020-04-251-7/+8
* | | Merge #4125bors[bot]2020-04-253-4/+5
|\ \ \
| * | | Avoid lossy OsString conversionsLaurențiu Nicola2020-04-253-4/+5
| |/ /
* | | CleanupsAleksey Kladov2020-04-251-1/+1
* | | Convert code to text-sizeAleksey Kladov2020-04-253-19/+19
|/ /
* / Adds attribute completions (#3941)Roberto Vidal2020-04-241-0/+1
|/
* Merge #4101bors[bot]2020-04-241-1/+1
|\
| * Bubble up errorEdwin Cheng2020-04-231-1/+1
* | Honor snippet capabilityAleksey Kladov2020-04-241-0/+8
* | Introduce internal snippet capAleksey Kladov2020-04-241-0/+1
* | Don't set sortTextAleksey Kladov2020-04-242-18/+10
* | Merge #3954bors[bot]2020-04-232-12/+24
|\ \
| * | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-212-5/+6
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-216-25/+30
| |\ \
| * \ \ Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-182-6/+2
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1712-45/+326
| |\ \ \ \
| * | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-161-5/+12
| * | | | | add sort_text to sort in editor viewBenjamin Coenen2020-04-142-8/+12
* | | | | | Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-231-1/+5
* | | | | | Cleanup proc_macro configAleksey Kladov2020-04-233-11/+8
| |_|_|_|/ |/| | | |
* | | | | Merge #4093bors[bot]2020-04-231-1/+1
|\ \ \ \ \
| * | | | | Simplify configveetaha2020-04-221-1/+1
* | | | | | Merge #4092bors[bot]2020-04-232-2/+5
|\ \ \ \ \ \