|
| 1 | += Changelog #149 |
| 2 | +:sectanchors: |
| 3 | +:page-layout: post |
| 4 | + |
| 5 | +Commit: commit:5c28ad193238635189f849c94ffc178f00008b12[] + |
| 6 | +Release: release:2022-10-03[] |
| 7 | + |
| 8 | +== New Features |
| 9 | + |
| 10 | +* pr:13248[] (first contribution) add assist to unwrap tuple declarations: |
| 11 | ++ |
| 12 | +video::https://user-images.githubusercontent.com/308347/193514130-10ca01e8-1962-4663-b694-8443d01a6e95.mp4[options=loop] |
| 13 | +* pr:13209[] add type inference for generators. |
| 14 | +* pr:13327[] add config for supplying sysroot path. |
| 15 | + |
| 16 | +== Fixes |
| 17 | + |
| 18 | +* pr:13296[] (first contribution) store package instead of crate name in `PackageInformation`. |
| 19 | +* pr:13311[] infer `for` loop item type with `IntoIterator` and `Iterator`. |
| 20 | +* pr:13275[] use the correct module for visibility computation in `find_path`. |
| 21 | +* pr:13189[] emit unconfigured code diagnostics for enum variants and struct/union fields. |
| 22 | +* pr:13320[] render generic parameters in type alias hovers. |
| 23 | +* pr:13318[] fix annotations not resolving when lens location is set to whole item. |
| 24 | +* pr:13321[] make `move_format_string_arg` token tree-aware. |
| 25 | +* pr:13324[] fix trait impl item completions using macro file text ranges. |
| 26 | +* pr:13326[] do not use the sysroot proc macro server when a server path is given explicitly. |
| 27 | +* pr:13328[] add proc-macro dependency to rustc crates. |
| 28 | + |
| 29 | +== Internal Improvements |
| 30 | + |
| 31 | +* pr:13272[] (first contribution) fix `Analysis` and `AnalysisHost` doc links. |
| 32 | +* pr:13280[] (first contribution) add `RequestFailed` LSP error code. |
| 33 | +* pr:13202[], pr:13319[] don't retry requests that have already been cancelled. |
| 34 | +* pr:13237[] aggregate changes by file in `process_changes`. |
| 35 | +* pr:13295[] remove obsolete `in-rust-tree` feature from `sourcegen`. |
| 36 | +* pr:13300[] use `cfg(any())` instead of `cfg(FALSE)` to disable proc macro tests. |
| 37 | +* pr:13301[] make assist tests panic again on empty source changes. |
0 commit comments