aboutsummaryrefslogtreecommitdiff
path: root/std/math.zig
AgeCommit message (Expand)Author
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-16support arithmetic for non byte aligned integer typesAndrew Kelley
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-18IR: update some std code to newest zigAndrew Kelley
2016-09-10std: use parameter type inference on min and max functionsAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-08not-yet-working implementation of generic hash mapAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-02-02unreachable causes a trap in debug modeAndrew Kelley
2016-01-29better f64_is_nanMovingtoMars
2016-01-28basic float printingMovingtoMars