zig
Code
Branches
Tags
Commits
master
Commits
Top
b1b944a683
[elf linker] add --sort-section
Motiejus Jakštys
2022-06-23
07:28:35
f911c933b2
Merge pull request #11912 from motiejus/wl-no-undefined
Andrew Kelley
2023-02-17
00:36:57
61da9a25b9
CLI: remove option from usage text since it doesn't work
Andrew Kelley
2023-02-17
00:35:06
4c7ca20da5
[linker] add --no-undefined, -z undefs
Motiejus Jakštys
2022-06-23
05:41:30
438b71155a
crypto: add AES-CMAC (RFC 4493) (#14545)
Chris Boesch
2023-02-16
21:18:20
b56d4f2150
autodoc: render ordered lists as such
Nguyễn Gia Phong
2023-02-15
22:01:47
e359308b2b
autodoc: fix md list markers matching
Nguyễn Gia Phong
2023-02-15
22:00:57
7199d7c777
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-13
15:19:17
4e6f21e2cb
comp: reinstate -fcompiler-rt when used with build-obj as output
Jakub Konka
2023-02-14
11:42:49
47e14b7ffb
Zld: Report archive file with cpu arch mismatch
Tom Read Cutting
2023-02-12
11:48:39
d09e39aefd
Add std.c.umask.
Philippe Pittoli
2023-02-13
19:35:41
a9e1cf3049
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
23:23:19
35bb823131
build.zig: builder.zig_exe is not relative
Andrew Kelley
2023-02-13
17:13:36
fc48467a97
Merge pull request #14548 from schmee/std-json-fixes
Veikka Tuominen
2023-02-13
15:24:29
c8dc00086e
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
15:23:13
5894be94c8
langref: make more examples testable
Manlio Perillo
2023-02-11
11:29:36
25d6b8c1f1
std: support deserialising JSON strings containing escape seqences into sentinel slice
Leo Constantinides
2023-02-13
14:44:34
e9c7e539e4
std.Build.OptionsStep: update test case
Andrew Kelley
2023-02-13
14:41:53
5c1f7288d9
std.Build: delete test that doesn't test anything
Andrew Kelley
2023-02-13
08:02:42
3f8f63b132
std.Build: make cache_root and global_cache_root relative to cwd
Andrew Kelley
2023-02-12
16:17:49
d97042ad2e
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-09
18:01:01
0666322614
std.Build.Cache: remove debug log statements
Andrew Kelley
2023-02-09
18:00:25
9cb52ca6ce
move the cache system from compiler to std lib
Andrew Kelley
2023-02-06
03:39:04
2654d0c668
std.Build.RunStep: introduce addOutputFileArg API
Andrew Kelley
2023-02-06
00:45:51
b061cc9e3f
std.Build.ConfigHeaderStep: support outputting assembly config files
Andrew Kelley
2023-02-06
00:45:26
dad6039092
std.Build: support running build artifacts from packages
Andrew Kelley
2023-02-06
00:44:03
27317eaff0
std.Build.ConfigHeaderStep: support sentinel-terminated strings
Andrew Kelley
2023-02-05
18:49:57
f62e3b8c0d
std.crypto: add the Ascon permutation
Frank Denis
2023-02-08
14:23:48
a8edd67d3d
zig fmt: additionally format .zon files
Ali Chraghi
2023-02-07
14:04:03
1fa2b37d29
compiler_rt: document math functions (#14552)
matu3ba
2023-02-13
08:18:26
d4bd1b1a60
Merge pull request #14618 from Vexu/fixes
Andrew Kelley
2023-02-13
07:58:01
3c2a43fdcc
Revert "std: check types of pointers passed to allocator functions"
Andrew Kelley
2023-02-12
13:59:28
abc9530a88
std: check types of pointers passed to allocator functions
Leo Constantinides
2023-02-12
01:04:27
e10c0eefde
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2023-02-11
13:36:33
ca0528209f
zig build: add -l, --list-steps option to build_runner.zig
dweiller
2023-02-09
16:23:31
d976b4e4a5
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2023-02-11
13:41:08
ba680aa987
Merge pull request #14588 from dweiller/test-runner-imports
Veikka Tuominen
2023-02-11
13:40:14
28413ffcba
Sema: fix typo in `zirCUndef`
Veikka Tuominen
2023-02-11
12:45:07
0328c9cbeb
llvm: fix lowerDeclRefValue for extern function aliases
Veikka Tuominen
2023-02-10
14:43:28
8127a27eb1
zig fmt: do not consider tuples blocks
Veikka Tuominen
2023-02-07
14:20:11
31ed8d293d
Sema: add missing peer type resolution for error unions
Veikka Tuominen
2023-02-02
13:39:13
b9c2837c1c
Sema: validate inferred error set payload type
Veikka Tuominen
2023-02-02
13:16:15
c63be507cf
don't tokenize an invalid string literal
Techatrix
2023-02-07
22:06:23
1bda8be2a3
compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility
matu3ba
2023-02-11
13:25:01
c6344866f9
std.Build.addAssembly: add missing .kind
Asherah Connor
2023-02-08
22:45:49
a5d25fabda
translate_c: fix typedeffed pointer subtraction
John Schmidt
2023-02-10
14:46:29
14bf20daeb
autodoc: anonymous struct type indentation fix
Krzysztof Wolicki Der Teufel
2023-02-10
14:31:26
02bc6356d7
autodoc: main.js cleanup and formatting
Krzysztof Wolicki Der Teufel
2023-02-04
14:02:39
d24ebf1d12
Merge pull request #14518 from FnControlOption/lzma
Andrew Kelley
2023-02-09
16:13:25
2d017f379f
link-tests: do not hardcode UUID when testing the build with/out DI
Jakub Konka
2023-02-08
11:13:36
948754c5d4
clone package table into custom test runner
Dominic
2023-02-08
12:39:38
edc0e84270
allow custom test runners to import modules
dweiller
2023-02-08
05:04:29
94c68c1f9e
macho: fix incorrect representation of encodings count per page
Jakub Konka
2023-02-07
19:27:11
1f7390f399
fix custom test runner package path resolution
dweiller
2023-02-08
03:56:03
9ccd8ed0ad
Merge pull request #14575 from ziglang/fix-14459
Jakub Konka
2023-02-07
15:20:56
4b1a883d35
macho: ensure local syms buffer is nlist_64 aligned when re-reading from file
Jakub Konka
2023-02-07
02:54:18
f63eda3f6a
macho: parse and sort data-in-code entries ahead of time
Jakub Konka
2023-02-06
16:08:42
b32f5ee932
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-02-06
13:23:03
43c76e0c8e
Update block.zig
fn ⌃ ⌥
2023-02-05
18:18:07
622a364715
Implement std.io.Reader for LZMA1
fn ⌃ ⌥
2023-02-05
17:23:51
e03d6c42ea
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥
2023-02-05
15:52:28
d57813e3e9
std.compress.xz: Avoid possible integer overflow in a few places
Ryan Liptak
2023-02-03
01:54:31
baa877fd12
Merge branch 'master' into lzma
fn ⌃ ⌥
2023-02-05
14:57:58
a5b34a61ab
Merge pull request #14562: std.Build: enhancements to ConfigHeaderStep
Andrew Kelley
2023-02-05
14:27:53
b29e3fa2cd
std.Build: enhancements to ConfigHeaderStep
Andrew Kelley
2023-02-05
06:44:21
b04e48566c
std.build: support for generated c headers
David Vanderson
2023-01-20
03:30:43
11cc1c16fa
make `@embedFile` support module-mapped names the same way as `@import`
Andrew Kelley
2023-02-05
00:14:43
d4ce0fe7fe
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-05
00:40:24
289e8fab79
langref, tools: rename --single-threaded to -fsingle-threaded
ee7
2023-02-04
19:08:01
1876eaec51
mark deprecated assumeSentinel as pub
Jonathan Marler
2023-02-04
21:07:48
09cee1d5e3
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-04
22:17:47
b7c96c3bbd
Allow const for ArrayList.getLast, fix #14522
Nicolas Goy
2023-02-04
03:01:47
7f24993772
Add support for mips64/mips64el
Suirad
2023-02-04
07:42:43
b1dd4b17d8
std.json: don't free struct default values
John Schmidt
2023-02-04
14:42:42
b42caff2a2
std.json: avoid dangling pointers in ValueTree
John Schmidt
2023-02-04
18:44:57
73c857415e
std.json: fix parsing of structs with default value const pointers
John Schmidt
2023-02-04
18:28:36
c1f71963a9
compiler_rt: fix and improve documentation
Manlio Perillo
2023-02-03
12:44:52
693b12f8e1
std.Build: support exposing and depending on zig modules
Andrew Kelley
2023-02-04
01:22:31
4009e0d2b1
remove stage1 workaround for big int set
Marc Tiehuis
2023-02-03
22:58:03
c9b957c937
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-03
16:46:55
fab9b7110e
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-03
20:49:40
60935decd3
Merge pull request #14523 from ziglang/zon
Andrew Kelley
2023-02-03
20:20:49
4c7f8286d5
autodoc: fix search regression
Loris Cro
2023-02-03
18:05:07
e59ef95a40
Merge pull request #14515 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-02-03
17:55:31
93c56a70c4
Merge pull request #14489 from der-teufel-programming/autodoc-initempty
Loris Cro
2023-02-03
17:52:23
c181ba1022
langref: remove link to closed issue #4026
Manlio Perillo
2023-02-02
15:11:13
9db084f43d
Add test for optional error set return types
Ryan Liptak
2023-02-02
09:54:07
81c27c74bc
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2023-02-03
07:45:23
873bb29c98
introduce ZON: Zig Object Notation
Andrew Kelley
2023-02-03
01:32:06
03cdb4fb58
compiler_rt: make README visually nice and improve explanations
Jan Philipp Hafer
2023-01-26
22:44:39
8e2af21cd9
Add LZMA decoder
fn ⌃ ⌥
2023-02-02
20:59:56
7505d19e93
Merge pull request #14511 from ziglang/zig-build-hashes
Andrew Kelley
2023-02-02
20:03:41
c3abb63fe9
autodoc: Added `@qualCast` builtin function handling
Krzysztof Wolicki Der Teufel
2023-02-02
14:46:42
6b7ad22981
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-02-02
05:31:52
e712d5f03e
remove reference to removed addTestExe
Kirk Scheibelhut
2023-02-01
19:15:58
72a7e3dc5e
mingw: stop using K&R-style function definitions
praschke
2023-02-01
21:52:06
24ff8a1a5f
zig build: use multihash for the hash field
Andrew Kelley
2023-02-02
04:02:35
ea6e0e33a7
zig build: add executable bit and file path to package hash
Andrew Kelley
2023-02-02
02:42:29
304420b99c
Merge pull request #14502 from ziglang/link-owned-atoms
Jakub Konka
2023-02-02
01:39:01
629c3108aa
AstGen: fix orelse type coercion in call arguments
Veikka Tuominen
2023-02-01
20:41:02
« First
← Newer
Page 136 of 361
Older →
Last »