srctree

032c2ee9: std.http.Client: fix UAF when handling redirects by Andrew Kelley on 2024-02-25Sunday22:14:28
723d13f8: AstGen: fix OoB crash on `ast-check -t` by John Schmidt on 2024-02-20Tuesday23:15:49
9dda2eb1: Merge pull request #19080 from jacobly0/llvm-per-mod-strip by Andrew Kelley on 2024-02-26Monday05:44:10
91fb211f: Merge pull request #18906 from jacobly0/x86_64-tests by Andrew Kelley on 2024-02-26Monday05:43:20
d656c2a7: test: rework how filtering works by Jacob Young on 2024-02-25Sunday13:04:06
429e542f: macho: count rebases for synthetic __objc_selrefs by Jakub Konka on 2024-02-25Sunday13:05:36
29010264: macho: fix section to segment mapping by Jakub Konka on 2024-02-25Sunday13:03:23
d7276c15: macho: actually set SG_READ_ONLY on __DATA_CONST segment by Jakub Konka on 2024-02-24Saturday17:47:37
aa39e98d: Merge pull request #19077 from Techatrix/http-header-parse by Andrew Kelley on 2024-02-25Sunday23:27:12
b2374c4d: fix crash when calling StackIterator.isValidMemory with emscripten by Jae B on 2024-02-24Saturday23:12:16
ff3bf983: fix large f128 values being incorrectly parsed as inf by Marc Tiehuis on 2024-02-25Sunday06:15:22
08e886b8: package management: fix regression of printing expected hash by Andrew Kelley on 2024-02-25Sunday05:48:33
661137ac: Merge pull request #19074 from antlilja/llvm-debug-loc by Jacob Young on 2024-02-25Sunday16:03:45
9d708297: std.heap.raw_c_allocator: use malloc_size for resize by Andrew Kelley on 2024-02-25Sunday01:21:08
f6af7735: llvm: remork memory management in emit by Jacob Young on 2024-02-24Saturday22:33:03
55f437b9: Add pollTimeout for non-blocking/timeout-having polls by SuperAuguste on 2024-02-24Saturday20:44:57
6c2eb0f1: Merge pull request #19005 from squeek502/wtf by Andrew Kelley on 2024-02-25Sunday09:00:25
63ea3e17: std: re-enable most of setrlimit test on macos by Michael Dusan on 2024-02-23Friday17:08:14
119b2030: std.compress.flate: fix typo in function name (#19002) by Robinson Collado on 2024-02-25Sunday01:47:17
31763d28: Revert "tests: add -Dskip-cross-glibc option" by Jacob Young on 2024-02-24Saturday16:07:24
b344ff01: Merge pull request #19031 from antlilja/llvm-bc by Jacob Young on 2024-02-24Saturday21:18:30
8d651f51: std.tar fix assert exploited by fuzzing by Igor Anić on 2024-02-24Saturday15:22:54
3eacd1b2: change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017) by David Rubin on 2024-02-24Saturday21:12:04
70fbafac: std: fix macos x86_64 to link stat$INODE64 by Michael Dusan on 2024-02-24Saturday02:48:26
6fddc9cd: Merge pull request #19064 from ziglang/fix-netname-deleted by Andrew Kelley on 2024-02-24Saturday18:03:40
88b3c144: fix compilation issues by Jae B on 2024-02-24Saturday00:24:34
7f11c194: use @trap instead of system.abort for emscripten by Jae B on 2024-02-23Friday23:25:24
5df6c70a: std.hash_map: Fix integer overflow bugs (#19048) by Brandon Botsch on 2024-02-24Saturday05:56:00
77448703: setup PATH_MAX for emscripten by Jae B on 2024-02-23Friday23:10:50
229b87ca: Merge pull request #19053 from ianic/tar_fuzzing2 by Andrew Kelley on 2024-02-24Saturday05:11:27
cfce81f7: Merge pull request #18955 from ziglang/std.http.Server by Andrew Kelley on 2024-02-24Saturday01:41:38
7230b68b: Merge pull request #19034 from ziglang/elf-riscv by Jakub Konka on 2024-02-23Friday20:41:14
256c5934: std.tar: remove abuse of inline fn by Andrew Kelley on 2024-02-22Thursday22:45:07
30f15e3a: fix crash in tar found by fuzzing by Igor Anić on 2024-02-22Thursday20:24:30
8802ec58: Merge pull request #19032 from ianic/add_buffered_tee by Andrew Kelley on 2024-02-22Thursday22:02:17
e60d6671: Module: fix `@embedFile` of files containing zero bytes by Jacob Young on 2024-02-21Wednesday15:21:14
241e1008: update root.os.system override to require "system" field, this allows easier overriding of os.heap.page_allocator by Jae B on 2024-02-22Thursday08:03:09
dd1fc1cb: std.os.emscripten: fix regression caused by code cleanup in std.os.wasi (Closes #19019) by Andre Weissflog on 2024-02-21Wednesday16:42:35
0b7af256: MachO: fix `calcLoadCommandsSize` computation by Jacob Young on 2024-02-21Wednesday13:27:07
955fd65c: Sema: fix peer type resolution for arrays of coercible elements by garrison hinson-hasty on 2024-02-21Wednesday00:55:29
ec729342: llvm: fix c abi for structs not passed in registers by Jacob Young on 2024-02-20Tuesday12:41:24
22915604: c_import: extract behavior tests that use `@cImport` by Jacob Young on 2024-02-20Tuesday09:15:10
556db2ca: json: make std.json.stringifyAlloc return a mutable slice (#19013) by Techatrix on 2024-02-20Tuesday14:03:00
65a87ff2: Liveness: do not elide safety-checked instructions by mlugg on 2024-02-20Tuesday03:53:42
97290e0b: cbe: make more use of `InternPool.Index.Slice` by Jacob Young on 2024-02-19Monday21:28:23
7461309b: Sema: validate that runtime-known inferred alloc does not have comptime-only type by mlugg on 2024-02-19Monday15:52:57
80f3ef6e: Package.Fetch: fix Git package fetching by Ian Johnson on 2024-02-18Sunday21:39:03
5c25ad0f: std.zig.system.linux: detect risc-v by Tristan Ross on 2024-02-07Wednesday21:44:34
7775e46e: Merge pull request #18983 from jacobly0/dwarf-rewrite by Andrew Kelley on 2024-02-18Sunday20:41:37
3cafb965: zig fmt: Preserve trailing comma after single-item switch case by Carl Åstholm on 2024-02-17Saturday18:25:43
More