|
| 1 | += Changelog #221 |
| 2 | +:sectanchors: |
| 3 | +:experimental: |
| 4 | +:page-layout: post |
| 5 | + |
| 6 | +Commit: commit:68c506fd6299c60c96a6202ca08f9d868a0838a3[] + |
| 7 | +Release: release:2024-02-19[] (`v0.3.1850`) |
| 8 | + |
| 9 | +== New Features |
| 10 | + |
| 11 | +* pr:16092[] (first contribution) introduce term search to `rust-analyzer`. |
| 12 | +* pr:16117[] (first contribution) prioritize constructors and builders in completions. |
| 13 | +* pr:15923[] improve support for ignored proc macros. |
| 14 | +* pr:15476[] substitute `$saved_file` in custom `check` commands. |
| 15 | + |
| 16 | +== Fixes |
| 17 | + |
| 18 | +* pr:16550[] (first contribution) activate on top level `Cargo.toml` and `rust-project.json` files. |
| 19 | +* pr:16530[] fix macro transcriber emitting incorrect lifetime tokens. |
| 20 | +* pr:16541[] highlight doc comments. |
| 21 | +* pr:16547[] validate literals in proc macro server's `FreeFunctions::literal_from_str`. |
| 22 | +* pr:16544[] only complete traits in `impl ... for`. |
| 23 | +* pr:16553[] improve parser error recovery on `=` in record field initializer and patterns. |
| 24 | +* pr:16554[] pass `.cargo/config.toml` environment variables to proc-macro server. |
| 25 | +* pr:16563[] set `RUSTUP_TOOLCHAIN` and invoke the proxies instead of sysroot binaries. |
| 26 | +* pr:16247[] fix build scripts not being rebuilt on some occasions. |
| 27 | +* pr:16574[] fix `needless_return` false positives on trailing inner item declarations. |
| 28 | +* pr:16582[] respect textual length of paths in `find_path`. |
| 29 | +* pr:16583[] ignore type mismatches between `{unknown}` and non-`{unknown}` types. |
| 30 | +* pr:16586[] remove cargo knowledge from `CrateData`. |
| 31 | +* pr:16569[] place snippets correctly in multi-edit assists. |
| 32 | +* pr:16579[] fix snippets being placed leftwards of where they should be. |
| 33 | +* pr:16559[] fill in SCIP documentation fields. |
| 34 | + |
| 35 | +== Internal Improvements |
| 36 | + |
| 37 | +* pr:16588[] (first contribution) parse (nightly) `const` and `async` trait bounds. |
| 38 | +* pr:16587[] (first contribution) update GitHub actions and Node version. |
| 39 | +* pr:16576[] (first contribution) add license files to `lsp-server`. |
| 40 | +* pr:15003[] add basic support for `become` expressions (tail calls). |
| 41 | +* pr:16577[] migrate assists to the structured snippet API, part 7 of 7. |
| 42 | +* pr:16446[] implement `literal_from_str` in proc macro server. |
| 43 | +* pr:16537[], pr:16545[] make tool discovery prefer sysroot paths. |
| 44 | +* pr:16540[] make `macro_arg` query always returns a `TokenTree`. |
| 45 | +* pr:16560[] set channel override when querying the sysroot metadata. |
| 46 | +* pr:16558[] update `JsonProject` to include optional fields. |
| 47 | +* pr:16562[] add `clippy` and `rustfmt` problem matchers to CI. |
| 48 | +* pr:16573[] remove `salsa` compile tests. |
| 49 | +* pr:16533[] bump `rustc_pattern_analysis`. |
| 50 | +* pr:16585[] bump `actions/checkout` to `v4`. |
| 51 | +* pr:16598[], pr:16599[], pr:16600[] downgrade `actions/checkout`, `actions/setup-node` and Node in release workflow. |
| 52 | +* pr:16597[] sync from downstream. |
0 commit comments