| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add @feat (#3406) * - Add `@feat` attribute. - Add `$feat` compile time function. * Update http tests. * Fixes * EMSCRIPTEN -> POSIX | 1 个月前 | |
Separate panic code to builtin_panic. Change to excuse from faultdef from constdef to constset. | 16 天前 | |
compiler: Optimize slice equality, fix $$reverse and $$mod (#3491) * Optimize slice equality for flat types Lower slice equality comparisons for flat data types like integers, pointers, and enums to memcmp rather than emitting a scalar loop. * Fix buffer allocation size in llvm_emit_reverse Allocate `elements * sizeof(LLVMValueRef)` instead of 1 element when vector length exceeds 128 to prevent heap corruption. * Fix unsigned modulo builtin emission BUILTIN_EXACT_MOD emitted signed division instead of unsigned remainder for unsigned integer types, causing $$mod on unsigned integers to return the quotient instead of the remainder. * Add release notes | 6 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 16 天前 | ||
| 6 天前 |