| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-11-05 | std: Implement more useful approxEq semantics | LemonBoy | |
| Comparisons with absolute epsilons are usually useful when comparing numbers to zero, for non-zero numbers it's advised to switch to relative epsilons instead to obtain meaningful results (check [1] for more details). The new API introduces approxEqAbs and approxEqRel, where the former aliases and deprecated the old `approxEq`, allowing the user to pick the right tool for the job. The documentation is meant to guide the user in the choice of the correct alternative. [1] https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ | |||
| 2020-10-17 | Make std.meta.Int accept a signedness parameter | Jan Prudil | |
| 2020-09-05 | Merge pull request #6246 from Vexu/field | Veikka Tuominen | |
| Remove deprecated fields on `type` | |||
| 2020-09-03 | std: Fix silent overflow in float parsing code | LemonBoy | |
| A u64 can only hold 19 decimal digits, adjust the limit. | |||
| 2020-09-03 | update uses of deprecated type field access | Vexu | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-04-28 | std.meta.IntType -> std.meta.Int | Tadeo Kondrak | |
| 2020-03-29 | cleanup parse_float.zig | xackus | |
| 2020-03-29 | fix overflow in parseFloat | xackus | |
| 2020-02-25 | Merge remote-tracking branch 'origin/master' into llvm10 | Andrew Kelley | |
| 2020-02-24 | remove uses of `@ArgType` and `@IntType` | Vexu | |
| 2020-02-07 | remove workarounds for Windows native CPU features | Andrew Kelley | |
| bug fixed in LLVM 10 closes #508 | |||
| 2020-01-21 | enable native CPU feature for windows; disable failing tests | Andrew Kelley | |
| See #508. These can be re-enabled when we upgrade to LLVM 10. | |||
| 2020-01-07 | Use the correct calling convention for AEABI intrinsics | LemonBoy | |
| 2019-11-08 | update more of the std lib to use `@as` | Andrew Kelley | |
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
