Changelog #123
Commit: 46d7ee6
Release: 2022-04-04
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#11869(first contribution) allow tildes as code block fences:
-
#11866(first contribution) avoid underflows in range conversion. -
#11840fix another const generic panic. -
#11842fix duplicate type mismatches with blocks. -
#11844fix divergence detection for bare match arms. -
#11852expandasm!to infinite loops to improve type inference. -
#11863allow varargs in any param position. -
#11870recover from missing type annotation. -
#11878paper over GAT panic. -
#11881don’t rely on lang items to find primitive impls. -
#11877don’t addselfwhen splitting glob imports. -
#11887add missing fields diagnostic fix for patterns. -
#11865select correct insert position for disabled group import.
Internal Improvements
-
#11849(first contribution) changeby_selftoselfandby_cratetocratein docs. -
#11867,#11874(first contribution) createGenerate is, as, try_intoassist group. -
#11861addView file textcommand to debug sync issues. -
#11827enforce invariant thatResolveralways contains aModuleScope. -
#11871moverust.ungramintorust-analyzer/crates/syntax. -
#11872removePathResolution::AssocItem. -
#11875simplify completion. -
#11882record outline child modules with missing backing file in def map. -
#11890deleteFUNDING.yml.