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
/
lib
/
compiler
Age
Commit message (
Expand
)
Author
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
llvm: Fix lowering of gnuilp32 ABI to be gnu_ilp32.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-19
cbe,translate-c: support more callconvs
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
std.Target: Change Cpu.baseline() to also be able to take OS into consideration.
Alex Rønne Petersen
2024-10-13
Merge pull request #21682 from der-teufel-programming/remove-packedintarray
Andrew Kelley
2024-10-12
objcopy: check both global and local when remapping
Andrew Kelley
2024-10-12
objcopy: update for std.elf type safety
Andrew Kelley
2024-10-12
Change (read/write)PackedInt to (read/write)PackedIntNative in aro/Preprocessor
Krzysztof Wolicki
2024-10-12
Remove PackedIntArray usage from bundled Aro
Krzysztof Wolicki
2024-10-06
Merge pull request #21605 from alexrp/ohos-stuff
Alex Rønne Petersen
2024-10-05
std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.
Alex Rønne Petersen
2024-10-05
Merge pull request #21595 from alexrp/objcopy-seg-paddr
Alex Rønne Petersen
2024-10-04
Merge pull request #21591 from patrickwick/issue-19009
Andrew Kelley
2024-10-04
objcopy: Use p_paddr from PT_LOAD even if zero.
Alex Rønne Petersen
2024-10-04
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen
2024-10-04
19009: zig objcopy: minor cleanup
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: allow --add-section, --set-section-alignment and --set-se...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: fix typo in abort messages
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: integrate --add-section, --set-section-alignment and --se...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: integrate section flags for --set-section-flags command
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: parse section flags
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: implement --set-section-alignment
Patrick Wickenhaeuser
2024-10-04
19009: add --set-section-alignment and --set-section-flags arguments to zig o...
Patrick Wickenhaeuser
2024-10-04
19009: zig objcopy: add --add-section support
Patrick Wickenhaeuser
2024-10-03
std.Target: Remove Os.Tag.shadermodel.
Alex Rønne Petersen
2024-10-03
std.posix: Added error message 'ProcessNotFound' for reading and writing in a...
Chris Boesch
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-19
std.Target: Add bridgeos tag to Os.
Alex Rønne Petersen
2024-09-16
std: Restore conventional `compareFn` behavior for `binarySearch`
Jay Petacat
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
fuzzing: better std.testing.allocator lifetime management
Andrew Kelley
2024-09-11
libfuzzer: use a function pointer instead of extern
Andrew Kelley
2024-09-11
rework fuzzing API
Andrew Kelley
2024-09-09
sync Aro dependency
Veikka Tuominen
2024-08-28
fuzzing: fix entry address logic
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-23
fix autodocs regression FTBFS
Andrew Kelley
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-15
Merge pull request #21020 from alexrp/target-fixes
Andrew Kelley
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-15
std.time.epoch: Fix comments referring to epoch as 1970-10-01
Linus Groh
[prev]
[next]