Changelog #190
Commit: d824511
Release: 2023-07-17
(v0.3.1591
)
Fixes
-
#15248
fix eager token mapping panics. -
#15297
normalize type alias inprojected_ty
. -
#15258
supportgetrandom
syscall in MIR. -
#15268
addwrite_bytes
andctlz
intrinsics. -
#15282
addtype_name
intrinsic and give realdiscriminant_type
tochalk
. -
#15284
addsched_getaffinity
and enablecfg(miri)
in analysis.
Internal Improvements
-
#15257
(first contribution) ignoreContent-Length
header case inlsp-server
. -
#15270
(first contribution) make fields ofmir::Terminator
public. -
#15292
(first contribution) fix typo in command line help. -
#15295
(first contribution) fixrust-analzyer ssr
help message. -
#15251
skip building subtrees for built-in derives. -
#15231
,#15260
migrate more assists to use the structured snippet API. -
#15263
enablederive
feature forserde
inlsp-server
. -
#15267
mark MIR execution limit test as slow. -
#15252
enableuseUnknownInCatchVariables
TypeScript option. -
#15259
use type imports. -
#15254
add FIXME forexactOptionalPropertyTypes
. -
#15266
set.editorconfig
default indent size to4
. -
#15275
default to stable toolchain in the metrics workflow.