Changelog #188
Commit: ff485b6
Release: 2023-07-03
(v0.3.1575
)
Fixes
-
#15148
fixself
andsuper
path resolution in block modules. -
#15157
fix runnable detection for#[tokio::test]
. -
#15173
fix data layout of reference to nested unsized structs. -
#15184
disable MIR interpreter for targets with different pointer size from host. -
#15168
fix MIRrealloc
allocating a smaller destination. -
#15189
fix overflow checking in shift operator. -
#15194
fix layout of SIMD types and respect alignment in MIR interpreter. -
#15101
,#15177
,#15180
check clientworkspace.workspaceEdit.resourceOperations
capability. -
#15138
renamerunnableEnv
torunnables.extraEnv
.
Internal Improvements
-
#15030
,#15163
(first contribution) run metrics on parallel. -
#15172
support#[derive_const(Trait)]
. -
#15140
add comment explaining whyHasSource::source()
returnsOption
. -
#15161
addlibrary
fixture meta. -
#15175
dropcross-env
npm dep. -
#15174
switch to@vscode/vsce
. -
#15153
clean up Code extensionactivationEvents
. -
#15154
use@tsconfig/strictest
for type checking rules. -
#15159
enablenoImplicitOverride
. -
#15169
use anonymous lifetime where possible. -
#15142
rename crates after removing libs from workspace. -
#15195
don’t specifyproc-macro-test
version.