mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
645 B
645 B
v2.2.0 - yyyy-mm-dd
Changes affecting backward compatibility
Standard library additions and changes
- Added
newStringUninitto system, which creates a new string of lengthlenlikenewStringbut with uninitialized content. - Added
hasDefaultValuetostd/typetraitsto check if a type has a valid default value.
Language changes
Compiler changes
Tool changes
- koch now allows bootstrapping with
-d:nimHasLibFFI, replacing the older option of building the compiler directly w/ thelibffinimble package in tow.