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
/
stage1
Age
Commit message (
Expand
)
Author
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-07-29
stage1: remove deadcode ast_print
Wei Fu
2022-07-26
Merge pull request #12136 from topolarity/llvm-config-rework
Andrew Kelley
2022-07-23
CMake: Add ZIG_LLVM_LINK_MODE to config.h
Cody Tapscott
2022-07-23
Fix #6944: referencing type info alignment causes error in unrelated function
Yujiri
2022-07-19
delete the stage1 implementation of autodoc
Andrew Kelley
2022-07-11
stage1: fix typo in analyze.cpp (#12077)
Ikko Ashimine
2022-07-10
stage1: Lower libcalls on Windows x86-64 correctly
Cody Tapscott
2022-07-10
stage1/codegen: replace sprintf() with snprintf()
Frank Denis
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-08
stage1: Fix seg-fault when slicing string literal with sentinel
Cody Tapscott
2022-07-08
Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded
VÖRÖSKŐI András
2022-07-03
stage1: fix vectors of small int and bool tripping LLVM assertion
Andrew Kelley
2022-07-03
LLVM: update lowering of saturating shift-left
Andrew Kelley
2022-07-01
stage1: update inline asm outputs to LLVM 14
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-06-28
zig0: handle baseline cpu features for rv64
Shupei Fan
2022-06-27
LLVM: fix invalid IR on `@returnAddress` of wasm/bpf
Andrew Kelley
2022-05-26
stage0: fix -fsingle-threaded CLI arg parsing
Andrew Kelley
2022-05-23
Fix segfault in error note
Thomas Cheng
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-08
Merge pull request #11609 from ziglang/win-compiler-rt
Andrew Kelley
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-08
allow in-memory coercion of differently-named floats with same bits
Andrew Kelley
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-04
stage1: fix `@sizeOf` for 128-bit integer types
Andrew Kelley
2022-04-27
stage1: fix incorrect struct padding
Andrew Kelley
2022-04-27
stage1: fix i386-windows f80 sizeof/alignof
Andrew Kelley
2022-04-27
stage1: add missing comptime float ops
Andrew Kelley
2022-04-27
compiler-rt: avoid symbol conflicts
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-04-16
stage2: fix @mulAdd on aarch64 Darwin
Jakub Konka
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-09
stage1: Additional fix for packed structs
Igor Stojkovic
2022-03-27
stage1: implement casting from u0
leesongun
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-03-08
LLVM: memoize debug types and add enum debug types
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-06
stage1: improved implementation of target_long_double_is_f128
Andrew Kelley
2022-02-23
compiler_rt: specify goals, organize README and compiler_rt.zig
Jan Philipp Hafer
[next]