aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #5511bors[bot]2020-07-231-3/+6
|\
| * Set the document version after changes are applied but before vfskjeremy2020-07-231-3/+6
* | Lighter weight tempdirAleksey Kladov2020-07-234-10/+75
|/
* Require quotes around key-value cfg flags in rust-project.jsonAleksey Kladov2020-07-231-1/+1
* Merge #5505bors[bot]2020-07-231-35/+21
|\
| * Cleanup CFG APIAleksey Kladov2020-07-231-35/+21
* | Merge #5473bors[bot]2020-07-231-23/+17
|\ \ | |/ |/|
| * Expose package roots more directlyAleksey Kladov2020-07-211-23/+17
* | minorAleksey Kladov2020-07-231-16/+16
* | Move deprecated attribute to where it is neededkjeremy2020-07-221-2/+6
* | Use symbol tagskjeremy2020-07-222-2/+18
* | Merge #5481bors[bot]2020-07-223-15/+40
|\ \
| * | Update crates/rust-analyzer/src/main_loop.rsJeremy Kolb2020-07-221-1/+1
| * | Clear diagnostics for known file version on closekjeremy2020-07-211-3/+10
| * | Store document version and pass back to the clientkjeremy2020-07-213-13/+31
| |/
* | Setup global allocator in the correct crateAleksey Kladov2020-07-222-3/+5
* | Remove support for jemallocAleksey Kladov2020-07-222-3/+2
|/
* Merge #5467bors[bot]2020-07-212-0/+7
|\
| * Protect against `{}`kjeremy2020-07-201-1/+1
| * Allow client to respond to workspace/configuration with null valueskjeremy2020-07-202-0/+7
* | TypoAleksey Kladov2020-07-211-2/+2
* | Propagate cargo.target to checkOnSaveAleksey Kladov2020-07-211-2/+5
|/
* Minor perf tweaks per clippyJeremy Kolb2020-07-191-1/+1
* Simplify exclusion logicAleksey Kladov2020-07-181-1/+0
* Don't show docs in concise signature helpAleksey Kladov2020-07-181-5/+9
* Merge #5327bors[bot]2020-07-179-0/+20
|\
| * Mark machine applicable fixes as preferredJeremy Kolb2020-07-169-0/+20
* | Unclutter NavigationTarget APIAleksey Kladov2020-07-172-27/+21
* | Take label offets client capability into accountAleksey Kladov2020-07-163-10/+66
* | Better module structureAleksey Kladov2020-07-161-3/+5
* | Semantical call infoAleksey Kladov2020-07-162-33/+25
|/
* Update lsp-types for HoverOptionsJeremy Kolb2020-07-152-3/+3
* Merge #5350bors[bot]2020-07-152-3/+43
|\
| * Move allow list into AssistConfigJeremy Kolb2020-07-151-14/+14
| * Invert conditionJeremy Kolb2020-07-151-1/+1
| * Fix conversionJeremy Kolb2020-07-151-3/+3
| * Filter assistskjeremy2020-07-132-5/+45
* | Add new `Punctuation` highlight tagLeander Tentrup2020-07-152-0/+2
* | Merge #5390bors[bot]2020-07-153-22/+25
|\ \
| * | Don't drop flycheck messages during restartAleksey Kladov2020-07-153-22/+25
* | | Merge #5387bors[bot]2020-07-155-22/+44
|\ \ \ | |/ / |/| |
| * | Add --memory-usage to analysis-benchJonas Schievink2020-07-155-22/+44
* | | Merge #5354bors[bot]2020-07-151-0/+1
|\ \ \ | |/ / |/| |
| * | Add opt-in mimalloc featureIvan Kozik2020-07-141-0/+1
| |/
* | Use more explicity type for save registrationkjeremy2020-07-141-19/+23
* | Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|/
* Update lsp-typesJeremy Kolb2020-07-122-2/+2
* Merge #5325bors[bot]2020-07-1110-29/+38
|\
| * Update testsJeremy Kolb2020-07-114-4/+12
| * Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-116-25/+26