Skip to content

Releases: rust-lang/rust-analyzer

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]>

2021-01-18

18 Jan 12:45
fde4a86
Compare
Choose a tag to compare
Merge #7314

7314: :arrow_up: rowan r=matklad a=matklad

bors r+
🤖

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

2021-01-11

11 Jan 10:15
60c501f
Compare
Choose a tag to compare
Merge #7241

7241: Honor client's dynamic registration caps r=matklad a=matklad

bors r+
🤖

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

2021-01-04

04 Jan 12:37
5b86ff3
Compare
Choose a tag to compare
Merge #7113

7113: Manual updates r=matklad a=tekul

Add some details on how to build the manual and some clarification on how to deal with "proc macro2 warnings.

For context, this arose from [this question](https://users.rust-lang.org/t/how-to-disable-rust-analyzer-proc-macro-warnings-in-neovim/53150) on users.rust-lang.org.

Co-authored-by: Luke Taylor <[email protected]>

2020-12-28

28 Dec 10:47
1d53075
Compare
Choose a tag to compare
Merge #7050

7050: Ignore third punct when matching for 2-composite punct in mbe r=jonas-schievink a=edwin0cheng

Fixes #6692



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

2020-12-21

21 Dec 13:48
Compare
Choose a tag to compare
Use patched version of lsp-types to stay compatible with code 1.51

2020-12-14

14 Dec 11:28
dbd0cfb
Compare
Choose a tag to compare
Merge #6858

6858: Docs: Explain manual installation in VS Code r=lnicola a=cauthmann

same as https://github.com/rust-analyzer/rust-analyzer.github.io/pull/81 , just against the correct repository this time

Co-authored-by: Christian Authmann <[email protected]>

2020-12-07

07 Dec 11:57
a0fa522
Compare
Choose a tag to compare
Merge #6733

6733: Update attributes completion list r=jonas-schievink a=Veykril

Might be nice to have them grouped for readability/maintainability similar to how the [reference](https://doc.rust-lang.org/reference/attributes.html#built-in-attributes-index) does it but that would require the use of a `OnceCell` for sorting the entries back after construction.

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