You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`#2388`](https://github.com/rust-analyzer/rust-analyzer/pull/2388) added a more informative message for `missing fields` diagnostics.
13
+
*[`#2445`](https://github.com/rust-analyzer/rust-analyzer/pull/2445) added type inference for range expressions.
14
+
*[`#2018`](https://github.com/rust-analyzer/rust-analyzer/pull/2018) adds an initial version of **add custom impl** assist, which swtichs from a `#[derive]` to a manual impl.
15
+
16
+
## Fixes
17
+
18
+
* Update chalk to fix infinite memory usage in some cases.
19
+
*[`#2406`](https://github.com/rust-analyzer/rust-analyzer/pull/2406) slightly better hygiene handling in macros.
20
+
*[`#2453`](https://github.com/rust-analyzer/rust-analyzer/pull/2453) employed salsa's cycle-handling functionality to gracefully handle some error conditions instead of panicking.
21
+
*[`#2455`](https://github.com/rust-analyzer/rust-analyzer/pull/2455) add required special-casing for name-resolution of primitive types.
0 commit comments