aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-01-25std.crypto.random: `Random`s are no longer passed by referenceMeghan
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-24Revert "MultiArrayList: Fix error when struct is 0 sized"Andrew Kelley
2022-01-24std.crypto.25519.scalar: implement edwards25519 scalar field inversionFrank Denis
2022-01-24Handle FormatOptions in fmtDuration/fmtDurationSignedJohn Schmidt
2022-01-24HashMap: add removeByPtrriverbl
2022-01-24Avoid duplicate TLS startup symbolsSizhe Zhao
2022-01-24Normalize some build function namesJonathan Marler
2022-01-24readUntilDelimiter*: read only if buffer not fullPablo Santiago Blum de Aguiar
2022-01-24use explicit integer bit widths for windows GUIDJonathan Marler
2022-01-24std/fs: Support `XDG_DATA_HOME`fifty-six
2022-01-24MultiArrayList: Fix error when struct is 0 sizedriverbl
2022-01-24allow `expected_exit_code` to be `null`Lee Cannon
2022-01-23Merge pull request #10662 from ziglang/doc-comments-zirAndrew Kelley
2022-01-23AstGen: doc comment fixupsAndrew Kelley
2022-01-23Stop using LinearFifo in BufferedWriterJimmi Holst Christensen
2022-01-23std: Add some missing termios types to c/linux.zig and os.zigjoachimschmidt557
2022-01-21disable some broken stuff for stage2 llvm backend on aarch64Andrew Kelley
2022-01-20remove unnecessary self argumentJonathan Marler
2022-01-20std: add meta.DeclEnumMeghan Denny
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-19lld: allow for entrypoint symbol name to be setKenta Iwasaki
2022-01-18Merge pull request #10624 from ziglang/prefetchAndrew Kelley
2022-01-18Implement segfault handler for macOS x86_64John Schmidt
2022-01-18stage2: implement `@prefetch`Andrew Kelley
2022-01-18Revert "stage2: implement `@prefetch`"Andrew Kelley
2022-01-17test runner: stage2 llvm backend prints statsAndrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-17std.c: add shm_open and shm_unlinkMeghan
2022-01-17Fix os.rusage when linking with c library on LinuxjohnLate
2022-01-17std: add json.stringifyAllocMeghan Denny
2022-01-17libstd: add smoke test for insert methods in MultiArrayListJakub Konka
2022-01-16Fix missing `!void` in std.MultiArrayListJarred Sumner
2022-01-16Slice function of BoundedArray now returns slice based on self pointerJimmi Holst Christensen
2022-01-15stage2: implement `@prefetch`Andrew Kelley
2022-01-15Merge pull request #10576 from schmee/macos-resolve-ipJakub Konka
2022-01-14Check for isDarwin() instead of linked libcJohn Schmidt
2022-01-14Use allocPrintZ to avoid needing assumeSentinelbryfry
2022-01-13compiler_rt: one less exception for stage2Andrew Kelley
2022-01-12stage2: implement `@ctz` and `@clz` including SIMDAndrew Kelley
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2022-01-12Allow BoundArray to be default initializedJimmi Holst Christensen
2022-01-12Make prominent_compile_errors also work for test stepsJimmi Holst Christensen
2022-01-11Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)afranchuk
2022-01-11std.fs.path: revert recent public API changeAndrew Kelley
2022-01-11std/os/uefi: Add pool_allocator and raw_pool_allocatorfifty-six
2022-01-11std/os/uefi: Add create_file_device_pathfifty-six
2022-01-11std/os/uefi: Add methods next() and size() to DevicePathProtocolfifty-six
2022-01-11std/os/uefi: Add FileSystemInfofifty-six
2022-01-11std/os/uefi: Move FileInfo guid from FileProtocol to FileInfofifty-six