| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge #4534 | bors[bot] | 2020-05-26 | 1 | -0/+59 |
|\ \ \ \ |
|
| * | | | | Add call postfix completion | vain0x | 2020-05-20 | 1 | -0/+59 |
* | | | | | Hover tooltip module name is monospace once again | Aaron Loucks | 2020-05-26 | 3 | -9/+12 |
* | | | | | Fix some clippy perf warnings | Jeremy Kolb | 2020-05-25 | 4 | -9/+8 |
| |/ / /
|/| | | |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #4602 #4603 | bors[bot] | 2020-05-25 | 5 | -4/+9 |
|\ \ \ \ \ |
|
| | * | | | | Add self keyword semantic token type | Laurențiu Nicola | 2020-05-25 | 5 | -4/+9 |
| |/ / / / |
|
* | | | | | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 4 | -29/+25 |
* | | | | | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 2 | -9/+4 |
* | | | | | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 7 | -48/+43 |
|/ / / / |
|
* | | | | Merge #4593 | bors[bot] | 2020-05-24 | 3 | -20/+18 |
|\ \ \ \ |
|
| * | | | | Fix formatting | Aleksey Kladov | 2020-05-24 | 2 | -4/+1 |
| * | | | | Document some rust-analyzer specific protocol extensions | Aleksey Kladov | 2020-05-24 | 1 | -7/+8 |
| * | | | | Document matchingBrace LSP request | Aleksey Kladov | 2020-05-24 | 3 | -12/+12 |
* | | | | | Handle more cases in `highlight_name_by_syntax` | Matthew Jasper | 2020-05-24 | 1 | -11/+19 |
* | | | | | Highlight `true` and `false` as literals | Matthew Jasper | 2020-05-24 | 9 | -1/+11 |
|/ / / / |
|
* | | | | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 |
* | | | | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 8 | -19/+231 |
|\ \ \ \ |
|
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 2 | -15/+1 |
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 5 | -99/+142 |
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 2 | -21/+9 |
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 116 | -1915/+2702 |
| |\ \ \ \ |
|
| * | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 7 | -19/+212 |
* | | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 7 | -77/+326 |
|\ \ \ \ \ \ |
|
| * | | | | | | JFF, ra_fixture arg name for a code highlighting | vsrs | 2020-05-16 | 1 | -9/+11 |
| * | | | | | | smoke test | vsrs | 2020-05-16 | 1 | -0/+6 |
| * | | | | | | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 5 | -16/+113 |
| * | | | | | | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 2 | -17/+85 |
| * | | | | | | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 4 | -11/+10 |
| * | | | | | | Reimplement ra_db::fixture::ParsedMeta | vsrs | 2020-05-16 | 2 | -51/+28 |
| * | | | | | | parse fixture meta in test_utils crate | vsrs | 2020-05-16 | 2 | -1/+101 |
* | | | | | | | Merge pull request #4474 from georgewfraser/color_attrs | Aleksey Kladov | 2020-05-24 | 5 | -3/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Color attribute functions | George Fraser | 2020-05-19 | 5 | -3/+11 |
* | | | | | | | | Some FIXMEs were outdated: | Julian Wollersberger | 2020-05-24 | 1 | -3/+1 |
* | | | | | | | | Update to rustc_lexer version 660. | Julian Wollersberger | 2020-05-24 | 3 | -11/+12 |
| |_|_|_|_|/ /
|/| | | | | | |
|
| | | | | | | | |
| \ \ \ \ \ \ | |
*-. \ \ \ \ \ \ | Merge #4555 #4575 | bors[bot] | 2020-05-23 | 7 | -18/+179 |
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | * | | | | | | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 2 | -8/+51 |
| | * | | | | | | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 7 | -10/+128 |
* | | | | | | | | Merge #4578 | bors[bot] | 2020-05-23 | 4 | -7/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | And a few drive-bys | kjeremy | 2020-05-22 | 3 | -6/+4 |
| * | | | | | | | | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge #4559 | bors[bot] | 2020-05-23 | 3 | -8/+17 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Fix resolve_proc_macro heavy test | Galilée 'Bill' Enguehard | 2020-05-23 | 1 | -1/+1 |
| * | | | | | | | Update tests to accept new hover formatting | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -4/+13 |
| * | | | | | | | Fix formatting error when no modpath is present | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 |
| * | | | | | | | Modify hover info to show module path separated by a line | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 |
| * | | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_... | Galilée 'Bill' Enguehard | 2020-05-21 | 409 | -17345/+23590 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Add extra newline after module path in hover info | Galilée 'Bill' Enguehard | 2020-05-21 | 1 | -1/+1 |
* | | | | | | | | | Provide missing Chalk debug methods | Florian Diebold | 2020-05-22 | 2 | -0/+112 |
* | | | | | | | | | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 5 | -14/+14 |
* | | | | | | | | | Split up chalk module a bit | Florian Diebold | 2020-05-22 | 3 | -958/+982 |