aboutsummaryrefslogtreecommitdiff
path: root/std/endian.zig
AgeCommit message (Expand)Author
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-11Fix endian swap parametersMarc Tiehuis
2018-01-07Fixed the call to mem.readInt in endian.swapJimmi Holst Christensen
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley