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-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
Merge pull request #20884 from Rexicon226/riscv
Jakub Konka
2024-07-31
remove hard tabs from source code
Andrew Kelley
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-31
riscv: implement non-pow2 indirect loads
David Rubin
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-31
riscv: implement `@divExact`
David Rubin
2024-07-30
elf: fix a typo in setting atom name before it's been allocated
Jakub Konka
2024-07-30
elf: remove now unused globalByName
Jakub Konka
2024-07-30
elf: include LinkerDefined in symbol resolution
Jakub Konka
2024-07-30
elf: move entry tracking into LinkerDefined
Jakub Konka
2024-07-30
elf: move initializing and allocating linker-defined symbols into LinkerDefined
Jakub Konka
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
2024-07-30
elf: init output merge sections in a separate step
Jakub Konka
2024-07-30
elf: move merge subsections ownership into merge sections
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: atom is always assigned output section index
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: resolve COMDATs in more parallel-friendly way
Jakub Konka
2024-07-30
elf: skip storing comdat group signature globally
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-30
elf: move ownership of comdat groups to Object
Jakub Konka
2024-07-30
elf: move ownership of input merge sections to Object
Jakub Konka
2024-07-30
glibc: Add a temporary hack in abilists loading due to sparcel removal.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `cloudabi` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `ananas` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-29
Merge pull request #20389 from alexrp/riscv32
Andrew Kelley
2024-07-29
Merge pull request #20839 from alexrp/musl-stuff
Andrew Kelley
2024-07-29
compiler: Enable -Werror=date-time for C/C++ code in release builds.
Alex Rønne Petersen
2024-07-29
link.Elf: Define __global_pointer$ for riscv32 too.
Alex Rønne Petersen
2024-07-29
musl: Fix needsCrtiCrtn() to return false for riscv32 too.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-28
link.Coff: Basic support for `/Brepro` in the self-hosted linker.
Alex Rønne Petersen
2024-07-28
musl: Build with `-fexcess-precision=standard -frounding-math`.
Alex Rønne Petersen
2024-07-28
musl: Build with `-fno-strict-aliasing` like upstream.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-28
Merge pull request #20807 from Rexicon226/riscv
Jakub Konka
2024-07-28
Merge pull request #20834 from ziglang/macho-boundary-typo-fix
Jakub Konka
2024-07-28
translate-c: Use mangled name for local extern in condition/loop
Linus Groh
2024-07-27
macho: fix typo in boundary symbol tag: $stop -> $end
Jakub Konka
2024-07-27
riscv: correct airAsm to generate correct jalr call
David Rubin
2024-07-26
riscv: make multi-threaded enabled compilation the default
David Rubin
2024-07-26
comp: enable compilation of zig_libc
David Rubin
2024-07-26
riscv: implement `@cmpxchg*` and remove fixes
David Rubin
2024-07-26
riscv: implement basic tlv loads and stores
David Rubin
2024-07-26
frontend: add missed cache hash on --debug-rt
Andrew Kelley
2024-07-26
remove deprecated --mod CLI now that a zig1.wasm update happened
Andrew Kelley
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
[next]