zig
Code
Branches
Tags
Commits
master
Commits
Top
9c53564af1
fs: fix segfault in Walker.next
Vincent Rischmann
2020-12-28
17:53:52
399c428cb0
fs: add a test for the walker
Vincent Rischmann
2020-12-28
17:50:29
7ed499ec45
std/heap: fix documentation of raw_c_allocator
Isaac Freund
2020-12-28
15:06:19
c234761edd
stage2: make Alloc(Inferred) have mutabality info (#7570)
g-w1
2020-12-28
14:42:22
fffb0904f8
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-28
11:17:14
8aab1e2e8a
Merge pull request #7483 from indocomsoft/autohashmap
Veikka Tuominen
2020-12-28
00:13:23
3fb0288d87
Merge pull request #7563 from ifreund/alloc-sent-cleanup
Veikka Tuominen
2020-12-28
00:08:12
dd86e9d78c
Update event loop sendto error to SendToError
frmdstryr
2020-12-27
15:10:43
d96f5b38a3
Merge pull request #7556 from Vexu/translate-c
Veikka Tuominen
2020-12-27
23:55:44
5acfaa35d3
Merge pull request #7557 from g-w1/stage2-hookup-compilerror
Veikka Tuominen
2020-12-27
23:54:44
8000262e07
std: clean up sentinel handling for argv/environ
Isaac Freund
2020-12-27
13:00:35
4d1096976a
std: add test for createNullDelimitedEnvMap()
Isaac Freund
2020-12-27
12:41:48
4cc4b54d25
std.event.Loop: fix regression with ResetEvent
Andrew Kelley
2020-12-27
03:40:10
8fc765387f
Merge pull request #7449 from kristoff-it/macos-termios
Andrew Kelley
2020-12-27
02:13:17
988ddd1bed
std: add c._exit() and use in ChildProcess
Isaac Freund
2020-12-26
22:22:43
e5894221f7
Merge pull request #7553 from ziglang/fix-the-damn-deadlock
Andrew Kelley
2020-12-27
01:33:38
cb290ed6c9
stage2: Cache deadlock debugging only for safe build modes
Andrew Kelley
2020-12-26
22:02:07
3366e4caf3
ci: put Drone CI back to normal
Andrew Kelley
2020-12-26
21:55:38
3f9588ca29
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-26
21:50:26
af80240678
make compileError use an UnOp since its operand is just a *Inst
g-w1
2020-12-26
18:01:14
d6e9862049
add test for @compileError in zig code, not only zir
g-w1
2020-12-26
17:28:11
7f512f2236
fix test cases to use str zir inst instead of just a quoted string
g-w1
2020-12-26
17:22:16
504c78c022
change zir definition to use *Inst instead of []const u8
g-w1
2020-12-26
17:11:29
f9506e9155
Handle unions in autoHash
Julius Putra Tanu Setiaji
2020-12-26
12:16:53
795770bcb4
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-26
12:29:48
50e8c3882a
translate-c: demote variadic functions to declarations
Veikka Tuominen
2020-12-26
12:01:58
641bf4c46e
Merge pull request #7552 from Vexu/stage2-continue
Veikka Tuominen
2020-12-26
11:26:16
d20174ad88
builder: implement sanitize_thread option
lithdew
2020-12-26
07:31:02
d9133b9ae0
Also check whether structs contain slices
Julius Putra Tanu Setiaji
2020-12-26
05:58:52
1df601d581
Make hasUniqueRepresentation false for slices
Julius Putra Tanu Setiaji
2020-12-18
04:50:52
ed39ff202b
stage2: Cache: fix resource management of the deadlock debug code
Andrew Kelley
2020-12-26
03:02:15
c452bb1322
ci: build in Debug mode to help find the deadlock
Andrew Kelley
2020-12-26
02:39:13
c7834f274d
stage2: Cache: add debug deadlock detection code
Andrew Kelley
2020-12-26
02:38:49
1634d45f1d
stage2: add compile log statement (#7191)
g-w1
2020-12-26
01:40:49
939bd52c8a
remove '||=' from stage1
g-w1
2020-12-25
16:41:48
864a5442f1
Merge pull request #7542 from g-w1/build-diff-large
Andrew Kelley
2020-12-26
01:39:23
a50759325c
stage2: add error for unused labels
Veikka Tuominen
2020-12-26
01:36:12
40aad4f47e
stage2: break and continue out of loops
Veikka Tuominen
2020-12-26
01:17:36
ec102951cb
remove git diff dirty changes feature from build.zig
g-w1
2020-12-25
23:18:44
c99c6c0a68
openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)
Sébastien Marie
2020-12-25
15:31:48
bc11528b8b
openbsd: define sem_t as optional pointer on opaque {}
Sébastien Marie
2020-12-25
15:03:41
1780132d7c
fix tests
Vexu
2020-11-23
13:55:54
0bc82a9070
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-11-23
02:02:37
990eccf282
stage1: implement type coercion of pointer to anon list to array/struct/union/slice
Vexu
2020-11-23
00:59:44
ed028fd660
stage1: implement type coercion of anon list to array
Vexu
2020-11-22
23:26:34
830bc41b1f
Correctly cast bool to signed int in translate-c
Evan Haas
2020-12-24
05:46:46
1322a73141
make if the diff too large just default to dirty_diff_too_big as the diff
g-w1
2020-12-25
00:28:13
9f33984119
Merge pull request #7520 from ziglang/tsan
Andrew Kelley
2020-12-25
00:17:52
6ab9268a90
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
22:11:58
894434988d
libunwind: fix compile errors and warnings for 32-bit arm
Andrew Kelley
2020-12-24
21:31:41
e18abab55a
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-24
11:19:46
83646df2cc
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen
2020-12-24
09:59:37
ed26b3204a
stage2: tsan forces linking libc
Andrew Kelley
2020-12-23
06:11:46
4d8c5dd4be
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
2020-12-23
06:00:58
a4b134746f
zig cc: support both ubsan and tsan at the same time
Andrew Kelley
2020-12-23
04:45:37
3002856a7f
libunwind: add __gcc_personality_v0 symbol
Andrew Kelley
2020-12-23
04:45:14
8219d92987
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-23
03:25:24
42b4a48bc9
WIP start adding support for TSAN
Andrew Kelley
2020-12-22
06:18:19
0fd68f49e2
Merge pull request #7519 from ziglang/more-pthreads-integration
Andrew Kelley
2020-12-24
09:15:33
87e4f7376a
Revert "std.valgrind: add helgrind functions"
Andrew Kelley
2020-12-24
09:14:41
c2b1c88953
std: fix compile errors introduced in previous commit
Andrew Kelley
2020-12-24
04:35:53
177377b6e3
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-24
01:57:18
577b57784a
Return encoded slice from base64 encode
frmdstryr
2020-11-16
15:38:32
7154882423
Merge pull request #7447 from LemonBoy/fix-7445
Veikka Tuominen
2020-12-23
23:25:52
e79acc24d3
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
17:32:39
5377b7fb97
put the drone CI workaround back in
Andrew Kelley
2020-12-22
06:25:03
f4d82f0ad6
std.Progress: work around time going backwards
Andrew Kelley
2020-12-22
04:44:36
485ec0884f
restore std.ResetEvent.isSet functionality
Andrew Kelley
2020-12-22
03:44:16
a368c0d099
std: add Darwin and FreeBSD sem_t bits
Andrew Kelley
2020-12-22
02:38:49
b2e1bce240
minor code readability changes
Andrew Kelley
2020-12-22
02:24:20
f2ab9512af
std.valgrind: add helgrind functions
Andrew Kelley
2020-12-22
02:24:11
78ab1f609a
apply kprotty's WaitGroup fix
Andrew Kelley
2020-12-22
02:23:47
19459840fe
std.ResetEvent: pthreads sem_t cannot be statically initialized
Andrew Kelley
2020-12-22
00:42:53
028af97df4
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley
2020-12-21
23:17:12
829c00a77f
kprotty ThreadPool and WaitGroup patch
Andrew Kelley
2020-12-21
22:21:51
4eb4d26fa1
std.Mutex: integrate with pthreads
Andrew Kelley
2020-12-21
21:15:04
6e2622661c
openbsd: implement segfault handling on openbsd x86_64
Sébastien Marie
2020-12-23
13:39:20
588e828759
float_*_ieee597: only swap bytes when targeting different endianness than native
Koakuma
2020-12-13
16:12:27
1d3ceac770
stage1: LLVMSetModuleInlineAsm is deprecated
xackus
2020-11-29
20:29:09
0a6ba6f666
gdb pretty printers for slices and optionals
xackus
2020-11-23
00:19:18
9bb0da6100
added comments, removed useless comptime keywords
Loris Cro
2020-12-23
17:27:00
8c00c7473c
add termios bits for darwin
Loris Cro
2020-12-15
07:56:59
49ca51fc3a
Clarify condusing wording regarding `%` and `/`
Eleanor Bartle
2020-12-18
14:04:03
e5aab62228
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-12-23
15:24:22
ca282184ae
Implement parsing for multi-arg Clang options.
Alex Cameron
2020-10-25
13:30:22
51a904677c
update depreciated code (#7502)
g-w1
2020-12-23
12:01:29
4128eea00c
std.c: add fmemopen
xackus
2020-12-22
12:49:38
ce7dcf2294
Merge pull request #7507 from joachimschmidt557/stage2-arm
Veikka Tuominen
2020-12-23
11:17:40
53a8e73205
Add sincosf function (#7267)
daurnimator
2020-12-23
10:18:15
7e63f7ad03
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz
2020-12-23
10:16:27
4420dabdf5
openbsd: fix siginfo_t struct definition
Sébastien Marie
2020-12-18
12:23:31
60020fd545
Enable segfault handling on FreeBSD.
Alex Cameron
2020-12-19
11:21:55
d9fe7ea815
Fix Gimli hash on 16n byte inputs
Matt Sicker
2020-12-23
05:32:01
55b998c98d
Add c_longdouble mapping for bpf (#7504)
Matthew Knight
2020-12-23
00:33:43
ab6183e119
Added std.io.counting_reader
tgschultz
2020-12-22
15:30:48
cb3198af2a
stage2: @TypeOf (#7475)
g-w1
2020-12-23
00:26:36
ea18f894f5
Peer type resolution with unsigned ints and larger signed ints
g-w1
2020-12-22
23:05:42
03113d9246
Merge pull request #7111 from tetsuo-cpp/emit-h
Veikka Tuominen
2020-12-22
23:01:22
ba2f2e1393
Merge pull request #7476 from ifreund/pkgs
Veikka Tuominen
2020-12-22
23:00:37
ccdb81fb31
Improve handling of C compiler intrinsics in translate-c
Evan Haas
2020-12-13
17:01:13
« First
← Newer
Page 241 of 361
Older →
Last »