aboutsummaryrefslogtreecommitdiff
path: root/std/syscall.zig
AgeCommit message (Expand)Author
2016-02-02add abort function and "cold" fn attributeAndrew Kelley
2016-01-28simple malloc and free using mmapMovingtoMars
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-24update std lib to use error type and global variablesAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-06fix undefined reference to memcpy in release modeAndrew Kelley