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-self-hosted
/
link.zig
Age
Commit message (
Expand
)
Author
2020-05-27
self-hosted: introduce a virtual address allocation scheme
Andrew Kelley
2020-05-19
stage2: function calls using the global offset table
Andrew Kelley
2020-05-19
stage2: set up a trampoline table for functions
Andrew Kelley
2020-05-16
self hosted repl: close executables between updates
Andrew Kelley
2020-05-15
move Module to its own file
Andrew Kelley
2020-05-15
fix the global offset table code and updating decl exports
Andrew Kelley
2020-05-14
fix codegen of sentinel-terminated arrays and .got alignment
Andrew Kelley
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-12
self-hosted: link: global offset table support for decls
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-05-01
zir: add breakpoint() instruction and object file ability
Andrew Kelley
2020-05-01
link: introduce the concept of output mode and link mode
Andrew Kelley
2020-05-01
link: recognize that Windows does not have POSIX fs modes
Andrew Kelley
2020-04-24
link: change default executable mode to 0o777
Andrew Kelley
2020-04-24
bug fixes to make it work
Andrew Kelley
2020-04-23
codegen: write the updated code size to PT_LOAD section header
Andrew Kelley
2020-04-23
basics of writing ELF and machine code generation
Andrew Kelley
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-17
clean up some self-hosted bitrot + don't assume libstdc++
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2020-02-01
Run `zig fmt`
LemonBoy
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-07
add --eh-frame-hdr arg for linking
David Cao
2019-12-29
fix stage2 build
Vexu
2019-12-11
self-hosted: manually parse args
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-12-01
fixes for self-hosted compiler
Andrew Kelley
2019-11-26
add workaround for #3190
Vexu
2019-11-26
solve recursion in self hosted
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
self hosted compiler: various small fixes
Vexu
2019-11-07
self hosted compiler: move functions to util.zigto avoid defining llvm instri...
Vexu
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: unify Target and std.Target
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-07
update the default macos version min to 10.14
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
[prev]
[next]