aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30AstGen: use RLS to infer the first argument of `@fieldParentPtr`Jacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-29implement ryu 64-bit backendMarc Tiehuis
2024-03-29lib/std/coff: add ImportNameType.NAME_EXPORTAS variantJakub Konka
2024-03-29std.math: rework modfSean
2024-03-28Merge pull request #19399 from ypsvlq/mingwAndrew Kelley
2024-03-28std.PackedInt: remove workaround for stage1 bugVeikka Tuominen
2024-03-27Build.Step.Compile: Add `mingw_unicode_entry_point` fieldRyan Liptak
2024-03-27std.zig: remove extraneous newlines in log messagesJacob Young
2024-03-27haiku: fix poll definitionsJacob Young
2024-03-26make `addCSourceFiles` assert `options.files` are relativeDavid Rubin
2024-03-26valgrind client request wrappers take const pointers (#19237)Prokop Randáček
2024-03-26std.Build: dupe provided paths for Step.Fmt.create()Luis Cáceres
2024-03-25Merge pull request #19414 from mlugg/comptime-mutable-memory-yet-againAndrew Kelley
2024-03-25Merge pull request #19406 from jacobly0/haikuAndrew Kelley
2024-03-25compiler: implement analysis-local comptime-mutable memorymlugg
2024-03-24std.enums: fix EnumSet.init and EnumMap.init for non-exhaustive enumsSimon Brown
2024-03-24Build.Cache: fix UAF during `unhit`Jacob Young
2024-03-24fix comptime float formattingMarc Tiehuis
2024-03-24std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytesBen Sinclair
2024-03-23haiku: debitrotJacob Young
2024-03-23WasmAllocator: fix safety panic during OOMJacob Young
2024-03-23Build.Cache: fix UAF during `unhit`Jacob Young
2024-03-23Merge pull request #19396 from ziglang/coff-stdlibJakub Konka
2024-03-22lib/std/coff: add ImportHeader, and Relocation metadataJakub Konka
2024-03-22lib/std/coff: add undocumented machine type ARM64ECJakub Konka
2024-03-22lib/std/coff: allow for unhandled enum valuesJakub Konka
2024-03-22Change std.os.exit to std.process.exitregeliv
2024-03-22Merge pull request #19390 from ziglang/valgrindAndrew Kelley
2024-03-22Merge pull request #19388 from ziglang/cache-dedupAndrew Kelley
2024-03-21std.Build.Cache: bump manifest_file_size_max to 100MAndrew Kelley
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-03-21std.array_hash_map: remove meta context verificationAndrew Kelley
2024-03-21std.array_hash_map: enhance doc commentsAndrew Kelley
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-21extract std.Build.Cache.Directory into separate fileAndrew Kelley
2024-03-21Merge pull request #19348 from jedisct1/wasi-threads-compfixAndrew Kelley
2024-03-21Update frexp.zig (#19370)Sean
2024-03-21std.mem.indexOfSentinel: valgrind integrationAndrew Kelley
2024-03-21std.mem.indexOfScalarPos: valgrind integrationAndrew Kelley
2024-03-21add std.debug.inValgrindAndrew Kelley
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-21std: remove one layer of redundant parse_float namespaceAndrew Kelley
2024-03-21std.Build.addTest: add doc commentsAndrew Kelley
2024-03-21rename ryu128 -> format_floatMarc Tiehuis
2024-03-21std.os.windows: add POLL.IN and POLL.OUTMichael Ortmann
2024-03-20std.io: remove BufferedTeeIgor Anić
2024-03-20std.hash_map: fix pointer lock safety false positiveAndrew Kelley