srctree

242ab811: std: introduce pointer stability locks to hash maps (#17719) by Andrew Kelley on 2024-03-16Saturday22:45:10
1b8d1b18: Merge pull request #19271 from The-King-of-Toasters/falling-metal-pipe by Andrew Kelley on 2024-03-16Saturday22:44:02
dbb11915: Fix "unable to generate DLL import .lib file" by Andreas Herrmann on 2024-03-15Friday19:55:17
fe61b19b: macos: archive size fix by zhylmzr on 2024-03-02Saturday16:46:55
3ea1276e: io_uring: ring mapped buffers (#17806) by Igor Anić on 2024-03-16Saturday02:34:31
ce4245f8: Merge pull request #19312 from mikdusan/bsd-debitrot by Andrew Kelley on 2024-03-15Friday23:59:05
cb419a1a: langref: caution against default field values by Andrew Kelley on 2024-03-15Friday23:37:13
5cd7fef1: build runner: add --summary new by Loris Cro on 2024-01-27Saturday13:38:34
f13401ac: Fix stuttering stderr in Zig test log by Nguyễn Gia Phong on 2024-02-28Wednesday02:08:53
4b1edad6: test: reenable some behavior vector tests by Meghan Denny on 2024-03-04Monday00:57:59
1ddd0691: std.mem: use destructurable tuple for indexOfMinMax return type by garrisonhh on 2024-03-05Tuesday14:11:21
df174648: langref: bit-aligned -> byte-aligned by Paul Jimenez on 2024-03-15Friday14:40:03
67a40c67: make `math.degreesToRadians` and `math.radiansToDegrees` infer type from argument by expikr on 2024-03-15Friday14:31:02
a4508ad7: fix(math): eval isPowerOfTwo at comptime in rotl/rotr by paoda on 2024-03-09Saturday10:46:43
d565c5df: macho: fix a sad typo in calculating the address of a TLV pointer by Jakub Konka on 2024-03-14Thursday16:04:23
5193da34: langref: add basic documentation of RLS by mlugg on 2023-11-19Sunday17:03:25
6b387585: coff: only store PDB basename by Elaine Gibson on 2024-01-27Saturday07:11:03
6724a524: bsd: add missing os.IFNAMESIZE by Michael Dusan on 2024-02-02Friday01:58:49
39459e78: Merge pull request #19273 from mlugg/incremental-some-more by Matthew Lugg on 2024-03-14Thursday17:45:21
5c8eda36: chore: Fix some typos by Ahmed on 2024-03-13Wednesday22:30:48
400145ee: reduce garbage for repeated `zig cc -` calls by Motiejus Jakštys on 2023-05-19Friday07:12:47
bc5b0946: remove std.io.PeekStream by Andrew Kelley on 2024-03-14Thursday02:10:18
0103c4bf: std: make std.dwarf.FixedBufferReader public by Luuk de Gram on 2024-03-08Friday17:18:40
778ab767: Merge pull request #19258 from castholm/enums-eval-branch-quota by Andrew Kelley on 2024-03-14Thursday01:50:12
32f602ad: std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288) by Jonathan Marler on 2024-03-14Thursday01:39:20
2008b14b: autodoc: Use `code` for keyboard events by Carl Åstholm on 2024-03-12Tuesday18:54:49
7a858257: remove `math.lerp` bounds for t by pancelor on 2024-03-13Wednesday05:10:38
ea8e9e66: Merge pull request #19289 from ianic/issue_19052 by Andrew Kelley on 2024-03-14Thursday01:32:50
17bad9f8: Fix emscripten exports by Adrià Arrufat on 2024-03-13Wednesday13:19:30
b9cca3b6: Merge pull request #19257 from ziglang/elf-aarch64-thunks-2 by Jakub Konka on 2024-03-13Wednesday13:46:45
153ba46a: {aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270) by Frank Denis on 2024-03-12Tuesday22:56:28
b8920bce: ml_kem.zig: inLen -> in_len (#19269) by Frank Denis on 2024-03-12Tuesday19:52:06
da5b16f9: Merge pull request #19238 from dweiller/ring-buffer by Andrew Kelley on 2024-03-12Tuesday01:49:16
cb4e087f: Merge pull request #19239 from jedisct1/ml-kem by Andrew Kelley on 2024-03-12Tuesday01:48:08
bd24e663: Merge pull request #19229 from tiehuis/ryu-128 by Andrew Kelley on 2024-03-12Tuesday01:46:26
0c614667: Merge pull request #19174 from squeek502/lazy-resinator by Andrew Kelley on 2024-03-12Tuesday00:18:09
f60c24c7: Merge pull request #19155 from ianic/tar_max_file_size by Andrew Kelley on 2024-03-12Tuesday00:03:44
26e895e3: math.big.int: fix incorrect `bitAnd` behavior by tinusgraglin on 2024-03-10Sunday16:44:32
f8f43ca3: package: remove git fetch zlib lookahead fix by Igor Anić on 2024-03-11Monday13:24:14
4f782d1e: Merge pull request #18994 from ExpidusOS/feat/container-layout-rename-fields by Veikka Tuominen on 2024-03-11Monday20:42:32
d0c06ca7: Merge pull request #19208 from ziglang/rework-autodoc by Andrew Kelley on 2024-03-11Monday08:37:50
eaca8626: std.crypto.pcurves fixes (#19245) by Frank Denis on 2024-03-11Monday08:00:15
40e64245: std: expose Config struct of GeneralPurposeAllocator by Techatrix on 2024-03-05Tuesday13:37:49
c1bda06c: Merge pull request #19225 from ziglang/elf-aarch64 by Jakub Konka on 2024-03-10Sunday14:32:58
4ba4f94c: CI: update actions/checkout to v4 (#19228) by Minsoo Choo on 2024-03-09Saturday21:37:57
e2cbbd0c: Sema: perform codegen for anon decl created by `@extern` by mlugg on 2024-03-08Friday21:42:45
9cf28d1e: Merge pull request #19214 from mlugg/fuck-usingnamespace by Matthew Lugg on 2024-03-08Friday21:59:07
f3227598: Sema: reset block error return trace index between cases by mlugg on 2024-03-07Thursday18:43:18
b2427ea7: test manifest key checking and other fixes by february cozzocrea on 2024-03-05Tuesday01:26:41
83e578a1: Merge pull request #19163 from ianic/zlib_no_lookahead by Andrew Kelley on 2024-03-08Friday02:46:47
More