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-09-10
musl: Build with -ffp-contract=off.
Alex Rønne Petersen
2024-09-10
Compilation: Work around llvm/llvm-project#105972 by defining the macros.
Alex Rønne Petersen
2024-09-10
Compilation: Pass hard/soft float flags to Clang as appropriate.
Alex Rønne Petersen
2024-09-10
llvm: Limit f16/f128 lowering on arm to fp_armv8 and soft float.
Alex Rønne Petersen
2024-09-10
llvm: Set use-soft-float and noimplicitfloat on functions for soft float.
Alex Rønne Petersen
2024-09-06
llvm: Set float ABI based on std.Target.floatAbi().
Alex Rønne Petersen
2024-09-06
Merge pull request #21263 from alexrp/thumb-fixes
Andrew Kelley
2024-09-06
Merge pull request #21195 from alexrp/glibc-fixes
Andrew Kelley
2024-09-06
Merge pull request #21310 from alexrp/ppc64-tests
Andrew Kelley
2024-09-06
package-manager: add application/x-tar-gz mime type
Travis Staloch
2024-09-05
glibc: Fix an edge case leading to duplicate stub symbols.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for csky.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for arc.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for m68k.
Alex Rønne Petersen
2024-09-05
glibc: Add include path for gnux32.
Alex Rønne Petersen
2024-09-05
glibc: Set asm and include paths for s390x.
Alex Rønne Petersen
2024-09-05
glibc: Also pass `-Wno-unsupported-floating-point-opt` when building libc_non...
Alex Rønne Petersen
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-05
compiler: Force ELFv2 for powerpc64.
Alex Rønne Petersen
2024-09-04
elf: fix 32bit build
Jakub Konka
2024-09-04
elf: actually commit AtomList.zig
Jakub Konka
2024-09-04
elf: migrate thunks to the new mechanism (AtomList)
Jakub Konka
2024-09-04
elf: rename SectionChunk into AtomList and store as part of Section
Jakub Konka
2024-09-04
elf: create back/forward links for atoms within section chunks
Jakub Konka
2024-09-04
elf: fix emitting static lib when ZigObject is present
Jakub Konka
2024-09-04
elf: do not pad placeholders coming from input object files
Jakub Konka
2024-09-04
elf: misc .eh_frame management fixes
Jakub Konka
2024-09-04
elf: copy existing data when allocating other alloc sections in relocatable mode
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so in relocatab...
Jakub Konka
2024-09-04
elf: init rela sections in a separate pass for ZigObject
Jakub Konka
2024-09-04
elf: emit relocs for self-hosted generated .eh_frame section
Jakub Konka
2024-09-04
elf: fix relocatable mode
Jakub Konka
2024-09-04
elf: actually allocate atoms within each section chunk
Jakub Konka
2024-09-04
elf: update osec index for section chunks in objects
Jakub Konka
2024-09-04
elf: actually write allocated atoms in object files
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so
Jakub Konka
2024-09-04
elf: allocate atom chunks using allocateChunk mechanics in objects
Jakub Konka
2024-09-04
elf: introduce SectionChunk - a container of atoms per object file
Jakub Konka
2024-09-04
elf: allocate .tdata and .tbss using allocateAtom mechanics
Jakub Konka
2024-09-04
dwarf: make Section.off a function
Jakub Konka
2024-09-04
elf+dwarf: refer sections via section symbols
Jakub Konka
2024-09-04
elf: fix emitting correct .rela. sections in -r mode
Jakub Konka
2024-09-04
elf: fix a typo in setting ZigObject.data_relro_index
Jakub Konka
2024-09-04
elf: remove isDebugSection helper
Jakub Konka
2024-09-04
elf: remove now unused number_of_zig_segments
Jakub Konka
2024-09-04
elf: allocate .text in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data.rel.ro and .rodata in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .bss in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: shuffle some stages to make it clear what needs what
Jakub Konka
[next]