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