Changelog #187
Commit: 4a2ceef
Release: 2023-06-26 (v0.3.1566)
Fixes
-
#15105(first contribution) fix display of negative integers. -
#15074fix inlining of async functions. -
#15112support manual implementation ofFntraits in the MIR interpreter. -
#15119support more intrinsics in the MIR interpreter. -
#15135fix some unsizing problems in MIR. -
#15085include project path in workspace loading errors. -
#15104skip mutability diagnostics on synthetic bindings.
Internal Improvements
-
#15093useArgumentV1instead ofArgument. -
#15087,#15097,#15100use consistent style for error handling. -
#15086intern use and extern crate items like other items. -
#15095change in-tree libs to workspace dependencies and bump versions. -
#15098use lib crates from crates.io. -
#15070report metric timings for file item trees and crate def map creation. -
#15110add run-tests CLI command.