aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-2216-24/+25
| | |
| * | 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-2273-26/+26
|/ /
* | Merge #7756bors[bot]2021-02-222-22/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 7756: update tracing-tree r=kjeremy a=kjeremy Removes some dependencies Co-authored-by: kjeremy <[email protected]>
| * | update tidykjeremy2021-02-221-1/+0
| | |
| * | update tracing-treekjeremy2021-02-221-21/+2
|/ /
* | Merge #7753bors[bot]2021-02-221-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7753: Add isize to the list of suffixed integers in typed_integer r=kjeremy a=jonasbb The missing `isize` in `typed_integers` seems to just be an oversight. Might fix: #7751 Co-authored-by: Jonas Bushart <[email protected]>
| * | Add isize to the list of suffixed integers in typed_integerJonas Bushart2021-02-221-2/+1
| | | | | | | | | | | | | | | | | | The missing `isize` in `typed_integers` seems to just be an oversight. Might fix: #7751
* | | Merge #7752bors[bot]2021-02-221-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7752: up once_cell r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * | up once_cellkjeremy2021-02-221-2/+2
| | |
* | | Merge #7749bors[bot]2021-02-225-42/+88
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 7749: Make more common assist easier to ues r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Make more common assist easier to uesAleksey Kladov2021-02-225-42/+88
|/ /
* | Merge #7739bors[bot]2021-02-215-28/+100
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7739: Bump deps r=lnicola a=lnicola Closes #7273 bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
| * | Pin ungrammarLaurențiu Nicola2021-02-212-3/+3
| | |
| * | Add test from #7273Laurențiu Nicola2021-02-211-0/+45
| | |
| * | Bump depsLaurențiu Nicola2021-02-213-29/+56
|/ /
* | Merge #7735bors[bot]2021-02-211-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | 7735: Stop mixing Result and Option with ? in inline_local_variable r=Veykril a=scottmcm Depending on the discussion in https://github.com/rust-lang/rfcs/pull/3058 this might not end up being necessary, but I think it's a reasonable change regardless. Co-authored-by: Scott McMurray <[email protected]>
| * | Stop mixing Result and Option with ? in inline_local_variableScott McMurray2021-02-201-4/+4
|/ / | | | | | | Depending on the discussion in RFC#3058 this might not end up being necessary, but I think it's a reasonable change regardless.
* | Merge #7732bors[bot]2021-02-206-37/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7732: Don't lower TypeBound::Lifetime as GenericPredicate::Error r=flodiebold a=Veykril Basically we just discard the typebound for now instead when lowering to `GenericPredicate`. I think this shouldn't have any other side effects? Fixes #7683(hopefully for real this time) I also played around with introducing `GenericPredicate::LifetimeOutlives` and `GenericPredicate::TypeOutlives`(see https://github.com/Veykril/rust-analyzer/commit/b9d69048451a5f2e9c5a72c800369bbeef36fdcf) but that won't fix this issue(at least not for now) due to lifetime predicate mismatches when resolving methods so I figure this is a good way to fix it for now. Co-authored-by: Lukas Wirth <[email protected]>
| * | Don't write trailing whitespace when formatting empty GenericPredicatesLukas Wirth2021-02-203-14/+24
| | |
| * | Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-204-25/+23
| | |
* | | Merge #7733bors[bot]2021-02-2011-20/+124
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7733: Update some crates r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
| * | | Update testsJeremy Kolb2021-02-2010-0/+104
| | | |
| * | | Update some cratesJeremy Kolb2021-02-201-20/+20
|/ / /
* | | Merge #7729bors[bot]2021-02-201-2/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7729: Try to detect musl distros in the Code extension r=andylizi a=lnicola Fixes https://github.com/rust-analyzer/rust-analyzer/pull/7658#issuecomment-782701138 Co-authored-by: LaurenČ›iu Nicola <[email protected]>
| * | | Try to detect musl distros in the Code extensionLaurențiu Nicola2021-02-201-2/+12
| | | |
* | | | Merge #7730bors[bot]2021-02-201-2/+45
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 7730: Fix #7712 retain visibility extracting mod to file r=lnicola a=mattyhall Co-authored-by: Matt Hall <[email protected]>
| * | | Use format_to! to make logic a bit nicerMatt Hall2021-02-201-6/+8
| | | |
| * | | Fix #7712 retain visibility extracting mod to fileMatt Hall2021-02-201-2/+43
|/ / /
* | | Merge #7727bors[bot]2021-02-201-3/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7727: Remove documentation of obsolete extend selection command r=matklad a=lnicola Closes #7454 This is available in LSP as `textDocument/selectionRange` and no longer exists as a stand-alone command, so we shouldn't mention it in the manual because it's confusing (it doesn't appear in `package.json`). Co-authored-by: LaurenČ›iu Nicola <[email protected]>
| * | | Remove documentation of obsolete extend selection commandLaurențiu Nicola2021-02-201-3/+5
|/ / /
* | | Merge #7726bors[bot]2021-02-201-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7726: feat(completion): add doc(hidden) completion for attributes r=lnicola a=bnjjj Co-authored-by: Benjamin Coenen <[email protected]>
| * | | feat(completion): add doc(hidden) completion for attributesBenjamin Coenen2021-02-201-0/+3
| |/ / | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #7725bors[bot]2021-02-202-1/+33
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7725: fix(assist): display where predicates when we want to generate impl r=lnicola a=bnjjj close #7721 Co-authored-by: Benjamin Coenen <[email protected]>
| * | fix(assist): display where predicates when we want to generate implBenjamin Coenen2021-02-202-1/+33
|/ / | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | Merge #7724bors[bot]2021-02-203-4/+94
|\ \ | | | | | | | | | | | | | | | | | | | | | 7724: Consider import prefix config settings during flyimports r=SomeoneToIgnore a=SomeoneToIgnore Fixes #7666 Co-authored-by: Kirill Bulatov <[email protected]>
| * | Consider import prefix config settings during flyimportsKirill Bulatov2021-02-203-4/+94
|/ /
* | Merge #7723bors[bot]2021-02-202-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7723: Fix typos r=lnicola a=azzamsa I have checked all the documents inside `docs/` using `grammarly.com`. There are many suggestions in each document (some of them are false positive). I choose to fix the typos only to avoid lengthy grammar discussions. I would like to suggest to the maintainers to take a look. It is worth it. IMHO, it better to put the article into `grammarly.com` or `languagetool.org` before pushing :). Co-authored-by: azzamsa <[email protected]>
| * | Fix typosazzamsa2021-02-202-6/+6
| | |
* | | Merge #7722bors[bot]2021-02-202-4/+37
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 7722: Fix incorrect missing field diagnostic with box patterns r=Veykril a=lnicola Closes #7711 Co-authored-by: LaurenČ›iu Nicola <[email protected]>
| * | Add testLaurențiu Nicola2021-02-201-0/+24
| | |
| * | Fix incorrect missing field diagnostic with box patternsLaurențiu Nicola2021-02-201-4/+13
|/ /
* | Merge #7707bors[bot]2021-02-1737-32/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 7707: rename completion -> ide_completion r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | rename completion -> ide_completionAleksey Kladov2021-02-1737-32/+33
|/ / | | | | | | We don't have completion-related PRs in flight, so lets do it
* | Merge #7706bors[bot]2021-02-173-28/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | 7706: Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" r=Veykril a=Veykril This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979. Co-authored-by: Lukas Wirth <[email protected]>
| * | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike"Lukas Wirth2021-02-173-28/+26
|/ / | | | | | | This reverts commit e1dbf43cf85f84c3a7e40f9731fc1f7ac96f8979.
* | Merge #7699bors[bot]2021-02-176-115/+118
|\ \ | | | | | | | | | | | | | | | | | | | | | 7699: Implement ast::AstNode for NameLike and move it to node_ext r=matklad a=Veykril With this `search`(and 2 other modules) don't necessarily go through 3 calls of `find_node_at_offset_with_descend` to find the correct node. Also makes the code that searches for NameLikes a bit easier on the eyes imo, though that can be fixed with just a helper function as well so its not that relevant. Co-authored-by: Lukas Wirth <[email protected]>
| * | Replace usage of ast::NameOrNameRef with ast::NameLikeLukas Wirth2021-02-173-26/+28
| | |
| * | Implement ast::AstNode for NameLike and move it to node_extLukas Wirth2021-02-165-101/+102
| | |
* | | Merge #7705bors[bot]2021-02-171-2/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7705: Show hover info of the definition of ConstReference patterns instead of its type r=Veykril a=Veykril Closes #7671 bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | Show hover info of the definition of ConstReference patterns instead of its typeLukas Wirth2021-02-171-2/+38
| |/ /