Skip to content

Releases: rust-lang/rust-analyzer

2021-03-29

29 Mar 06:54
bb1d925
Compare
Choose a tag to compare
Merge #8212

8212: Basic support macro 2.0 r=jonas-schievink a=edwin0cheng

Turn out it is quite straight forward :)

r @jonas-schievink 

![m2](https://user-images.githubusercontent.com/11014119/112712565-6eb99380-8f0b-11eb-88de-5d7f974dfe6d.png)


Co-authored-by: Edwin Cheng <[email protected]>

2021-03-22

22 Mar 09:36
858ad55
Compare
Choose a tag to compare
Merge #8137

8137: Fix box pattern inference panic r=flodiebold a=Veykril

Fixes #6560

Co-authored-by: Lukas Wirth <[email protected]>

2021-03-15

15 Mar 07:26
5ba7852
Compare
Choose a tag to compare
Merge #8017

8017: Don't drop type params in doc-test paths r=Veykril a=Veykril

Closes #7995

Co-authored-by: Lukas Wirth <[email protected]>

2021-03-08

08 Mar 07:39
d54e115
Compare
Choose a tag to compare
Merge #7889

7889: Make group imports configurable r=lnicola a=asv1



Co-authored-by: asv <[email protected]>

2021-03-01

01 Mar 06:47
5df3ee8
Compare
Choose a tag to compare
Merge #7816

7816: Lift Ty::Fn into a struct r=Veykril a=Veykril

bors r+

Co-authored-by: Lukas Wirth <[email protected]>

2021-02-22

22 Feb 07:58
14de9e5
Compare
Choose a tag to compare
Merge #7739

7739: Bump deps r=lnicola a=lnicola

Closes #7273

bors r+

Co-authored-by: Laurențiu Nicola <[email protected]>

2021-02-15

15 Feb 12:43
7435b9e
Compare
Choose a tag to compare
Merge #7661

7661: Start LSP 3.17 support r=kjeremy a=kjeremy

Companion to https://github.com/gluon-lang/lsp-types/pull/199 which <strike>has not been merged yet</strike>  has been merged.

This doesn't opt into any 3.17 functionality yet.

Co-authored-by: Jeremy Kolb <[email protected]>

2021-02-08

08 Feb 11:13
336909b
Compare
Choose a tag to compare
Merge #7587

7587: AdtDef -> Adt r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <[email protected]>

2021-02-01

01 Feb 10:27
1a59f75
Compare
Choose a tag to compare
Merge #7503

7503: Return inner attributes of outline mod declarations in `attrs_query` r=jonas-schievink a=Veykril



Co-authored-by: Lukas Wirth <[email protected]>

2021-01-25

25 Jan 12:21
3ab8d7a
Compare
Choose a tag to compare
Merge #7414

7414: Add validation for mutable const items r=Veykril a=Veykril

bors r+

Co-authored-by: Lukas Wirth <[email protected]>