zig
Code
Branches
Tags
Commits
master
Commits
Top
4ea2f441df
Module: retry ZIR cache file creation
Andrius Bentkus
2022-07-16
14:46:13
3169f0529b
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-10
03:51:58
904f414e7e
Merge pull request #14869 from Luukdegram/wasm-linker
Luuk de Gram
2023-03-10
16:48:30
5a26d1b426
Include `signal.h` to define SIGTRAP in Stage 1 compiler (#14867)
Lavt Niveau
2023-03-10
14:36:43
023753b469
Sema: correctly detect use of undefined within slices in @Type
mlugg
2023-03-10
01:42:56
0ee9a52507
wasm-linker: remove synthetic segments & atoms
Luuk de Gram
2023-03-10
06:20:10
b445bbfea2
Add ability to import dependencies from build.zig
antlilja
2023-03-09
20:39:15
7c9ed45ac2
Merge pull request #14762 from truemedian/http-keepalive
Andrew Kelley
2023-03-10
04:02:01
14590e956e
Fix test case added in 6d7fb8f
mlugg
2023-03-09
16:35:54
524e0cd987
std.http: rework connection pool into its own type
Nameless
2023-03-08
18:27:13
634e715504
std.http: split Client's parts into their own files
Nameless
2023-03-08
15:20:53
0a4130f364
std.http: handle relative redirects
Nameless
2023-03-07
06:35:35
fd2f906d1e
std.http: handle compressed payloads
Nameless
2023-03-07
03:13:15
8d86194b6e
add error sets to tcpConnect* and tls.Client.init
Nameless
2023-03-07
03:11:56
afb26f4e6b
std.http: add connection pooling and make keep-alive requests by default
Nameless
2023-03-02
19:45:34
95f6a5935a
TurboSHAKE: change default delimiter to 0x1F (#14857)
Frank Denis
2023-03-09
20:20:57
87738cad86
wasm-linker: store symbol's virtual address
Luuk de Gram
2023-03-09
19:14:17
12b74b2c05
CI: more aggressively check zig1 bootstrapping
Andrew Kelley
2023-03-05
05:04:22
134e5748e0
Fix incorrect SHA-3 computation with the streaming API (#14852)
Frank Denis
2023-03-09
06:18:15
6d7fb8f19c
Sema: check type of comptime try operand
mlugg
2023-02-23
15:07:06
0606f0aa55
sema: fix result ptr coercion array -> vector
John Schmidt
2023-03-08
23:13:37
505e720421
sema: add peer type resolution for vectors
John Schmidt
2023-03-08
17:49:52
3e99afdbfe
build: add -Dpie option
Isaac Freund
2023-03-08
14:21:33
c0789b4814
std.json.stringify: support [*:0]const u8
r00ster91
2023-03-08
19:26:03
7e3591bedd
std.json.parseInternal: use switches instead of ifs
r00ster91
2023-03-08
19:25:53
06b263825a
std.os: add missing mmap errors
Jan Philipp Hafer
2023-03-05
18:41:52
ecc0108cea
astgen: fill result location with `void` value if no other value
John Schmidt
2023-03-01
21:44:11
fea14c78d1
wasm-linker: emit build_id section (#14820)
Frank Denis
2023-03-08
14:50:06
93b35c6999
os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize
Ryan Liptak
2023-03-08
10:18:33
6d74c0d1b4
Add comments explaining BUFFER_OVERFLOW during NtQueryInformationFile calls
Ryan Liptak
2023-03-08
09:57:39
e3cf9d1650
Module: rewrite zir caching logic
Jacob Young
2023-03-06
23:22:23
6fc1621cbd
Merge pull request #14828 from jacobly0/fix-big-div
Andrew Kelley
2023-03-08
01:32:32
bbba701a41
std.os.windows.advapi32: Add RegCloseKey
Gaëtan
2023-03-07
14:59:12
8da6b393fb
std.fmt: add bytesToHex() to encode bytes as hex digits
Frank Denis
2023-03-07
12:19:38
e33dfc300e
zig.h: implement zig_breakpoint and zig_trap for more targets
Jacob Young
2023-03-07
18:25:22
36d47dd199
std.crypto.hash.sha3: add TurboSHAKE (#14824)
Frank Denis
2023-03-07
10:04:45
77d06012c2
CBE: implement unsigned big int div and mod
Jacob Young
2023-03-07
08:59:41
c1d16a2b80
compiler_rt: fix rare case in udivei4
Jacob Young
2023-03-07
08:11:49
27d2848e00
autodoc: Add struct to tryResolveRefPath
Krzysztof Wolicki Der Teufel
2023-03-07
00:22:48
6218e40046
Zir: fix outdated comment
r00ster91
2023-03-05
17:37:56
70cbe5ac7c
AstGen: remove unnecessary `pub`s
r00ster91
2023-03-05
17:00:09
ccf00ccdf7
crypto.25519.field: de-inline mul for small builds (#14775)
Eric Milliken
2023-03-06
23:28:11
6ab04b5941
std.os: Allow write functions to return INVAL errors
jim price
2023-03-06
01:39:56
2770159606
std: reenable vectorized code with the C backend
Jacob Young
2023-03-05
08:58:15
c29c4c6f70
tools: add lldb pretty printer for std.MultiArrayList.Slice
Jacob Young
2023-03-06
05:40:54
ac1b0e832b
Merge pull request #14799 from ziglang/update-zig1
Andrew Kelley
2023-03-06
07:29:56
8558983c86
std.os.abort: take advantage of `@trap`
Andrew Kelley
2023-03-04
22:41:17
cdb9cc8f6b
update zig1.wasm
Andrew Kelley
2023-03-04
22:41:12
c839c180ef
stage2: add zig_backend to ZIR cache namespace
Andrew Kelley
2023-03-05
20:46:12
48e72960a4
llvm: fix lowering of `@trap`
Andrew Kelley
2023-03-04
22:48:31
fb04ff45cd
langref: small clarification to `@trap`
Andrew Kelley
2023-03-04
22:22:46
34a23db664
zig.h: lower trap to SIGTRAP instead of SIGILL
Andrew Kelley
2023-03-04
22:21:57
2641feb9b9
Merge pull request #14789 from jacobly0/ditype
Andrew Kelley
2023-03-05
22:32:51
f1ae688d37
AstGen: ensure certain builtin functions return void
r00ster91
2023-03-05
15:45:23
29c56a8aa7
fix package redeclaration when cache is not found
jiacai2050
2023-03-04
03:47:25
7b01af2bfd
Merge pull request #14745 from jacobly0/bigint
Andrew Kelley
2023-03-05
20:48:06
a63134a4a5
std.os: Add DeviceBusy as a possible write error
jim price
2023-03-05
03:03:37
1efd36cd5c
CBE: fix reduce of emulated integers
Jacob Young
2023-03-05
12:32:23
8ea1c1932e
behavior: disable failing tests
Jacob Young
2023-03-05
10:25:04
7352d461cf
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
09:29:50
33fa25ba44
CBE: ensure uniqueness of more internal identifiers
Jacob Young
2023-03-05
08:35:32
0b0298aff2
CBE: implement select and shuffle
Jacob Young
2023-03-05
08:06:53
aac4707902
CBE: implement splat
Jacob Young
2023-03-05
07:23:21
ba69ee488b
CBE: implement vector truncate
Jacob Young
2023-03-05
06:44:27
8f6da78fb1
CBE: implement vector element pointers
Jacob Young
2023-03-05
06:30:55
c478c7609e
CBE: implement vector operations
Jacob Young
2023-03-05
06:01:15
b2e9c0d0ff
Sema: fix cmp_vector type
Jacob Young
2023-03-05
01:02:42
9e3a5ecd39
CBE: fix behavior test failures on msvc
Jacob Young
2023-03-04
21:18:05
e96a0fd0a1
CBE: "compute" max int alignment the lazy way
Jacob Young
2023-03-03
07:48:13
93d696e84e
CBE: implement some big integer and vector unary operations
Jacob Young
2023-03-03
07:18:23
a8f4ac2b94
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-03
06:18:35
874ae81f1b
CBE: implement big integer literals
Jacob Young
2023-03-03
06:18:34
e7f128c205
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
22:20:31
c9d990d790
fix doc Build Mode
tranquillity-codes
2023-03-04
10:10:07
16302578d5
add behavior test case for previous commit
Andrew Kelley
2023-03-04
22:04:58
778ca2ae6b
update CI tarballs to LLVM16
Andrew Kelley
2023-03-04
21:59:55
010596c930
AstGen: compile-error on primitive value export
r00ster91
2023-03-04
12:51:16
2cf27c5718
llvm: fix incorrectly annotated DIType
Jacob Young
2023-03-04
08:11:04
4eb3f50fcf
Wasm @breakpoint: emit unreachable
r00ster91
2023-03-03
19:59:18
65368683ad
add @trap builtin
r00ster91
2023-03-03
18:35:03
653814f76b
std.Build.addModule: return the created module
Andrew Kelley
2023-03-04
00:17:23
18e6d1e819
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-04
03:38:12
e0d3904638
Ast: properly handle sentinel-terminated slices in tuple
r00ster91
2023-03-03
09:42:34
d6bd00e855
Zir: move set_cold from Inst.Tag to Inst.Extended
r00ster91
2023-03-03
17:30:18
df4cfc2ecf
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-03
20:08:18
75ff34db9e
std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned
Ali Chraghi
2023-03-03
08:34:08
dc709fbf48
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
18:56:57
d23472747e
elf: fully zero out symbol when appending to freelist
Jakub Konka
2023-03-03
18:53:47
f6eeb6c8ce
sparc64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
18:53:30
5b3ea49806
riscv64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
18:53:13
0d2c25ca9d
aarch64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
18:46:08
2834b937f1
link: give executable bit to wasm executables sometimes
Andrew Kelley
2023-03-03
03:04:55
d8d8842190
arm: skip unimplemented behavior test for @fieldParentPtr
Jakub Konka
2023-03-03
18:42:29
c413ac100f
codegen: refactor generating Int as immediate where appropriate
Jakub Konka
2023-03-03
18:40:16
1024332adc
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
18:24:58
c746cbc686
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-03-03
18:06:25
6be5946ed8
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-03-01
15:49:12
fdee558e45
crypto.25519.field: de-inline _sq()
Frank Denis
2023-03-02
23:36:06
aaaaab9ec2
std.process.Child: remove pid and handle, add id
Andrew Kelley
2023-03-03
06:56:52
bb5006d728
std: add fchmodat
Andrew Kelley
2023-03-03
02:32:15
« First
← Newer
Page 133 of 361
Older →
Last »