Skip to content

Commit ff9d4b8

Browse files
committed
Changelog #114
1 parent f12b903 commit ff9d4b8

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,11 @@ Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.
454454
--
455455
Whether to show `can't find Cargo.toml` error message.
456456
--
457+
[[rust-analyzer.primeCaches.numThreads]]rust-analyzer.primeCaches.numThreads (default: `0`)::
458+
+
459+
--
460+
How many worker threads to to handle priming caches. The default `0` means to pick automatically.
461+
--
457462
[[rust-analyzer.procMacro.enable]]rust-analyzer.procMacro.enable (default: `true`)::
458463
+
459464
--
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Changelog #114
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:fd3942eb620e37a4e4bfdd587d8a2893ccf6fea0[] +
6+
Release: release:2022-01-31[]
7+
8+
== Sponsors
9+
10+
**Become a sponsor:** On https://opencollective.com/rust-analyzer/[OpenCollective] or
11+
https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
12+
13+
== New Features
14+
15+
* pr:11360[] add support for the `#![recursion_limit]` attribute.
16+
* pr:11281[] implement parallel cache priming.
17+
18+
== Fixes
19+
20+
* pr:11288[] (first contribution) enable `<code>` blocks in hover.
21+
* pr:11347[], pr:11354[] fix resolution of eager macro contents.
22+
* pr:11382[] fix IDE panics caused by `#[cfg_attr]`.
23+
24+
25+
== Internal Improvements
26+
27+
* pr:11340[] make syntax bridge fully infallible.
28+
* pr:11353[] set current working directory for procedural macros.
29+
* pr:11356[] roll back env vars changed by a proc macro.
30+
* pr:11365[] allow `proc_macro_srv` users to disable copying of compiled macros.
31+
* pr:11348[] fix merge commit check for git 2.35.

0 commit comments

Comments
 (0)