zig/doc
Andrew Kelley 7293e012d7
breaking: fix @sizeOf to be alloc size rather than store size
* Fixes breaches of the guarantee that `@sizeOf(T) >= @alignOf(T)`
 * Fixes std.mem.secureZero for integers where this guarantee previously
   was breached
 * Fixes std.mem.Allocator for integers where this guarantee previously
   was breached

Closes #1851
Closes #1864
2019-02-15 18:05:50 -05:00
..
codegen.md
docgen.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
langref.html.in breaking: fix @sizeOf to be alloc size rather than store size 2019-02-15 18:05:50 -05:00