aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-254-29/+25
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-252-9/+4
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-257-48/+43
* Merge #4593bors[bot]2020-05-243-20/+18
|\
| * Fix formattingAleksey Kladov2020-05-242-4/+1
| * Document some rust-analyzer specific protocol extensionsAleksey Kladov2020-05-241-7/+8
| * Document matchingBrace LSP requestAleksey Kladov2020-05-243-12/+12
* | Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
* | Highlight `true` and `false` as literalsMatthew Jasper2020-05-249-1/+11
|/
* Fix testsAleksey Kladov2020-05-241-25/+25
* Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-248-19/+231
|\
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-242-15/+1
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-235-99/+142
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-222-21/+9
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-21116-1915/+2702
| |\
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-217-19/+212
* | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-247-77/+326
|\ \ \
| * | | JFF, ra_fixture arg name for a code highlightingvsrs2020-05-161-9/+11
| * | | smoke testvsrs2020-05-161-0/+6
| * | | Propogate fixture meta to AnalysisHostvsrs2020-05-165-16/+113
| * | | Use FixtureMeta in MockAnalysisvsrs2020-05-162-17/+85
| * | | Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-164-11/+10
| * | | Reimplement ra_db::fixture::ParsedMetavsrs2020-05-162-51/+28
| * | | parse fixture meta in test_utils cratevsrs2020-05-162-1/+101
* | | | Merge pull request #4474 from georgewfraser/color_attrsAleksey Kladov2020-05-245-3/+11
|\ \ \ \
| * | | | Color attribute functionsGeorge Fraser2020-05-195-3/+11
* | | | | Some FIXMEs were outdated:Julian Wollersberger2020-05-241-3/+1
* | | | | Update to rustc_lexer version 660.Julian Wollersberger2020-05-243-11/+12
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #4555 #4575bors[bot]2020-05-237-18/+179
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Use Chalk's Ty::Function for function pointer typesFlorian Diebold2020-05-222-8/+51
| | * | | | Use Chalk's built-in representation of function item typesFlorian Diebold2020-05-227-10/+128
* | | | | | Merge #4578bors[bot]2020-05-234-7/+5
|\ \ \ \ \ \
| * | | | | | And a few drive-byskjeremy2020-05-223-6/+4
| * | | | | | Remove unnecessary clone that prevented clippy from moving onkjeremy2020-05-221-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge #4559bors[bot]2020-05-233-8/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix resolve_proc_macro heavy testGalilée 'Bill' Enguehard2020-05-231-1/+1
| * | | | | Update tests to accept new hover formattingGalilée 'Bill' Enguehard2020-05-221-4/+13
| * | | | | Fix formatting error when no modpath is presentGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | Modify hover info to show module path separated by a lineGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_...Galilée 'Bill' Enguehard2020-05-21409-17345/+23590
| |\ \ \ \ \
| * | | | | | Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1
* | | | | | | Provide missing Chalk debug methodsFlorian Diebold2020-05-222-0/+112
* | | | | | | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtIdFlorian Diebold2020-05-225-14/+14
* | | | | | | Split up chalk module a bitFlorian Diebold2020-05-223-958/+982
* | | | | | | Merge #4570bors[bot]2020-05-223-18/+277
|\ \ \ \ \ \ \
| * | | | | | | Add some tests for Chalk built-in trait implsFlorian Diebold2020-05-221-0/+78
| * | | | | | | Provide Chalk well-known traitsFlorian Diebold2020-05-222-10/+41
| * | | | | | | Use Chalk's built-in representations of primitive typesFlorian Diebold2020-05-221-10/+160
* | | | | | | | Merge #4571bors[bot]2020-05-228-153/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | KISS SourceChangeAleksey Kladov2020-05-228-153/+112