| Age | Commit message (Collapse) | Author |
|
remove "unnecessary if statement" error
this "depends on compile variable" code is too hard to validate,
and has false negatives. not worth it right now.
std.str removed, instead use std.mem.
std.mem.eql and std.mem.sliceEql merged and do not require explicit
type argument.
|
|
See #221
|
|
* comptime fn call
* is_comptime doesn't count as an instruction dependency
* update more std code to latest zig
|
|
* add `setFnTest`, `setFnVisible`, `setFnStaticEval`,
`setFnNoInline` builtin functions to replace previous
directive functionality
* add `coldcc` and `nakedcc` as keywords which can be used as part
of a function prototype.
* `setDebugSafety` builtin can be used to set debug safety features
at a per block scope level.
* closes #169
|
|
|
|
This replaces the current generic syntax for functions and replaces
it with the concept of inline parameters.
This paves the way for the "all structs anonymous" proposal.
Closes #151.
|
|
introduce std.debug and move std.assert to std.debug.assert
add mem.copy
|
|
|
|
closes #87
|
|
closes #139
|
|
|