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
/
C.zig
Age
Commit message (
Expand
)
Author
2024-02-17
cbe: do not set execute bits on emitted file
Michael Dusan
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
update image_base 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
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-12-23
cbe: fix memory leaks
Jacob Young
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-11-05
cbe: add DeclVisibility and zig_extern_mangled to handle exporting mangled sy...
kcbanner
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
cbe: update `DeclGen.decl_index` to support anon decls
Jacob Young
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-03
C backend: render anon decls
Andrew Kelley
2023-10-03
C backend: start handling anonymous decls
Andrew Kelley
2023-09-29
C backend: iterate decl_table via slice
Andrew Kelley
2023-09-29
C backend: remove ?*Decl from DeclGen
Andrew Kelley
2023-09-29
C backend: remove unneeded ordering mechanism
Andrew Kelley
2023-09-27
C backend: flatten out some of the long-lived state
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
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
InternPool: port most of value tags
Jacob Young
2023-04-25
cbe: remove unused arena
Jacob Young
2023-03-05
CBE: "compute" max int alignment the lazy way
Jacob Young
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-23
cbe: handle building for -msvc using clang and -gnu using msvc
kcbanner
2022-12-04
CBE: fix use-after-free of Type keys in free_locals map
Andrew Kelley
2022-12-04
CBE: exploit Liveness analysis to reuse locals
Andrew Kelley
2022-12-03
cbe: don't emit extern decls that are already exported
Jacob Young
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-10-25
cbe: fix globals that reference functions
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-10-25
c: implement @errorName
Jacob Young
2022-10-25
c: fix mangling of error names
Jacob Young
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
[next]