Skip to content

Releases: rust-lang/rust-analyzer

2022-08-08

08 Aug 06:32
Compare
Choose a tag to compare
Auto merge of #12956 - oxalica:feat/la-arena-apis, r=lnicola

More methods and traits for `la_arena::ArenaMap`

Continue of #12931. Seems that I forgot some methods in the previous PR :(

I also changed `ArenaMap::insert` to return the old value, to match the map-like collection API of std. **So this is a breaking change.**

r? `@lnicola`

2022-08-01

01 Aug 06:18
Compare
Choose a tag to compare
Auto merge of #12915 - lnicola:promote-subtree, r=lnicola

internal: Update `xtask promote` and release instructions

Update `xtask` for the subtree workflow. This doesn't explain how to do a `rust -> RA`  sync, since that's definitely more involved, but will probably only happen rarely.

2022-07-25

25 Jul 07:43
Compare
Choose a tag to compare
Auto merge of #12861 - DorianListens:dscheidt/complete-field, r=Doria…

2022-07-18

18 Jul 06:28
Compare
Choose a tag to compare
Auto merge of #12785 - Logarithmus:feature/fix-negative-const-generic…

2022-07-11

11 Jul 07:06
Compare
Choose a tag to compare
Auto merge of #12732 - lnicola:bump-npm, r=lnicola

Bump npm deps

2022-07-04

04 Jul 07:41
Compare
Choose a tag to compare
Auto merge of #12681 - lnicola:bump-deps, r=lnicola

Bump deps

2022-06-27

27 Jun 06:45
Compare
Choose a tag to compare
Auto merge of #12638 - buffet:fix-typo, r=flodiebold

Fix typo in build.rs

2022-06-20

20 Jun 06:04
Compare
Choose a tag to compare
Auto merge of #12581 - lnicola:changelog-number, r=lnicola

internal: Handle fractional release numbers in changelog naming

2022-06-13

13 Jun 09:09
Compare
Choose a tag to compare
Auto merge of #12515 - Veykril:rustc-proc-macros, r=Veykril

fix: Pass the build data to rustc_private crates

With this all proc-macros should resolve in rustc now when setting up the build script running command properly.

2022-06-06

06 Jun 10:25
Compare
Choose a tag to compare
Auto merge of #12475 - Veykril:trait-impl-completion, r=Veykril

fix: Fix trait impl completions using wrong insert position

Fixes https://github.com/rust-lang/rust-analyzer/issues/12474