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
Age
Commit message (
Expand
)
Author
2022-09-13
add compile error test for pointless discards
Andrew Kelley
2022-09-13
remove pointless discards in test cases
Andrew Kelley
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-09-13
translate-c: lower discards differently
Andrew Kelley
2022-09-12
Sema: introduce Type.ptrAlignmentAdvanced
Andrew Kelley
2022-09-12
remove pointless discards
Andrew Kelley
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-11
chore: Remove unused constants
Shane Kennedy
2022-09-11
Merge pull request #12814 from ziglang/native-libc-integration
Andrew Kelley
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-09-11
autodoc: fix regression in frontend rendering of values
Loris Cro
2022-09-11
stage2: no condition on system libs to link native libc
Andrew Kelley
2022-09-11
autodoc: reduce json payload size
Loris Cro
2022-09-10
autodoc: remove unnecessary string copy
Loris Cro
2022-09-10
x86_64: pass more behavior tests
Jakub Konka
2022-09-10
Merge pull request #12799 from joachimschmidt557/stage2-arm
Jakub Konka
2022-09-10
Merge pull request #12802 from ziglang/macho-refactor
Jakub Konka
2022-09-10
coff: remove unused function
Jakub Konka
2022-09-10
macho: refactor direct use of locals container in favour of helpers
Jakub Konka
2022-09-10
aarch64: update codegen to using a global index rather than local index
Jakub Konka
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-10
translate-c: Escape non-ASCII characters that appear in macros
Evan Haas
2022-09-10
x86_64: combine got_load, direct_load and imports_load into linker_load MCV
Jakub Konka
2022-09-09
macho+coff: return index into global table from getGlobalSymbol
Jakub Konka
2022-09-09
coff: use global accessor abstractions from MachO
Jakub Konka
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: fix multiple uses of reuseOperand
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-09-09
stage2 ARM: implement field_parent_ptr
joachimschmidt557
2022-09-09
stage2 ARM: remove remaining uses of binOp{Register,Immediate}
joachimschmidt557
2022-09-09
stage2 ARM: extract remaining operations out of binOp
joachimschmidt557
2022-09-09
stage2 ARM: extract mul, div, and mod out of binOp
joachimschmidt557
2022-09-09
stage2 ARM: extract add+sub from binOp
joachimschmidt557
2022-09-09
stage2 ARM: move cmp to new allocReg mechanism; remove from binOp
joachimschmidt557
2022-09-09
stage2 ARM: introduce allocRegs
joachimschmidt557
2022-09-09
stage2 ARM: improve Mir representation of mov and cmp
joachimschmidt557
2022-09-09
Merge pull request #12788 from ziglang/detect-native-glibc
Andrew Kelley
2022-09-09
std.zig.system.NativeTargetInfo: more headroom for libc.so.6 .dynstr
Andrew Kelley
2022-09-09
std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as public
Yusuf Bham
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-09
std.zig.system.NativeTargetInfo: add fallback check
Andrew Kelley
2022-09-09
macho: fix compilation for 32bit targets
Jakub Konka
2022-09-08
std.zig.system.NativeTargetInfo: restore symlink logic
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: handle missing DT_RUNPATH
Andrew Kelley
2022-09-08
stage2: fix building for 32-bit targets
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
[next]