File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,11 @@ Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.
454
454
--
455
455
Whether to show `can't find Cargo.toml` error message.
456
456
--
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
+ --
457
462
[[rust-analyzer.procMacro.enable]]rust-analyzer.procMacro.enable (default: `true` )::
458
463
+
459
464
--
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments