Releases: rust-lang/rust-analyzer
Releases · rust-lang/rust-analyzer
2022-08-08
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
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
Auto merge of #12861 - DorianListens:dscheidt/complete-field, r=Doria…
2022-07-18
Auto merge of #12785 - Logarithmus:feature/fix-negative-const-generic…
2022-07-11
Auto merge of #12732 - lnicola:bump-npm, r=lnicola Bump npm deps
2022-07-04
Auto merge of #12681 - lnicola:bump-deps, r=lnicola Bump deps
2022-06-27
Auto merge of #12638 - buffet:fix-typo, r=flodiebold Fix typo in build.rs
2022-06-20
Auto merge of #12581 - lnicola:changelog-number, r=lnicola internal: Handle fractional release numbers in changelog naming
2022-06-13
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
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