Skip to content

Releases: rust-lang/rust-analyzer

2022-11-21

21 Nov 06:48

Choose a tag to compare

Auto merge of #13653 - VannTen:fix/doc-typo-vim-lsp, r=Veykril

Fix typo on 'configuration' anchor

https://rust-analyzer.github.io/manual.html#_configuration lands you at
the start of the page, while
https://rust-analyzer.github.io/manual.html#configuration correctly puts
you at the correct anchor

2022-11-14

14 Nov 07:49

Choose a tag to compare

Auto merge of #13607 - Veykril:proc-macro-error, r=Veykril

internal: Add version info to unsupported proc macro abi error

cc https://github.com/rust-lang/rust-analyzer/issues/13589#issuecomment-1311824473

2022-11-07

07 Nov 08:10

Choose a tag to compare

Auto merge of #13556 - pd4d10:patch-1, r=lnicola

docs: fix adoc links

Correct #13536 with adoc link syntax

2022-10-31

31 Oct 06:19

Choose a tag to compare

Auto merge of #13505 - lowr:feat/gats, r=flodiebold

Clean up tests and add documentation for GATs related stuff

This is a follow-up PR for #13494.

- addresses https://github.com/rust-lang/rust-analyzer/pull/13494#discussion_r1006774897
- documents the ordering constraint on `Binders` and `Substitution` (which is not really follow-up for the previous PR, but it was introduced to support GATs and I strongly feel it's worth it)

2022-10-24

24 Oct 16:12

Choose a tag to compare

Auto merge of #13471 - Veykril:invoc-strategy-once, r=Veykril

Handle multiple projects sharing dependency correctly in `once` strategy

2022-10-17

17 Oct 06:42

Choose a tag to compare

Auto merge of #13397 - zyctree:zyctree-patch-2, r=lnicola

fix link in syntax.md

2022-10-10

10 Oct 07:04

Choose a tag to compare

Auto merge of #13366 - matklad:xflags, r=lnicola

internal: :arrow_up: xflags

The main change here should be that flags are not inhereted, so

   $ rust-analyzer analysis-stats . -v -v

would do what it should do

We also no longer Don\'t

2022-10-03

03 Oct 06:32

Choose a tag to compare

Auto merge of #13328 - Veykril:rustc-proc-macro, r=Veykril

Add proc-macro dependency to rustc crates

2022-09-26

26 Sep 07:42

Choose a tag to compare

Auto merge of #13289 - rust-lang:analysis-stats-proc-server, r=Veykril

Use the sysroot proc-macro server for analysis-stats

Should fix the metrics issues

2022-09-19

19 Sep 10:45

Choose a tag to compare

Auto merge of #13257 - rust-lang:revert-13147-fix/dyn-ty-inherent-met…