aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tweak release workflowAleksey Kladov2020-01-111-41/+13
|
* Don't be overly genericAleksey Kladov2020-01-112-6/+4
|
* Merge pull request #2766 from gilescope/windows-buildAleksey Kladov2020-01-113-2/+128
|\ | | | | Upload PR
| * We only want this triggering for master.Giles Cope2020-01-091-2/+0
| |
| * Reducing binary size and optimising a bit more.Giles Cope2020-01-092-1/+3
| |
| * Still double compiling. Try this.Giles Cope2020-01-091-9/+3
| |
| * Was doing the compile twice.Giles Cope2020-01-091-1/+2
| |
| * Split out into a release build as bins were not getting generated as cargo ↵Giles Cope2020-01-092-32/+131
| | | | | | | | build wasn't run
| * second attemptGiles Cope2020-01-091-1/+1
| |
| * parameterised debugGiles Cope2020-01-091-3/+4
| |
| * Packaging server binsGiles Cope2020-01-091-2/+13
| |
| * create dir if not there as cp doesn't seem to have an option to create the ↵Giles Cope2020-01-091-1/+1
| | | | | | | | dest dir automatically.
| * put as debug for now while I get it working.Giles Cope2020-01-091-3/+3
| |
| * Getting to grips with github format...Giles Cope2020-01-091-1/+5
| |
| * Less output for typescript artifactsGiles Cope2020-01-091-2/+7
| |
| * Relative adderssGiles Cope2020-01-081-1/+1
| |
| * UploadGiles Cope2020-01-081-3/+6
| |
| * noopGiles Cope2020-01-081-0/+1
| |
| * Make artifacts accessibleGiles Cope2020-01-081-0/+7
| |
* | Merge #2795bors[bot]2020-01-111-2/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2795: Use dummy value for macro file in bulitin macros r=matklad a=edwin0cheng This PR skip the actual line and column computation for `MacroFile` and return a dummy value instead. Related to #2794 Co-authored-by: Edwin Cheng <[email protected]>
| * | Use dummy value for macro file in bulitin macrosEdwin Cheng2020-01-111-2/+10
| | |
* | | Merge #2796bors[bot]2020-01-111-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2796: Fix lruCapacity config key in VSCode r=kjeremy a=marcogroppo Closes #2789. This simply adds `null` as a valid value for the configuration key. We could use the server-side default value (128) instead, but in that case every time we change its value on the server side we would have to update it on the client side too. Co-authored-by: Marco Groppo <[email protected]>
| * | | Fix lruCapacity config setting typeMarco Groppo2020-01-111-1/+4
|/ / /
* | | Merge #2790bors[bot]2020-01-112-1/+81
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 2790: Add test for macro expansion in various expressions r=edwin0cheng a=flodiebold cc @edwin0cheng Co-authored-by: Florian Diebold <[email protected]>
| * | Add test for macro expansion in various expressionsFlorian Diebold2020-01-102-1/+81
| | |
* | | Merge #2749bors[bot]2020-01-105-67/+239
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2749: Basic DocumentHighlightKind support for assignments r=matklad a=kjeremy Wraps references per #2738 and adds limited support for DocumentHighlightKind Read/Write for simple binops assignments. I think I need some help with determining reads/writes. Towards #2560 Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: kjeremy <[email protected]>
| * | Fix Write being sent down the wire.kjeremy2020-01-101-3/+3
| | | | | | | | | | | | Not sure what the deal is here but it wasn't sending Write.
| * | Add AccessMode to declskjeremy2020-01-101-8/+57
| | |
| * | Split Declaration out into it's own typekjeremy2020-01-102-49/+55
| | |
| * | Simplify and update tests to account for accesskjeremy2020-01-101-48/+53
| | |
| * | TweaksJeremy Kolb2020-01-101-13/+35
| | |
| * | Basic DocumentHighlightKind support for assignmentsJeremy Kolb2020-01-105-17/+107
|/ /
* | Merge #2787bors[bot]2020-01-101-1/+23
|\ \ | | | | | | | | | | | | | | | | | | | | | 2787: Add missing expr cases for expand macro r=flodiebold a=edwin0cheng I will open another issues for tracking adding back the cases implemented in the PR. Co-authored-by: Edwin Cheng <[email protected]>
| * | Add missing expr cases for expand macroEdwin Cheng2020-01-101-1/+23
|/ /
* | Merge #2786bors[bot]2020-01-101-1/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2786: Proper handling local in hover r=flodiebold a=edwin0cheng This PR implement back the `Local` hover information generation, which is fall back to a general case catch previously : https://github.com/rust-analyzer/rust-analyzer/blob/9a44f627be0b3c49184e3ad594849f9b5ed78daa/crates/ra_ide/src/hover.rs#L173-L182 Co-authored-by: Edwin Cheng <[email protected]>
| * | Proper handling local in hoverEdwin Cheng2020-01-101-1/+19
| | |
* | | Merge #2785bors[bot]2020-01-102-0/+18
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 2785: Expand PAREN_EXPR as expression r=matklad a=edwin0cheng Co-authored-by: Edwin Cheng <[email protected]>
| * | Expand PAREN_EXPR as expressionEdwin Cheng2020-01-102-0/+18
| | |
* | | Merge #2784bors[bot]2020-01-101-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2784: Add freiheit.com to list of sponsors r=matklad a=flodiebold Co-authored-by: Florian Diebold <[email protected]>
| * | | Add freiheit.com to list of sponsorsFlorian Diebold2020-01-101-0/+1
|/ / /
* | | Merge #2782bors[bot]2020-01-104-35/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2782: Use correct rustfmt for codegen r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Use correct rustfmt for codegenAleksey Kladov2020-01-104-35/+32
|/ / / | | | | | | | | | closes #1569
* | | Merge #2779bors[bot]2020-01-093-0/+141
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2779: Parse trait aliases r=matklad a=kiljacken Implements the needed changes to correctly parse trait aliases. This is my first change in the parser code, so would appreciate a comment on whether this is the right way to go about it. Co-authored-by: Emil Lauridsen <[email protected]>
| * | | Parse trait aliasesEmil Lauridsen2020-01-093-0/+141
|/ / /
* | | Merge #2778bors[bot]2020-01-095-12/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2778: :arrow_up: rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | :arrow_up: rowanAleksey Kladov2020-01-095-12/+10
| | | |
* | | | Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggleAleksey Kladov2020-01-094-19/+37
|\ \ \ \ | | | | | | | | | | Flag to hide cargo.toml not found error
| * | | | Remove unneeded Box::newWilco Kusee2020-01-081-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Aleksey Kladov <[email protected]>
| * | | | Derive debugWilco Kusee2020-01-081-7/+1
| | | | |
| * | | | Use downcasting for CargoTomlNotFoundErrorWilco Kusee2020-01-086-97/+48
| | | | |