zig/std/special
Andrew Kelley 987768778a bit shifting safety
* add u3, u4, u5, u6, u7 and i3, i4, i5, i6, i7
 * shift operations shift amount parameter type is
   integer with log2 bit width of other param
   - This enforces not violating undefined behavior on
     shift amount >= bit width with the type system
 * clean up math.log, math.ln, math.log2, math.log10

closes #403
2017-08-19 01:43:43 -04:00
..
compiler_rt bit shifting safety 2017-08-19 01:43:43 -04:00
bootstrap.zig progress toward windows hello world working 2017-06-14 00:04:34 -04:00
build_file_template.zig
build_runner.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
builtin.zig bit shifting safety 2017-08-19 01:43:43 -04:00
test_runner.zig
zigrt.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00