aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Separating parsing of `for` in predicates and typesMatthew Jasper2020-06-1012-291/+507
* Merge #4822bors[bot]2020-06-103-8/+42
|\
| * checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser2020-06-102-11/+7
| * Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser2020-06-102-5/+12
| * Added the rust-analyzer.checkOnSave.features option.Clemens Wasser2020-06-102-1/+12
| * flycheck now uses the configured featuresClemens Wasser2020-06-092-4/+24
* | Merge #4824bors[bot]2020-06-101-1/+1
|\ \ | |/ |/|
| * Correct "debug_assertion" to "debug_assertions" to match the cfgAaron Wood2020-06-101-1/+1
* | Merge #4815bors[bot]2020-06-095-41/+82
|\ \
| * | Correctly parse <_> paths in patternsAleksey Kladov2020-06-094-39/+80
| * | Minor, use `T!`Aleksey Kladov2020-06-092-2/+2
|/ /
* | Merge #4813bors[bot]2020-06-092-9/+5
|\ \
| * | SimplifyAleksey Kladov2020-06-092-9/+5
| |/
* | 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
* | | Merge #4805bors[bot]2020-06-092-47/+1
|\ \ \ | |_|/ |/| |
| * | Finish transition to cfgs from the separate atoms and features.Aaron Wood2020-06-092-47/+1
|/ /
* | Merge #4804bors[bot]2020-06-084-107/+56
|\ \ | |/ |/|
| * Simplify APIAleksey Kladov2020-06-084-107/+56
|/
* Merge #4802bors[bot]2020-06-085-25/+16
|\
| * SimplifyAleksey Kladov2020-06-085-25/+16
* | Merge #4797bors[bot]2020-06-081-7/+7
|\ \ | |/ |/|
| * Dev docs nitsLaurențiu Nicola2020-06-081-7/+7
* | 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-03172-3673/+6898
| |\ \
| * | | 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-234-15/+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-225-1/+403
* | | | 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