Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #4445 | bors[bot] | 2020-05-14 | 2 | -2/+72 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4445: Correctly fill default type parameters r=flodiebold a=montekki Fixes #3877 So, basically even if the parameters are omitted from the `impl` block, check the parameters in `trait` if they have a default type, and if they do go from `hir` to `ast::TypeArg`. I've added a helper for that but I am not sure that it's a proper way to go from `hir` to `ast` here. Co-authored-by: Fedor Sakharov <[email protected]> | |||||
| * | | Fix formatting | Fedor Sakharov | 2020-05-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Change type_arg to type_ref func | Fedor Sakharov | 2020-05-14 | 1 | -2/+1 | |
| | | | ||||||
| * | | Use generic_defaults and display_source_code | Fedor Sakharov | 2020-05-14 | 2 | -10/+12 | |
| | | | ||||||
| * | | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 3 | -1/+70 | |
| | | | ||||||
* | | | Use back ticks instead of single quotes around code | Trevor Spiteri | 2020-05-14 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge #4358 | bors[bot] | 2020-05-11 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4358: add if let and while let postfix for Option and Result #4348 r=matklad a=bnjjj close #4348 I also added `while let` for iterator or stream it could be useful ![iflet](https://user-images.githubusercontent.com/5719034/81278000-676c6b80-9055-11ea-87ad-6b8476dd983f.gif) Co-authored-by: Benjamin Coenen <[email protected]> | |||||
| * | | add if let and while let postfix for Option and Result | Benjamin Coenen | 2020-05-10 | 1 | -2/+2 | |
| |/ | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 2 | -29/+194 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4406: Update cargo-metadata r=matklad a=edwin0cheng This PR update `cargo-metadata` to 0.10.0 and it also relax the` serde-derive` deps to 1.0 for tests in `proc-macro-srv`. cc @robojumper r= @matklad , I think you would have something to say related to https://github.com/serde-rs/json/issues/647#issue-593788429 ? 4410: Improve wording in comment r=matklad a=edwin0cheng 4411: do not remove then block when you unwrap else block #4361 r=matklad a=bnjjj close #4361 4417: Omit default types in HirDisplay SourceCode mode r=matklad a=TimoFreiberg Closes #4390 Co-authored-by: Edwin Cheng <[email protected]> Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Timo Freiberg <[email protected]> | |||||
| | | * | Omit default types in HirDisplay SourceCode mode | Timo Freiberg | 2020-05-10 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
| | * | do not remove then block when you unwrap else block #4361 | Benjamin Coenen | 2020-05-10 | 1 | -28/+193 | |
| |/ |/| | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | | Merge #4392 | bors[bot] | 2020-05-09 | 1 | -14/+11 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4392: Add From should not move the cursor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Add From should not move the cursor | Aleksey Kladov | 2020-05-09 | 1 | -14/+11 | |
| | | | ||||||
* | | | Ascribe more correct types | Aleksey Kladov | 2020-05-09 | 1 | -9/+10 | |
|/ / | ||||||
* | | unindent -> dedent | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 | |
| | | ||||||
* | | More fluent indent API | Aleksey Kladov | 2020-05-09 | 6 | -21/+32 | |
| | | ||||||
* | | Fix visibility | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 | |
| | | ||||||
* | | Use new HirDisplay variant in add_function assist | Timo Freiberg | 2020-05-08 | 1 | -58/+116 | |
|/ | ||||||
* | Simplify | Aleksey Kladov | 2020-05-07 | 5 | -6/+5 | |
| | ||||||
* | Nicer API | Aleksey Kladov | 2020-05-07 | 2 | -41/+41 | |
| | ||||||
* | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 3 | -21/+21 | |
| | ||||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 38 | -593/+521 | |
| | | | | It now duplicates completion API in its shape. | |||||
* | add Ok wrapping | Benjamin Coenen | 2020-05-06 | 3 | -0/+986 | |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | Simplify | Aleksey Kladov | 2020-05-06 | 3 | -33/+17 | |
| | ||||||
* | Rename | Aleksey Kladov | 2020-05-06 | 3 | -12/+12 | |
| | ||||||
* | Use SourceChange for assists | Aleksey Kladov | 2020-05-06 | 3 | -35/+33 | |
| | ||||||
* | Fix TODO | Aleksey Kladov | 2020-05-06 | 2 | -19/+13 | |
| | ||||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 36 | -256/+292 | |
| | | | | | Target is used for assists sorting, so we need it before we compute the action. | |||||
* | Regenerate | Aleksey Kladov | 2020-05-06 | 2 | -38/+40 | |
| | ||||||
* | Merge doc_tests and tests | Aleksey Kladov | 2020-05-06 | 4 | -41/+28 | |
| | ||||||
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 35 | -180/+172 | |
| | ||||||
* | Fixup tests | Aleksey Kladov | 2020-05-05 | 2 | -13/+13 | |
| | ||||||
* | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 1 | -3/+1 | |
| | ||||||
* | Minor cleanups | Aleksey Kladov | 2020-05-05 | 2 | -6/+9 | |
| | ||||||
* | Fix compilation | Aleksey Kladov | 2020-05-05 | 1 | -1/+1 | |
| | ||||||
* | Move group_label where it belongs | Aleksey Kladov | 2020-05-05 | 2 | -7/+6 | |
| | ||||||
* | use GroupLabel for type safety | Aleksey Kladov | 2020-05-05 | 1 | -3/+4 | |
| | ||||||
* | Minor rename | Aleksey Kladov | 2020-05-05 | 1 | -3/+3 | |
| | ||||||
* | Flip Assist::new arguments | Aleksey Kladov | 2020-05-05 | 2 | -4/+4 | |
| | ||||||
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 3 | -20/+20 | |
| | ||||||
* | Merge #4265 | bors[bot] | 2020-05-05 | 1 | -3/+10 | |
|\ | | | | | | | | | | | | | | | 4265: Make `change_visibility` assist work for tuple struct fields r=matklad a=Jesse-Bakker Fixes #4206 Co-authored-by: Jesse Bakker <[email protected]> | |||||
| * | Make `change_visibility` assist work for tuple struct field visibility | Jesse Bakker | 2020-05-02 | 1 | -3/+10 | |
| | | ||||||
* | | Simplify | Aleksey Kladov | 2020-05-04 | 1 | -33/+34 | |
| | | ||||||
* | | Simplify | Aleksey Kladov | 2020-05-04 | 1 | -13/+13 | |
| | | ||||||
* | | Support auto-import in macro | Edwin Cheng | 2020-05-02 | 5 | -19/+66 | |
|/ | ||||||
* | Add unwrap block assist #4156 | Benjamin Coenen | 2020-05-02 | 1 | -3/+2 | |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 8 | -91/+134 | |
|\ | ||||||
| * | Add missing members generates indented blocks | Aleksey Kladov | 2020-05-02 | 2 | -79/+119 | |
| | | ||||||
| * | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 4 | -11/+12 | |
| | | ||||||
| * | Remove lower_path from AssistCtx to Semantic | Edwin Cheng | 2020-05-01 | 2 | -7/+4 | |
| | |