zig
Code
Branches
Tags
Commits
master
Commits
Top
7c91a6fe48
CI: fix CLI usage of s3cmd regarding mime types for autodocs
Andrew Kelley
2022-09-01
21:57:06
3bbf08e98a
autodoc: Compare operators
Der Teufel
2022-09-01
15:17:14
2cd3989cb3
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-09-01
12:16:06
2b92c5a23e
langref: tweak description of `[]T` (#12319)
Jason Ho
2022-09-01
03:53:00
7a733b9385
CI: macos: skip non native
Andrew Kelley
2022-09-01
01:07:08
77f31ebbbe
CI: fix content type of autodocs source listings
Andrew Kelley
2022-09-01
00:25:06
368a20a051
CI: include source listings for autodocs
Andrew Kelley
2022-08-31
23:22:01
c5f1b3224f
CI: update_download_page: change docs deployment
Andrew Kelley
2022-08-31
22:15:42
9a0cb34c73
CI: namespace manifest json files to avoid clobbering
Andrew Kelley
2022-08-31
22:15:21
36ad0abd7a
CI: drone: avoid notify_lavahut task for PRs
Andrew Kelley
2022-08-31
22:14:51
540d8cd809
coff: add import table definitions
Jakub Konka
2022-08-31
19:30:51
26e9839132
disable test for non-llvm backends
Veikka Tuominen
2022-08-31
15:46:51
973b440561
Using `comptime level.asText()` in log example
Hashi364
2022-08-30
23:07:23
fdb8870852
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-31
05:45:42
b45387f20e
coff: write base relocations for the dynamic linker
Jakub Konka
2022-08-31
00:57:32
4ba0ad295f
Merge pull request #12687 from Luukdegram/wasm-extern-globals
Luuk de Gram
2022-08-31
13:44:06
9f9e51eb11
CI: drone: disable failing tests
Andrew Kelley
2022-08-31
07:55:30
59e33b447b
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-08-31
04:31:47
20145016ac
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-31
04:12:05
ea4ef832e3
fix llvm 15 translate-c regressions
Andrew Kelley
2022-08-31
04:11:31
56cfa8f22f
Sema: prevent access of undefined fields
Andrew Kelley
2022-08-31
02:35:25
35e0ff7c36
CI: drone: disable failing tests
Andrew Kelley
2022-08-30
23:59:10
fb81ba8762
LLVM: fix extern functions missing attributes
Andrew Kelley
2022-08-30
23:45:03
d3eaabd285
coff: add base relocation related types
Jakub Konka
2022-08-30
23:07:28
1e21876de2
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
22:02:43
f559ea95b1
Merge pull request #12686 from Vexu/stage2-fixes
Andrew Kelley
2022-08-30
21:55:05
7377dce368
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
21:43:10
65d3723968
Sema: check that target supports tail calls
Veikka Tuominen
2022-08-30
16:13:35
c558de6655
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
2022-08-30
15:01:28
d3b4b2edf1
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-30
14:21:50
01d19a8d3c
Sema: do not emit generic poison for non generic parameters
Veikka Tuominen
2022-08-30
13:40:48
67a44211f7
Sema: improve handling of always_tail call modifier
Veikka Tuominen
2022-08-30
13:04:13
0a42602418
CI: drone: disable failing tests
Andrew Kelley
2022-08-30
21:02:26
8627858bbc
test/link: add test for extern resolution
Luuk de Gram
2022-08-26
17:29:43
4f72ac265a
wasm: create relocations for extern decls
Luuk de Gram
2022-08-26
08:11:17
414fcea162
link/Wasm: handle extern variables
Luuk de Gram
2022-08-24
17:53:10
aa5568beb6
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
15:51:46
7ef0c9d298
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
2022-08-30
14:29:41
b64e4c5bf2
fix aarch64-macos CI build script
Jakub Konka
2022-08-30
14:29:06
69d6931be7
Merge pull request #12662 from wsengir/coff-fix
Jakub Konka
2022-08-30
12:26:35
e6be6d9768
std.rand: make weightedIndex proportions param a const slice
Veikka Tuominen
2022-08-30
12:02:17
e57fbe8069
test-cases: fix compiler error locations for hello world with updates
Jakub Konka
2022-08-30
11:01:08
241e1ac030
cmake: add runaway Coff/Object.zig path
Jakub Konka
2022-08-30
00:45:01
601f2147e0
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
00:35:14
ebdb286736
coff: commit missing Object.zig placeholder
Jakub Konka
2022-08-29
18:57:02
f0d4ce4494
coff: add basic handling of GOT PC relative indirection
Jakub Konka
2022-08-29
18:15:08
db1a3bb0e7
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-29
14:12:39
b4e3b87a52
coff: ...and lift-off!
Jakub Konka
2022-08-29
13:21:32
30baba899c
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-29
08:50:39
e5b8a1ac27
coff: allocate and write atoms to file
Jakub Konka
2022-08-28
16:10:02
2a994ba4a7
coff: populate missing section metadata
Jakub Konka
2022-08-28
14:25:58
f36029a385
coff: add helpers for setting section/symbol names
Jakub Konka
2022-08-28
10:15:27
ff0abad2a9
coff: allow for strtab in final PE image
Jakub Konka
2022-08-28
09:38:58
3aa99f45b8
coff: initial implementation of incremental file allocs
Jakub Konka
2022-08-28
09:14:18
da00e6dd59
coff: always write all data directory headers to file
Jakub Konka
2022-08-28
08:31:13
9fc6933418
coff: write data directory and section headers to file
Jakub Konka
2022-08-27
18:10:29
93127a615b
coff: set some defaults for PE headers
Jakub Konka
2022-08-27
15:05:43
ed481e3837
coff: write headers to file
Jakub Konka
2022-08-26
18:02:12
90b3599c68
coff: reorganize the linker
Jakub Konka
2022-08-26
14:11:14
580bfe01c8
coff: fix after rebase
Jakub Konka
2022-08-26
10:28:33
3c10221030
coff: move header writing logic into flush
Jakub Konka
2022-08-21
09:56:55
06371950cf
start: allow for explicitly defined entry point for Win
Jakub Konka
2022-08-21
09:55:26
527055a821
CI: use absolute path for zig lib dir
Andrew Kelley
2022-08-30
09:33:21
75d5a4b9a2
CI: pass explicit zig lib dir in lots of places
Andrew Kelley
2022-08-30
08:37:31
6f9b7c8cee
make 'zig build' respect ZIG_LIB_DIR
Andrew Kelley
2022-08-30
08:35:07
1cb8065a52
skip new behavior tests that do not pass for stage1
Andrew Kelley
2022-08-30
07:39:05
3c506c8aaa
disable tests failing due to LLVM 15 regressions
Andrew Kelley
2022-08-30
07:38:26
56bdd0127f
implement cache environment variables for `zig build`
Meghan
2022-08-30
01:40:37
bf28765a97
LLVM: upgrade byval attr code to LLVM 15 opaque pointers
Andrew Kelley
2022-08-30
03:19:39
fffece1533
wasm-lld: set stack size to 1MB by default
Luuk de Gram
2022-08-23
12:45:12
d2d42cf7ba
Merge pull request #12641 from Luukdegram/wasm-c-types
Andrew Kelley
2022-08-30
00:21:38
f52ee1607a
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
00:19:19
d841d2c27e
update C headers to LLVM 15 rc3
Andrew Kelley
2022-08-30
00:14:58
e6ccc93aac
update libcxx to LLVM 15 rc3
Andrew Kelley
2022-08-30
00:12:46
b5dc8b67bc
LLVM: update merged master branch code to opaque pointers
Andrew Kelley
2022-08-30
00:00:31
e8edc4cf83
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-29
23:52:18
de7270028d
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-29
23:10:59
e69973bedd
Merge pull request #12508 from ziglang/cmake-stage3
Andrew Kelley
2022-08-29
22:52:36
9cca6728e5
Merge pull request #12663 from Vexu/stage2-fixes
Andrew Kelley
2022-08-29
22:46:51
a4b52ccd9f
Sema: fix access of inactive union field when enum and union fields are in different order
Veikka Tuominen
2022-08-28
23:40:02
532cfb65e0
CI: rework to account for new cmake behavior
Andrew Kelley
2022-08-26
03:12:35
aee53e2ffd
CMake: add dummy install command
Andrew Kelley
2022-08-26
01:18:16
3d9b6cfcc9
stage2: add an explicit padding field to avoid Valgrind warning
Andrew Kelley
2022-08-26
01:17:00
56129d26eb
cmake: build stage3 by default
Andrew Kelley
2022-08-20
07:06:15
1eb22e7ad6
wasm: skip unimplemented behavior test
Luuk de Gram
2022-08-26
22:00:22
91b9f295d3
coff: publicize and flesh out more image constants
William Sengir
2022-08-28
12:14:15
15cc4514e0
Sema: add missing calls to resolveStructLayout
Veikka Tuominen
2022-08-28
13:07:01
e2dc77ab62
Sema: correct one possible value for tuples
Veikka Tuominen
2022-08-28
13:00:26
776caaf999
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen
2022-08-28
12:37:38
6aead18ab3
add error tests for now correctly behaving cases
Veikka Tuominen
2022-08-28
12:17:25
1401890ed5
Sema: add error for switch on slice
Veikka Tuominen
2022-08-28
12:11:33
fc213e2d61
AstGen: add error for named function type
Veikka Tuominen
2022-08-28
12:08:27
5bb8c03697
std.random: add weightedIndex function
Justin Whear
2022-08-28
13:19:51
3860e664c5
coff: fix reading COFF header offset
William Sengir
2022-08-28
12:10:39
0f27836c21
ci: fix wrong path when deploying stdlib docs
Loris Cro
2022-08-28
01:20:38
e0103704c5
autodoc: better line counting for decls
Loris Cro
2022-08-27
22:47:58
ee12264387
docs: Remove mention of type inference on anytype struct fields
Henrique Dante de Almeida
2022-08-27
16:44:05
ae8d26a6a0
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-06
22:32:00
da95da438e
Add behavior test coverage for nested packed struct field access Closes #3091
David Gonzalez Martin
2022-08-26
12:25:02
91dba79c48
wasm: fix abi size of c_longdouble
Luuk de Gram
2022-08-26
21:01:05
« First
← Newer
Page 161 of 361
Older →
Last »