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
/
link
/
Plan9.zig
Age
Commit message (
Expand
)
Author
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-02
Plan 9 linker: don't try to calculate the vaddr before we know it
Jacob G-W
2023-08-02
Plan9: support linking to external 'special' symbols
Jacob G-W
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
plan9: revamp the relocation system to allow decl refs
Jacob G-W
2023-06-16
Plan9: Add support for lazy symbols
Jacob G-W
2023-06-12
link/Plan9: fix UAF of symbol names
Andrew Kelley
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-22
sema: fix memory corruption caused by resolveStructLayout
Casey Banner
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-27
self-hosted: remove allocateDeclIndexes from the public link.File API
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2022-12-28
link: fix memory leaks
Jacob Young
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-24
additional fixes for Plan9
Jacob G-W
2022-10-24
Add relocations to the plan9 backend
Jacob G-W
2022-10-24
Plan9: deal with unnamed decls
Jacob G-W
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-11
macho: correctly lower slices incl reloc and rebase tracking
Jakub Konka
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-01-06
Plan9: fix amount to say included line count is
Jacob G-W
2022-01-06
Plan9: implement getDeclVAddr
Jacob G-W
2022-01-06
plan9: fix .z symbol in debuginfo
Jacob G-W
2021-12-18
plan9 linker: fix off by 1 error
Jacob G-W
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
[next]