Changelog #142
Commit: b6d59f2
Release: 2022-08-15
New Features
-
#12905generate Rust type from JSON:
Fixes
-
#12937(first contribution) implement syntax fix-up formatchandforloops. -
#13010actually callrustcfrom theRUSTC_WRAPPERwhen run by build scripts (fixes feature detection foranyhow). -
#12942makeconcat!work with characters. -
#12990improve whitespace insertion in macro-expansion. -
#12992infer byte string pattern as&[u8]when matched against slices. -
#12962parse range patterns in struct and slice without trailing comma. -
#12986fix pattern field completions not working for unions. -
#12987recover from missing ellipsis in record literals for path expressions. -
#12967Code: makeToggleInlayHintsunderstand{off,on}UntilPressed. -
#12997fix panic inno_such_fieldwhen using tuple fields on record structs.
Internal Improvements
-
#12981(first contribution) drop imports from the 2021 Edition prelude. -
#13000(first contribution) Code: use new id when debugging the extension. -
#12951document CLI flag stability. -
#12974fix printing of compound assignment ops. -
#12984pass--keep-goingcargo flag when building build scripts. -
#12989remove incomplete 1.64 ABI. -
#12993makeNamehold escaped name. -
#13007switch to Node 16 on CI and upgrade lockfile version. -
#13016,#13017move VSCode diagnostics workaround into client code.