| Commit message (Expand) | Author | Age | Files | Lines |
* | Add highlight support for unsafe fn calls and raw ptr deref | Paul Daniel Faria | 2020-06-02 | 9 | -5/+112 |
* | Fix tests | Aleksey Kladov | 2020-06-02 | 1 | -15/+210 |
* | New runnables API | Aleksey Kladov | 2020-06-02 | 2 | -55/+36 |
* | Merge #4658 | bors[bot] | 2020-06-02 | 2 | -0/+2 |
|\ |
|
| * | Test case for format string highlighting of closing curlybrace | Roland Ruckerbauer | 2020-05-30 | 2 | -0/+2 |
* | | add test | Brennan Vincent | 2020-05-31 | 1 | -0/+27 |
* | | Merge #4664 | bors[bot] | 2020-05-31 | 20 | -175/+363 |
|\ \
| |/
|/| |
|
| * | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 6 | -142/+212 |
| * | Doc more features | Aleksey Kladov | 2020-05-31 | 3 | -6/+40 |
| * | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 10 | -25/+41 |
| * | Specify actions | Aleksey Kladov | 2020-05-31 | 4 | -3/+20 |
| * | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 7 | -2/+53 |
* | | Add semantic highlight to QUESTION token | Roland Ruckerbauer | 2020-05-29 | 2 | -0/+3 |
|/ |
|
* | Fixed missing newline on each field on "Missing structure fields". | Cadu | 2020-05-27 | 1 | -1/+1 |
* | Merge #4592 | bors[bot] | 2020-05-27 | 2 | -1/+48 |
|\ |
|
| * | fix textedit range returned for completion when left token is a keyword | Benjamin Coenen | 2020-05-27 | 2 | -0/+3 |
| * | fix textedit range returned for completion when left token is a keyword #4545 | Benjamin Coenen | 2020-05-24 | 2 | -1/+45 |
* | | Merge #4596 | bors[bot] | 2020-05-27 | 1 | -1/+59 |
|\ \ |
|
| * | | Trim at presentation layer | Yuki Kodama | 2020-05-25 | 2 | -4/+2 |
| * | | Fix test to consider multiple underscores | Yuki Kodama | 2020-05-25 | 1 | -7/+7 |
| * | | Use built-in method | Yuki Kodama | 2020-05-25 | 1 | -11/+5 |
| * | | Separate assertions | Yuki Kodama | 2020-05-25 | 1 | -7/+65 |
| * | | Reflect test case | Yuki Kodama | 2020-05-25 | 1 | -7/+7 |
| * | | Strip leading underscore | Yuki Kodama | 2020-05-25 | 1 | -2/+10 |
| | | | |
| \ \ | |
*-. \ \ | Merge #4625 #4629 | bors[bot] | 2020-05-27 | 1 | -3/+3 |
|\ \ \ \ |
|
| | * | | | Fix the `should_panic` snippet | Andrew Chin | 2020-05-26 | 1 | -3/+3 |
| |/ / / |
|
* / / / | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -32/+29 |
|/ / / |
|
* | | | 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 | 2 | -8/+11 |
* | | | | Fix some clippy perf warnings | Jeremy Kolb | 2020-05-25 | 1 | -4/+4 |
| |/ /
|/| | |
|
| | | | |
| \ \ | |
*-. \ \ | Merge #4602 #4603 | bors[bot] | 2020-05-25 | 3 | -4/+7 |
|\ \ \ \ |
|
| | * | | | Add self keyword semantic token type | Laurențiu Nicola | 2020-05-25 | 3 | -4/+7 |
| |/ / / |
|
* / / / | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 2 | -9/+5 |
|/ / / |
|
* | | | 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 | 7 | -1/+9 |
* | | | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 |
* | | | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 1 | -12/+131 |
|\ \ \ |
|
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 1 | -1/+1 |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 1 | -35/+41 |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 1 | -11/+2 |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 15 | -90/+119 |
| |\ \ \ |
|
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -13/+133 |
* | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 2 | -21/+131 |
|\ \ \ \ \ |
|
| * | | | | | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 2 | -6/+54 |
| * | | | | | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 1 | -16/+77 |
| * | | | | | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 1 | -3/+4 |
* | | | | | | Merge pull request #4474 from georgewfraser/color_attrs | Aleksey Kladov | 2020-05-24 | 3 | -3/+9 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Color attribute functions | George Fraser | 2020-05-19 | 3 | -3/+9 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge #4559 | bors[bot] | 2020-05-23 | 2 | -7/+16 |
|\ \ \ \ \ |
|