| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Check the specified function alignment rather than the effective
function alignment.
|
|
* Integrate more declaratively with src/target.zig
* Only trigger the check when a function body is found, do not trigger
for function types.
|
|
This gives more headroom for comptime recursion, especially for debug
builds of Zig.
|
|
avoids testing stuff that doesn't work yet.
|
|
`validateExternType` does not require the type to be resolved so we can
check it earlier. Only doing it in `resolveTypeFully` lead to worse or
missing compile errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sema: add detailed error notes to `coerceInMemoryAllowed`
|
|
|
|
|
|
|
|
|
|
`unsigned 64-bit int cannot represent all possible unsigned 63-bit values`
is nonsensical.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|