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
Group-Canceled
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
groupAwait
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
/
link
/
Coff.zig
Age
Commit message (
Expand
)
Author
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-14
Coff msdos-stub: replace with documented byte array
wooster0
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-16
compiler: add some missing `const`s
mlugg
2024-12-02
coff: fix memory leak
Jacob Young
2024-11-04
link.Coff: Pass -lldmingw to LLD earlier and regardless of -lc.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
Merge pull request #21697 from mlugg/callconv
Matthew Lugg
2024-10-21
coff: fix incorrect default `image_base` values and re-enable shared library ...
kcbanner
2024-10-20
link: Use defaultFunctionAlignment() when function alignment is unspecified.
Alex Rønne Petersen
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
link.Coff: Set default image base correctly for thumb.
Alex Rønne Petersen
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
coff: remove deprecated `Module` usages
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-16
Coff: fix missing error lazy symbols
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.
Alex Rønne Petersen
2024-08-15
std.coff: Remove MachineType.fromTargetCpuArch().
Alex Rønne Petersen
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
Coff: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-07-28
link.Coff: Basic support for `/Brepro` in the self-hosted linker.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
[prev]
[next]