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
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
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
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
2024-06-15
Zcu: rework source locations
mlugg
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-07
link: report function failures in `FuncAnalysis`
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2024-01-01
linker: update references to module
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-05
plan9: refactor debug info
Jacob Young
2023-10-03
plan9: implement linking anon decls
Jacob G-W
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
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
[next]