aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge #4812bors[bot]2020-06-093-7/+45
| |\ \
| | * | Use correct indent when replacing with matchAleksey Kladov2020-06-093-7/+45
| * | | Merge #4811bors[bot]2020-06-091-4/+40
| |\| |
| | * | Unwrap block works with match armsAleksey Kladov2020-06-091-4/+40
| * | | Merge #4810bors[bot]2020-06-091-79/+49
| |\| |
| | * | Simplify unwrapping of blocksAleksey Kladov2020-06-091-79/+49
| | |/
| * | Merge #4803bors[bot]2020-06-093-1/+49
| |\ \
| | * | Update crates/ra_parser/src/grammar/items.rsAleksey Kladov2020-06-091-2/+1
| | * | Parse default unsafe fnAvi Dessauer2020-06-083-1/+50
| * | | Finish transition to cfgs from the separate atoms and features.Aaron Wood2020-06-092-47/+1
| | |/ | |/|
| * | Simplify APIAleksey Kladov2020-06-084-107/+56
| |/
| * SimplifyAleksey Kladov2020-06-085-25/+16
| * Merge #4576bors[bot]2020-06-084-0/+403
| |\
| | * Fix review commentsMikhail Rakhmanov2020-06-052-33/+19
| | * Remove unnecessary returnMikhail Rakhmanov2020-06-051-2/+2
| | * Remove AsName importMikhail Rakhmanov2020-06-043-8/+21
| | * Fixed testsMikhail Rakhmanov2020-06-033-10/+28
| | * Merge branch 'master' into assists_extract_enumMikhail Rakhmanov2020-06-03118-1320/+3844
| | |\
| | * | Fix incorrect behaviour if not resolvedMikhail Rakhmanov2020-06-031-0/+1
| | * | Further refactoring under review commentsMikhail Rakhmanov2020-05-241-7/+3
| | * | Remove unnecessary set_file and change variable positions for better readabilityMikhail Rakhmanov2020-05-231-2/+1
| | * | Remove unwraps where possibleMikhail Rakhmanov2020-05-231-22/+11
| | * | Further review fixesMikhail Rakhmanov2020-05-233-14/+12
| | * | Use default instead of new in AssistDirectorMikhail Rakhmanov2020-05-231-5/+7
| | * | Better naming and fix some review commentsMikhail Rakhmanov2020-05-232-15/+14
| | * | More formattingMikhail Rakhmanov2020-05-221-3/+1
| | * | Refactor AssistDirectorMikhail Rakhmanov2020-05-221-6/+4
| | * | Formatting and remove unused importsMikhail Rakhmanov2020-05-222-16/+21
| | * | Add preliminary implementation of extract struct from enum variantMikhail Rakhmanov2020-05-224-1/+402
| * | | Merge #4784bors[bot]2020-06-083-40/+20
| |\ \ \
| | * | | Use Option<&str> for target instead of Option<&String>Paul Daniel Faria2020-06-082-4/+4
| | * | | Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria2020-06-083-38/+19
| | * | | Change management of test cfg to better support json projectsPaul Daniel Faria2020-06-073-8/+7
| * | | | Better unsafe highlihgting testsAleksey Kladov2020-06-088-9/+16
| * | | | Highlight only the unsafe operator itselfAleksey Kladov2020-06-081-6/+2
| * | | | Merge #4775bors[bot]2020-06-083-24/+57
| |\ \ \ \
| | * | | | Use explicit match for extracting def from `classify_name`unexge2020-06-081-2/+5
| | * | | | Swap `into_definition` and `definition` semantics for `FieldShorthand` variantunexge2020-06-081-2/+2
| | * | | | Add `FieldShorthand` variant to `NameClass`unexge2020-06-083-27/+32
| | * | | | Add goto def for enum variant fieldunexge2020-06-062-0/+25
| | |/ / /
| * | | | Merge #4683bors[bot]2020-06-084-46/+368
| |\ \ \ \
| | * | | | Implement syntax highlighting for doctestsLeander Tentrup2020-06-084-46/+368
| * | | | | Merge #4773bors[bot]2020-06-085-68/+302
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Apply suggestions from code reviewvsrs2020-06-083-21/+21
| | * | | | Add lib target filtering.vsrs2020-06-061-11/+18
| | * | | | Disable runnables lookup in macro-generated code.vsrs2020-06-061-1/+10
| | * | | | Add Run|Debug hover actionsvsrs2020-06-065-24/+174
| | * | | | Preliminary runnables refactoringvsrs2020-06-063-54/+122
| | |/ / /
| * | | | Merge #4781bors[bot]2020-06-081-32/+27
| |\ \ \ \
| | * | | | Remove redundancy in syntax highlighting testsLeander Tentrup2020-06-071-32/+27
| | |/ / /