aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment decorationsAleksey Kladov2020-07-121-1/+4
| | | | closes #4461
* change vis works on staticsAleksey Kladov2020-07-121-3/+13
|
* Merge #5325bors[bot]2020-07-1111-31/+40
|\ | | | | | | | | | | | | | | 5325: Update lsp-types to account for new CodeActionKind structure r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
| * Update testsJeremy Kolb2020-07-114-4/+12
| |
| * Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-117-27/+28
| |
* | Merge #5324bors[bot]2020-07-112-3/+9
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | 5324: Implementations lens for unions r=matklad a=matklad closes #4728 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Implementations lens for unionsAleksey Kladov2020-07-112-3/+9
| | | | | | | | closes #4728
* | Merge #5323bors[bot]2020-07-114-105/+112
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | 5323: Rewrite item_tree tests to expect r=matklad a=matklad insta review wouldn't update the test, so ... bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Rewrite item_tree tests to expectAleksey Kladov2020-07-113-105/+111
| | | | | | | | insta review wouldn't update the test, so ...
| * Extern fns are implicitly unsafeAleksey Kladov2020-07-111-0/+1
|/ | | | closes #4865
* Merge #5320bors[bot]2020-07-111-2/+8
|\ | | | | | | | | | | | | | | | | | | | | 5320: Bump macro recursion limit in release r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Bump macro recursion limit in releaseAleksey Kladov2020-07-111-2/+8
| |
* | Merge #5318bors[bot]2020-07-111-6/+48
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5318: More tight recursion limit when expanding macros in function bodies r=matklad a=matklad cc #4944 cc #5317 This doesn't fully close #4944 -- looks like we hit SO in syntax highlighting, when we use `Semantics::expand_macro`. Seems like we need to place expansion limit on the macro itself (store it as a part of MacroCallId?)! bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * More tight recursion limit when expanding macros in function bodiesAleksey Kladov2020-07-111-6/+48
|/ | | | | | | | | | | cc #4944 cc #5317 This doesn't fully close #4944 -- looks like we hit SO in syntax highlighting, when we use `Semantics::expand_macro`. Seems like we need to place expansion limit on the macro itself (store it as a part of MacroCallId?)!
* Merge #5315bors[bot]2020-07-111-3/+3
|\ | | | | | | | | | | | | | | | | | | | | 5315: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * MinorAleksey Kladov2020-07-111-3/+3
| |
* | Merge #5314bors[bot]2020-07-1111-20/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | 5314: Use dedicated semantic highlight tag for parameters r=matklad a=matklad closes #5106 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-1111-20/+44
|/ | | | closes #5106
* Merge #5313bors[bot]2020-07-114-0/+12
|\ | | | | | | | | | | | | | | | | | | | | 5313: no doctests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * no doctestsAleksey Kladov2020-07-114-0/+12
| |
* | Merge #5312bors[bot]2020-07-113-18/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5312: Make slow test parallel r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Make slow test parallelAleksey Kladov2020-07-113-18/+31
| | |
* | | Merge #5311bors[bot]2020-07-113-0/+18
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | 5311: Fix goto definition for type alias type parameters r=matklad a=matklad closes https://github.com/rust-analyzer/rust-analyzer/issues/5042 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Fix goto definition for type alias type parametersAleksey Kladov2020-07-113-0/+18
| | | | | | | | closes https://github.com/rust-analyzer/rust-analyzer/issues/5042
* | Merge #5310bors[bot]2020-07-111-31/+31
|\| | | | | | | | | | | | | | | | | | | | | 5310: Reduce visibility r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Reduce visibilityAleksey Kladov2020-07-111-31/+31
| |
* | Merge #5309bors[bot]2020-07-118-9/+3
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 5309: Make sure there are no commands in code actions r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Make sure there are no commands in code actionsAleksey Kladov2020-07-118-9/+3
| |
* | Merge #4996bors[bot]2020-07-111-3/+55
|\ \ | |/ |/| | | | | | | | | | | | | | | 4996: Correctly generate new struct field in file containing struct def r=matklad a=TimoFreiberg WIP because the test doesn't pass. Testing the fix by hand looked good, although quickfixes seem to not support setting the editor cursor yet, which i think we want for "generate missing defs from usage" fixes. Co-authored-by: Timo Freiberg <[email protected]>
| * Correctly generate new struct field in file containing struct defTimo Freiberg2020-07-101-3/+55
| |
* | Merge #5307bors[bot]2020-07-111-1/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5307: disable profiling r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | disable profilingAleksey Kladov2020-07-113-7/+1
| | |
| * | Profiling exampleAleksey Kladov2020-07-114-2/+13
| | |
* | | Merge #5305bors[bot]2020-07-113-0/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5305: Profiling tweaks r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Profiling tweaksAleksey Kladov2020-07-113-0/+9
|/ /
* | Merge #5304bors[bot]2020-07-111-4/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5304: Don't show error when speculatively reloading workspace r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Don't show error when speculatively reloading workspaceAleksey Kladov2020-07-111-4/+6
| | |
* | | Merge #5303bors[bot]2020-07-118-20/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5303: Speed up completion r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Speed up completionAleksey Kladov2020-07-118-20/+19
|/ /
* | Merge #5302bors[bot]2020-07-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5302: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | SimplifyAleksey Kladov2020-07-101-1/+1
|/ /
* | Merge #5301bors[bot]2020-07-103-6/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5301: Don't spawn notify unnecessary r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Don't spawn notify unnecessaryAleksey Kladov2020-07-103-6/+8
|/ /
* | Merge #5300bors[bot]2020-07-101-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | 5300: Update deps r=matklad a=kjeremy Bumps tracing to 0.1.16 which reduces monomorphization: https://github.com/rust-analyzer/rust-analyzer/issues/1987#issuecomment-654711560 Co-authored-by: kjeremy <[email protected]>
| * | Update depskjeremy2020-07-101-6/+6
|/ /
* | Merge #5299bors[bot]2020-07-105-42/+107
|\ \ | |/ |/| | | | | | | | | | | | | 5299: Reload when new example/test/etc is added r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Optimize VFS processingAleksey Kladov2020-07-102-30/+40
| |
| * Sort cargo metadataAleksey Kladov2020-07-101-2/+4
| | | | | | | | | | | | See https://github.com/rust-lang/cargo/issues/8477 We need this to prevent spurious workspace reloads
| * Add profiling callsAleksey Kladov2020-07-102-0/+6
| |
| * Also reload when adding new examples, tests, etcAleksey Kladov2020-07-104-11/+58
|/