zig/std
Andrew Kelley 29b488245d add setFloatMode builtin and std.math.floor
* skip installing std/rand_test.zig as it's not needed beyond running
   the std lib tests
 * add std.math.floor function
 * add setFloatMode builtin function to choose between
   builtin.FloatMode.Optimized (default) and builtin.FloatMode.Strict
   (Optimized is equivalent to -ffast-math in gcc)
2017-05-20 23:06:32 -04:00
..
c @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
os change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
special change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
array_list.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
base64.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
buf_map.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
buf_set.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
buffer.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
build.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
cstr.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
debug.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
dwarf.zig better stack traces for ELF x86_64 2017-04-24 12:14:45 -04:00
elf.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
endian.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
fmt.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
hash_map.zig change while syntax 2017-05-03 18:12:07 -04:00
index.zig std: rename List to ArrayList and re-organize... 2017-05-04 14:05:06 -04:00
io.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
linked_list.zig std: rename List to ArrayList and re-organize... 2017-05-04 14:05:06 -04:00
math.zig add setFloatMode builtin and std.math.floor 2017-05-20 23:06:32 -04:00
mem.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
net.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
rand_test.zig std: add tests for mt32 and mt64 2016-07-28 20:14:57 -07:00
rand.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
sort.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
target.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00