index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-01-01
linker: update options references of CsuObjects
Andrew Kelley
2024-01-01
linker: update link_mode references
Andrew Kelley
2024-01-01
linker: update output_mode references
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2024-01-01
resinator: update std.Target.Query usage
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
move is_libcpp_lib_name and is_libc_lib_name to std.Target
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-12-29
Sema: Initialise `want_safety` for switch prong child block
amp-59
2023-12-28
Sema: fix merging stores instructions from a comptime struct value with `-fst...
cfillion
2023-12-23
cbe: fix memory leaks
Jacob Young
2023-12-23
Sema: ensure `slice_ptr` produces the correct type
Jacob Young
2023-12-22
use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`
Stefan Su
2023-12-13
Compilation: remove parent_compilation_link_libc
Andrew Kelley
2023-12-11
Revert "Sema: forbid @breakpoint from being called at comptime"
Andrew Kelley
2023-12-11
Sema: forbid @breakpoint from being called at comptime
Bogdan Romanyuk
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-12-05
elf: return error.FlushFailure in flushObject and flushStaticLib codepaths wh...
Jakub Konka
2023-12-05
elf: fix typo
Jakub Konka
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed when flushing objec...
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: refactor
Jakub Konka
2023-12-05
elf: escape invalid token string when reporting an error
Jakub Konka
2023-12-05
elf: upcast e_shnum to u64 to check for valid ranges
Jakub Konka
2023-12-05
elf: report malformed archive when parsing errors
Jakub Konka
2023-12-05
elf: re-instate basic error reporting for LD script parser
Jakub Konka
2023-12-05
elf: move basic parse error reporting to SharedObject
Jakub Konka
2023-12-05
elf: do not write ELF header if there were errors
Jakub Konka
2023-12-05
elf: report error at the point where it is happening
Jakub Konka
2023-12-04
x86_64: fix packed struct field reuse
Jacob Young
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-12-04
x86_64: implement more operations on vectors with 1-bit elements
Jacob Young
2023-12-03
x86_64: implement movement for pointer vectors
Jacob Young
2023-12-03
Coff: minor fixes
Jacob Young
2023-12-03
x86_64: "implement" `aggregate_init` for vectors
Jacob Young
2023-12-03
print_air: fix printing of instruction indices
Jacob Young
2023-12-03
x86_64: implement some todos
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-12-03
x86_64: implement more atomic ops
Jacob Young
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
[next]