srctree

7684423c: translate-c: handle string concatenation of function calls by HydroH on 2024-03-26Tuesday15:24:47
5140f272: Merge pull request #19437 from mlugg/value-cleanups by Andrew Kelley on 2024-03-27Wednesday04:11:18
341857e5: make `addCSourceFiles` assert `options.files` are relative by David Rubin on 2024-03-03Sunday18:56:09
055023ef: valgrind client request wrappers take const pointers (#19237) by Prokop Randáček on 2024-03-26Tuesday12:00:13
59203cb4: Merge pull request #19385 from markus-oberhumer-forks/improve-old-glibc-versions by Veikka Tuominen on 2024-03-26Tuesday11:56:07
29e41c68: std.Build: dupe provided paths for Step.Fmt.create() by Luis Cáceres on 2024-03-23Saturday21:07:54
40550228: Merge pull request #19414 from mlugg/comptime-mutable-memory-yet-again by Andrew Kelley on 2024-03-25Monday23:32:18
abadad46: Merge pull request #19402 from ianprime0509/markdown-autolinks by Andrew Kelley on 2024-03-25Monday22:36:37
32b4d856: Merge pull request #19406 from jacobly0/haiku by Andrew Kelley on 2024-03-25Monday22:33:51
ef31d8f4: autodoc: better indentation handling when rendering source code (#19422) by HydroH on 2024-03-25Monday22:20:15
31a7f22b: llvm: update current debug location scope when entering debug scope by mlugg on 2024-03-25Monday03:51:58
5c628312: std.enums: fix EnumSet.init and EnumMap.init for non-exhaustive enums by Simon Brown on 2024-03-24Sunday22:29:27
af0668d6: Build.Cache: fix UAF during `unhit` by Jacob Young on 2024-03-23Saturday02:58:32
879ea271: reduce: fix compile errors by Jacob Young on 2024-03-24Sunday16:27:25
091aa54a: fix comptime float formatting by Marc Tiehuis on 2024-03-23Saturday23:53:08
e90583f5: std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytes by Ben Sinclair on 2024-03-22Friday16:34:16
640acf86: Merge pull request #19396 from ziglang/coff-stdlib by Jakub Konka on 2024-03-23Saturday10:22:49
13a9d94a: Change std.os.exit to std.process.exit by regeliv on 2024-03-22Friday10:53:31
d8bb139d: Merge pull request #19390 from ziglang/valgrind by Andrew Kelley on 2024-03-22Friday09:04:48
a2651cbc: Merge pull request #19388 from ziglang/cache-dedup by Andrew Kelley on 2024-03-22Friday08:13:43
54c08579: Merge pull request #19348 from jedisct1/wasi-threads-compfix by Andrew Kelley on 2024-03-21Thursday22:13:15
f32723a2: Update frexp.zig (#19370) by Sean on 2024-03-21Thursday22:08:52
62929d59: mingw: link to api sets instead of ucrtbase by Elaine Gibson on 2024-03-21Thursday10:05:25
e12a72db: main: set subsystem version from target windows version by Elaine Gibson on 2024-03-20Wednesday22:14:12
c5bd19e4: std.Build.addTest: add doc comments by Andrew Kelley on 2024-03-21Thursday21:02:58
31791ae1: rename ryu128 -> format_float by Marc Tiehuis on 2024-03-21Thursday00:57:57
afdc41cf: std.os.windows: add POLL.IN and POLL.OUT by Michael Ortmann <keine on 2024-03-21Thursday04:37:16
b5cef9e8: Merge pull request #19374 from ziglang/slice-by-len-safety by Andrew Kelley on 2024-03-21Thursday08:47:54
e831313b: std.io: remove BufferedTee by Igor Anić on 2024-03-20Wednesday20:57:03
43edd53c: Merge pull request #19365 from ziglang/update-mingw-w64 by Andrew Kelley on 2024-03-21Thursday00:33:56
4bc18c52: std.hash_map: fix pointer lock safety false positive by Andrew Kelley on 2024-03-20Wednesday18:13:50
19b69959: mingw: define _WIN32_WINNT when building CRT by Elaine Gibson on 2024-03-18Monday12:47:15
e4ed63f1: bsd: followup to std.posix extraction from std.os by Michael Dusan on 2024-03-20Wednesday15:45:41
5005c624: Fix CODEOWNERS path to resinator source files by Ryan Liptak on 2024-03-20Wednesday13:23:57
7ecbb6f3: Merge pull request #19360 from ziglang/no-byos-posix by Andrew Kelley on 2024-03-20Wednesday07:39:09
3a836b48: Merge pull request #19354 from ziglang/std.posix by Andrew Kelley on 2024-03-20Wednesday07:34:28
7057bffc: Merge pull request #19337 from Snektron/spirv-globals by Robin Voetter on 2024-03-19Tuesday08:34:59
c52a2c33: std.Build.Step.Run: documentation for addFileArg and friends by Andrew Kelley on 2024-03-19Tuesday06:51:43
fb812fc1: langref: add naming guide by Andrew Kelley on 2024-03-19Tuesday06:36:10
d100a8e2: langref: Rename std.fs.wasi.{PreopenList => Preopens} by Linus Groh on 2024-03-18Monday21:15:06
8e7d9afd: Add 64bit byteswap case, use fewer locals by SuperAuguste on 2024-03-18Monday00:19:52
cbeab678: Merge pull request #19325 from Vexu/dynlib by Andrew Kelley on 2024-03-18Monday03:19:51
12066042: Implementing structs and better enums in build options by Reokodoku on 2024-03-18Monday02:46:54
64173dad: Merge pull request #19334 from antlilja/llvm-fast-math by Veikka Tuominen on 2024-03-18Monday02:27:39
54f6e74c: cbe: rework StringLiteral to decide between string literal or array initializator syntax by kcbanner on 2024-03-17Sunday16:55:58
95cb9394: Merge pull request #19333 from Vexu/fixes by Andrew Kelley on 2024-03-17Sunday22:26:55
c11b6adf: Ast: fix comptime destructure by Jacob Young on 2024-03-17Sunday01:13:19
d981549d: Merge pull request #19323 from jacobly0/rm-fn-type-align by Andrew Kelley on 2024-03-17Sunday22:19:54
294f5181: LLVM lowerDebugType: Lower union types without a layout into an empty namespace by Anton Lilja on 2024-03-17Sunday11:25:09
f88a971e: std.fmt: fix incorrect rounding on 0 precision of a decimal by Leo Emar-Kar on 2024-03-16Saturday23:38:46
More