aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge #5475bors[bot]2020-07-226-26/+270
|\ \
| * | Check that visibility upgrade path is hitJonas Schievink2020-07-222-4/+8
| * | Support `Trait as _` importsJonas Schievink2020-07-216-26/+266
| |/
* | Setup global allocator in the correct crateAleksey Kladov2020-07-224-9/+5
* | Remove support for jemallocAleksey Kladov2020-07-225-23/+4
* | Merge #5478bors[bot]2020-07-221-15/+75
|\ \
| * | Replace existing visibility modifier in fix_visibilityTimo Freiberg2020-07-211-15/+75
* | | Allow gathering memory stats on non-jemalloc LinuxJonas Schievink2020-07-212-10/+17
|/ /
* | Merge #5476bors[bot]2020-07-211-48/+55
|\ \ | |/ |/|
| * Cleanup extact variableAleksey Kladov2020-07-211-48/+55
| * minorAleksey Kladov2020-07-211-2/+2
* | Remove insta depLaurențiu Nicola2020-07-212-3/+2
* | Replace remaining insta usesLaurențiu Nicola2020-07-216-5365/+5366
| |
| \
| \
| \
| \
| \
*-----. \ Merge #5451 #5463 #5465 #5466bors[bot]2020-07-2111-82/+131
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * Do not show default types in closuresKirill Bulatov2020-07-202-3/+21
| | | * | Bump chalkkjeremy2020-07-201-3/+3
| | | |/
| | * / Bump lexerkjeremy2020-07-201-1/+1
| | |/
| * | On second thought, we want to preserve the textMate here where all punctuatio...GrayJack2020-07-213-3/+5
| * | `#` as AttributeGrayJack2020-07-213-2/+3
| * | @ as operatorGrayJack2020-07-211-2/+3
| * | Assingment semantic highlightGrayJack2020-07-206-41/+47
| * | Handle semantic highlight when STAR is part of the `*{const, mut}`GrayJack2020-07-206-32/+35
| * | Highlight more cases of SyntaxKind when it is a punctuationGrayJack2020-07-201-14/+32
* | | 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
| | |/ | |/|
* | | Merge #5471bors[bot]2020-07-212-5/+5
|\ \ \
| * | | TypoAleksey Kladov2020-07-212-5/+5
* | | | Merge #5470bors[bot]2020-07-212-2/+11
|\| | |
| * | | Propagate cargo.target to checkOnSaveAleksey Kladov2020-07-212-2/+11
| |/ /
* | | Merge #5458bors[bot]2020-07-213-849/+896
|\ \ \ | |/ / |/| |
| * | Inline lang items in coercion testsLaurențiu Nicola2020-07-202-27/+65
| * | Use expect in never_type testsLaurențiu Nicola2020-07-203-186/+185
| * | Use expect in coercion testsLaurențiu Nicola2020-07-201-674/+684
* | | Merge #5440bors[bot]2020-07-207-8/+8
|\ \ \
| * | | Minor perf tweaks per clippyJeremy Kolb2020-07-197-8/+8
* | | | SimplifyAleksey Kladov2020-07-201-9/+5
* | | | Add is_workspace_member for rust-project.jsonAleksey Kladov2020-07-201-24/+36
* | | | SimplifyAleksey Kladov2020-07-202-11/+11
| |_|/ |/| |
* | | Fix a typo in completion docsPascal Hertleif2020-07-191-1/+1
|/ /
* / Specify default adt representation for chalk integrationWilco Kusee2020-07-191-1/+1
|/
* Simplify exclusion logicAleksey Kladov2020-07-185-110/+120
* Don't show docs in concise signature helpAleksey Kladov2020-07-181-5/+9
* Add turbo-fish works after `()`Aleksey Kladov2020-07-181-1/+28
* Merge #5423bors[bot]2020-07-172-0/+102
|\
| * Correctly resolve assoc. types in path bindingsJonas Schievink2020-07-172-0/+102