| .. |
|
big
|
don't automatically take pointer when passing by non-copying value
|
2018-06-16 19:37:00 -04:00 |
|
complex
|
std.Complex: use better arg passing convention and fix a TODO
|
2018-06-16 21:32:53 -04:00 |
|
acos.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
acosh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
asin.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
asinh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
atan.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
atan2.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
atanh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
cbrt.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
ceil.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
copysign.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
cos.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
cosh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
exp.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
exp2.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
expm1.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
expo2.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
fabs.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
floor.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
fma.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
frexp.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
hypot.zig
|
use * for pointer type instead of &
|
2018-05-31 17:28:07 -04:00 |
|
ilogb.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
index.zig
|
std.DynLib: open the fd with CLOEXEC
|
2018-06-16 17:27:45 -04:00 |
|
inf.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
isfinite.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
isinf.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
isnan.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
isnormal.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
ln.zig
|
Renamed "(int/float literal)" to "comptime_int/float"
|
2018-06-05 11:14:43 +02:00 |
|
log.zig
|
Renamed "(int/float literal)" to "comptime_int/float"
|
2018-06-05 11:14:43 +02:00 |
|
log1p.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
log2.zig
|
Renamed "(int/float literal)" to "comptime_int/float"
|
2018-06-05 11:14:43 +02:00 |
|
log10.zig
|
Renamed "(int/float literal)" to "comptime_int/float"
|
2018-06-05 11:14:43 +02:00 |
|
modf.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
nan.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
pow.zig
|
run zig fmt on the codebase
|
2018-05-29 04:23:38 -04:00 |
|
round.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
scalbn.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
signbit.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
sin.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
sinh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
sqrt.zig
|
Renamed "(int/float literal)" to "comptime_int/float"
|
2018-06-05 11:14:43 +02:00 |
|
tan.zig
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
|
tanh.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |
|
trunc.zig
|
syntax: functions require return type. remove ->
|
2018-01-25 04:10:11 -05:00 |