srctree

97aa5f7b: Merge pull request #19190 from mlugg/struct-equivalence by Andrew Kelley on 2024-03-08Friday02:41:45
377ecc6a: feat: add support for --enable-new-dtags and --disable-new-dtags by Dillen Meijboom on 2024-02-22Thursday22:39:16
aa7d16ab: grammar: remove gratuitous ambiguity by Jacob Young on 2024-03-06Wednesday05:49:17
90ab8ea9: Sync Aro sources (#19199) by Veikka Tuominen on 2024-03-06Wednesday19:17:41
1e67f502: Sema: fix compiler crash `@ptrCast`ing optional slice by garrison hinson-hasty on 2024-03-05Tuesday18:55:21
7d41a5cb: cli: add `--rpath` and `-R` linker arg aliases by Meghan Denny on 2024-03-04Monday08:23:32
0b2e23b0: std.os.linux: enforce null-terminated path arguments by OK Ryoko on 2024-02-28Wednesday02:03:55
f5e2fa5c: langref now sets color-scheme by crayon on 2024-02-03Saturday14:06:18
0b744da8: Fix doc - Language Reference - Table of Operators by Michael Ortmann <keine on 2024-03-04Monday09:15:57
46964394: Use the global cache dir for the manifests of generated mingw `.lib`s by Ryan Liptak on 2024-03-04Monday03:39:15
90c1a2c4: Merge pull request #19152 from antlilja/llvm-broken-debug by Andrew Kelley on 2024-03-03Sunday05:43:39
33de937f: move `zig objcopy` command to be lazily built by Andrew Kelley on 2024-03-02Saturday23:01:29
aa688567: Air: replace `.dbg_inline_*` with `.dbg_inline_block` by Jacob Young on 2024-03-02Saturday18:49:20
671c2acf: Merge pull request #19094 from truemedian/std-http-fields by Andrew Kelley on 2024-03-02Saturday22:34:43
9d500bda: Merge pull request #19117 from mlugg/dbg-var-blocks by Matthew Lugg on 2024-03-02Saturday04:52:19
64f77f32: Merge pull request #19136 from squeek502/windows-symlink-path-sep by Andrew Kelley on 2024-03-02Saturday01:45:33
b60fc16b: compiler: audit debug mode checks by Jacob Young on 2024-03-01Friday15:46:48
155f5274: typo: http_proxy -> https_proxy by Roman Frołow on 2024-03-01Friday22:35:43
136d7c21: tools: add lldb pretty printer for stage2 inst indices by Jacob Young on 2024-03-02Saturday00:04:41
a7a5f4cf: objcopy: support multiple only sections by binarycraft007 on 2024-03-01Friday01:18:33
9e402704: macho: correctly find N_GSYM symbols when parsing symbol stabs by Jakub Konka on 2024-03-01Thursday22:47:48
147beec7: LLVM Builder: Fix emission of enum debug enumerator info bitcode by antlilja on 2024-03-01Thursday15:02:16
791e28bb: Merge pull request #19121 from Luukdegram/wasm-linker-zigobject by Luuk de Gram on 2024-03-01Thursday19:51:08
af065842: Merge pull request #19126 from ianic/tar_case_sensitive by Andrew Kelley on 2024-03-01Thursday18:12:39
5c0766b6: Merge pull request #19127 from ziglang/export-symbol-names-cache-hash by Andrew Kelley on 2024-03-01Thursday10:09:17
3e292e5f: Merge pull request #19128 from ziglang/tar by Andrew Kelley on 2024-03-01Thursday08:30:34
83d2eef3: build.zig: fix typo in extension exclusion list by Andrew Kelley on 2024-03-01Thursday05:37:11
f5aad472: Merge pull request #19122 from ziglang/lazy-aro by Andrew Kelley on 2024-03-01Thursday02:21:30
69df00f6: Merge pull request #19115 from antlilja/llvm-misc by Jacob Young on 2024-03-01Thursday00:03:58
9410b11c: Merge pull request #19114 from ziglang/lazy-resinator by Andrew Kelley on 2024-02-28Wednesday19:34:45
a1b083b6: Merge pull request #19120 from jacobly0/os-cleanup by Andrew Kelley on 2024-02-28Wednesday13:51:15
6e078883: Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for overlapping regions. by IntegratedQuantum on 2024-02-27Tuesday20:55:24
62ce7538: compress: activate tests in wasm32 by Igor Anić on 2024-02-27Tuesday19:10:16
ae7f3fc3: Eliminate `error.InvalidHandle` from OpenError and RealPathError by Ryan Liptak on 2024-02-27Tuesday04:22:11
30bf8d71: testing.expectFmt() - reuse expectEqualStrings() by Travis Staloch on 2024-02-27Tuesday03:08:27
bd0dbb0a: std.compress.zstd: enable tests for wasm32 by dweiller on 2024-02-27Tuesday04:20:51
6f7354a0: Merge pull request #19102 from ziglang/decouple-zir by Andrew Kelley on 2024-02-27Tuesday19:03:08
27f589de: Merge pull request #18538 from Pangoraw/wasm_vector_abi by Luuk de Gram on 2024-02-27Tuesday17:42:12
085bde68: Merge pull request #19087 from squeek502/redundant-test-naming by Andrew Kelley on 2024-02-27Tuesday07:43:02
4e2570ba: http: fix fetching a github release by Jacob Young on 2024-02-26Monday16:04:28
8775d8bb: Merge pull request #19062 from mlugg/dbg-var-blocks by Matthew Lugg on 2024-02-27Tuesday03:25:04
f803761e: Fix tuple default values by John Schmidt on 2024-02-11Sunday21:55:13
7a045ede: Check for inactive union field when calling fn at comptime by John Schmidt on 2024-02-09Friday00:51:26
3e79c0f1: Merge pull request #18859 from schmee/switch-union-capture-align by Andrew Kelley on 2024-02-27Tuesday00:52:39
00ff123b: Sema: fix compile error for switching on undefined union by John Schmidt on 2024-02-19Monday12:46:52
8bd94759: Sema: evaluate generic instantiations in fn decls capture scope by John Schmidt on 2024-02-18Sunday00:06:13
1b79a42d: std.http.Server: fix use case of streaming both reading and writing by Andrew Kelley on 2024-02-26Monday08:00:36
81aa74e7: Merge pull request #19081 from ianic/tar_case_sensitive by Andrew Kelley on 2024-02-26Monday20:23:22
d51aa974: change default WASI stack size by Andrew Kelley on 2024-02-17Saturday09:44:16
031f2311: Merge pull request #19083 from antlilja/llvm-blockinfo by Andrew Kelley on 2024-02-26Monday12:03:40
More