Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #4834 | bors[bot] | 2020-06-10 | 3 | -16/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | 4834: In field patterns, don't highlight local binding as a field r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | In field patterns, don't highlight local binding as a field | Aleksey Kladov | 2020-06-10 | 3 | -16/+23 |
| | | |||||
* | | Reduce OUT_DIR special casing | Aleksey Kladov | 2020-06-10 | 3 | -50/+43 |
|/ | |||||
* | Merge #4822 | bors[bot] | 2020-06-10 | 2 | -5/+25 |
|\ | | | | | | | | | | | | | | | | | 4822: Let checkOnSafe default to some of the options of cargo r=matklad a=clemenswasser This will fix #4631 The implementation works (as far as I have tested) but is suboptimal because I am copying the "cargo.features". Co-authored-by: Clemens Wasser <[email protected]> | ||||
| * | checkOnSafe.features and checkOnSafe.allFeatures now work identically. | Clemens Wasser | 2020-06-10 | 1 | -9/+2 |
| | | |||||
| * | Most of the checkOnSafe options now default to the cargo equivalent. | Clemens Wasser | 2020-06-10 | 1 | -1/+5 |
| | | |||||
| * | Added the rust-analyzer.checkOnSave.features option. | Clemens Wasser | 2020-06-10 | 1 | -1/+4 |
| | | |||||
| * | flycheck now uses the configured features | Clemens Wasser | 2020-06-09 | 2 | -4/+24 |
| | | |||||
* | | Merge #4824 | bors[bot] | 2020-06-10 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | 4824: Correct "debug_assertion" to "debug_assertions" to match the cfg that the rust debug assert macros use. r=matklad a=woody77 This is for #4823. Co-authored-by: Aaron Wood <[email protected]> | ||||
| * | Correct "debug_assertion" to "debug_assertions" to match the cfg | Aaron Wood | 2020-06-10 | 1 | -1/+1 |
| | | | | | | | | option that the rust debug assert macros use. | ||||
* | | Correctly parse <_> paths in patterns | Aleksey Kladov | 2020-06-09 | 4 | -39/+80 |
| | | | | | | | | closes #3659 | ||||
* | | Minor, use `T!` | Aleksey Kladov | 2020-06-09 | 2 | -2/+2 |
| | | |||||
* | | Merge #4813 | bors[bot] | 2020-06-09 | 2 | -9/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4813: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Simplify | Aleksey Kladov | 2020-06-09 | 2 | -9/+5 |
| |/ | |||||
* | | Merge #4812 | bors[bot] | 2020-06-09 | 3 | -7/+45 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4812: Use correct indent when replacing with match r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Use correct indent when replacing with match | Aleksey Kladov | 2020-06-09 | 3 | -7/+45 |
| | | | |||||
* | | | Merge #4811 | bors[bot] | 2020-06-09 | 1 | -4/+40 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4811: Unwrap block works with match arms r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Unwrap block works with match arms | Aleksey Kladov | 2020-06-09 | 1 | -4/+40 |
| | | | |||||
* | | | Merge #4810 | bors[bot] | 2020-06-09 | 1 | -79/+49 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4810: Simplify unwrapping of blocks r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Simplify unwrapping of blocks | Aleksey Kladov | 2020-06-09 | 1 | -79/+49 |
| |/ | |||||
* | | Merge #4803 | bors[bot] | 2020-06-09 | 3 | -1/+49 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 4803: Parse default unsafe fn r=matklad a=Avi-D-coder Co-authored-by: Avi Dessauer <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Update crates/ra_parser/src/grammar/items.rs | Aleksey Kladov | 2020-06-09 | 1 | -2/+1 |
| | | | |||||
| * | | Parse default unsafe fn | Avi Dessauer | 2020-06-08 | 3 | -1/+50 |
| | | | |||||
* | | | Finish transition to cfgs from the separate atoms and features. | Aaron Wood | 2020-06-09 | 2 | -47/+1 |
| |/ |/| | |||||
* | | Simplify API | Aleksey Kladov | 2020-06-08 | 4 | -107/+56 |
|/ | |||||
* | Simplify | Aleksey Kladov | 2020-06-08 | 5 | -25/+16 |
| | |||||
* | Merge #4576 | bors[bot] | 2020-06-08 | 4 | -0/+403 |
|\ | | | | | | | | | | | | | | | | | | | 4576: Add implementation of extract struct from enum variant r=matklad a=mcrakhman Hi guys! I implemented the extraction functionality including modifying multiple files. The only thing I didn't change the cursor position. I've done it with a previous API, but now snippets have been introduced and I need to figure out how to do it. Please bear in mind that I am a newcomer in the rust-analyzer (and also Rust) world, so I tried to implement the feature to the best of my knowledge, but the API is very new to me, so I am very welcome to introducing changes etc. Co-authored-by: Mikhail Rakhmanov <[email protected]> | ||||
| * | Fix review comments | Mikhail Rakhmanov | 2020-06-05 | 2 | -33/+19 |
| | | |||||
| * | Remove unnecessary return | Mikhail Rakhmanov | 2020-06-05 | 1 | -2/+2 |
| | | |||||
| * | Remove AsName import | Mikhail Rakhmanov | 2020-06-04 | 3 | -8/+21 |
| | | |||||
| * | Fixed tests | Mikhail Rakhmanov | 2020-06-03 | 3 | -10/+28 |
| | | |||||
| * | Merge branch 'master' into assists_extract_enum | Mikhail Rakhmanov | 2020-06-03 | 118 | -1320/+3844 |
| |\ | |||||
| * | | Fix incorrect behaviour if not resolved | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Further refactoring under review comments | Mikhail Rakhmanov | 2020-05-24 | 1 | -7/+3 |
| | | | |||||
| * | | Remove unnecessary set_file and change variable positions for better readability | Mikhail Rakhmanov | 2020-05-23 | 1 | -2/+1 |
| | | | |||||
| * | | Remove unwraps where possible | Mikhail Rakhmanov | 2020-05-23 | 1 | -22/+11 |
| | | | |||||
| * | | Further review fixes | Mikhail Rakhmanov | 2020-05-23 | 3 | -14/+12 |
| | | | |||||
| * | | Use default instead of new in AssistDirector | Mikhail Rakhmanov | 2020-05-23 | 1 | -5/+7 |
| | | | |||||
| * | | Better naming and fix some review comments | Mikhail Rakhmanov | 2020-05-23 | 2 | -15/+14 |
| | | | |||||
| * | | More formatting | Mikhail Rakhmanov | 2020-05-22 | 1 | -3/+1 |
| | | | |||||
| * | | Refactor AssistDirector | Mikhail Rakhmanov | 2020-05-22 | 1 | -6/+4 |
| | | | |||||
| * | | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 2 | -16/+21 |
| | | | |||||
| * | | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 4 | -1/+402 |
| | | | |||||
* | | | Merge #4784 | bors[bot] | 2020-06-08 | 3 | -40/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4784: Change management of test cfg to better support json projects r=Nashenas88 a=Nashenas88 This helps support json projects where they can decide whether to add the `test` cfg or not. One alternative is to add support for marking json project crates as a sysroot crate, and adding logic to remove the `test` cfg in those cases. In my opinion, that option gives less flexibility to json projects and leads to more functionality that needs to be maintained. Fixes #4508 cc @woody77 Co-authored-by: Paul Daniel Faria <[email protected]> Co-authored-by: Paul Daniel Faria <[email protected]> | ||||
| * | | | Use Option<&str> for target instead of Option<&String> | Paul Daniel Faria | 2020-06-08 | 2 | -4/+4 |
| | | | | |||||
| * | | | Remove default_cfg_options, pass target instead so it can be used for ↵ | Paul Daniel Faria | 2020-06-08 | 3 | -38/+19 |
| | | | | | | | | | | | | | | | | building cargo workspaces | ||||
| * | | | Change management of test cfg to better support json projects | Paul Daniel Faria | 2020-06-07 | 3 | -8/+7 |
| | | | | |||||
* | | | | Better unsafe highlihgting tests | Aleksey Kladov | 2020-06-08 | 8 | -9/+16 |
| | | | | |||||
* | | | | Highlight only the unsafe operator itself | Aleksey Kladov | 2020-06-08 | 1 | -6/+2 |
| | | | | |||||
* | | | | Merge #4775 | bors[bot] | 2020-06-08 | 3 | -24/+57 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4775: Add goto def for enum variant field r=matklad a=unexge Closes #4764. I'm not familiar with ra codebase, there might be better ways to do that :smile: Co-authored-by: unexge <[email protected]> |