| Age | Commit message (Expand) | Author |
| 2022-04-12 | Merge pull request #11401 from viriuwu/float-category-misc | Andrew Kelley |
| 2022-04-12 | std/fs/test.zig: Add test for renaming a dir onto an empty dir | Ryan Liptak |
| 2022-04-12 | std.build: Fix transitive linkSystemLibraryName() dependencies | Isaac Freund |
| 2022-04-12 | Reuse code in `Utf8Iterator.nextCodepoint` | r00ster |
| 2022-04-12 | Add `std.fs.File.sync` (#11410) | r00ster |
| 2022-04-11 | std.event.WaitGroup: fix compilation (acquire->lock, release->unlock) | Stephen Gutekanst |
| 2022-04-08 | compiler-rt(divtf3): fix remark, add more tests | viri |
| 2022-04-08 | std.math.isInf: add tests for +-NaN | viri |
| 2022-04-08 | std: add Thread.Condition.timedWait (#11352) | cryptocode |
| 2022-04-07 | use math/float.zig everywhere | viri |
| 2022-04-07 | std.math.is*Inf: make generic, support f80 | viri |
| 2022-04-07 | crypto/x25519: implement clearCofactor() (#11355) | Frank Denis |
| 2022-04-07 | std.math: generalise `inf`, even simpler `isFinite` | viri |
| 2022-04-07 | std.math.isFinite: make generic, support f80 | viri |
| 2022-04-06 | std.{fmt, math}: derive float constants from std | viri |
| 2022-04-06 | math.fabs: simplify implementation, add tests | viri |
| 2022-04-06 | math.isNormal: simplify implementation, add tests | viri |
| 2022-04-06 | derive float constants in a generic way (#10133) | viri |
| 2022-04-05 | zig fmt: remove trailing whitespace on doc comments | Damien Firmenich |
| 2022-04-04 | std.fmt: Fix incorrect behavior with large floating point integers. | Evan Haas |
| 2022-04-04 | std.simd: Fix suggestVectorSizeForCpu | ominitay |
| 2022-04-04 | Pull elf magic string out to re-used constant | Tom Read Cutting |
| 2022-04-04 | Add `std.testing.checkAllAllocationFailures` | Ryan Liptak |
| 2022-04-02 | std.ArrayHashMap: lazier verifyContext calls | Andrew Kelley |
| 2022-04-01 | macho: set CS_LINKER_SIGNED flag in code signature generated by zld | Jakub Konka |
| 2022-04-01 | std.hash_map: workaround for circular dependency | Andrew Kelley |
| 2022-03-30 | std.base64: upgrade to new function pointer semantics | Andrew Kelley |
| 2022-03-30 | Remove a std.debug.print from the dwarf.zig file | James Mintram |
| 2022-03-30 | std.zig.Ast: fix escaped capture of by-value parameters | Andrew Kelley |
| 2022-03-30 | replace other uses of `std.meta.Vector` with `@Vector` (#11346) | Meghan |
| 2022-03-29 | std: avoid referencing event loop when io_mode is blocking | Andrew Kelley |
| 2022-03-28 | std.build: fix functions returning address of by value parameter | Veikka Tuominen |
| 2022-03-28 | std.mem.zeroInit: Fix behaviour with empty initialiser | ominitay |
| 2022-03-27 | std.crypto.blake3: use `@Vector` instead of `std.meta.Vector` | Andrew Kelley |
| 2022-03-27 | std.math.Complex: add 'negation' and 'mulitply by i' | BlueAlmost |
| 2022-03-27 | std.testing: add methods tmpDirPath, getTestArgs, buildExe | matu3ba |
| 2022-03-27 | std: SIMD utility functions | tecanec |
| 2022-03-27 | std.fs: Handle EINVAL from linux.getdents64 | Yorhel |
| 2022-03-24 | std.MultiArrayList: check size of element, not pointer | Andrew Kelley |
| 2022-03-24 | std.meta.trait: remove assumption about vector ABI size | Andrew Kelley |
| 2022-03-24 | std.meta: fix unit tests depending on unstable behavior | Andrew Kelley |
| 2022-03-23 | stage2: fix some generics issues | Andrew Kelley |
| 2022-03-23 | std.os: disable failing fnctl file locking test | Andrew Kelley |
| 2022-03-23 | Add sem_open & sem_close | Locria Cyber |
| 2022-03-23 | math/big: correct fix for divmod (#11271) | Marc Tiehuis |
| 2022-03-22 | Fix ucontext_t | Locria Cyber |
| 2022-03-22 | macho: extend CodeSignature to accept entitlements | Jakub Konka |
| 2022-03-21 | Sema: dummy implementation of `@errorReturnTrace` | Andrew Kelley |
| 2022-03-22 | macho: add more codesig constants | Jakub Konka |
| 2022-03-21 | stage2 llvm: fix lowerDeclRefValue for function aliases | Veikka Tuominen |