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
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
stage1: Resolve some constants to u32, not usize
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-12-08
Implement msp430 mapping for c_longdouble. (#7333)
Nathan Michaels
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-05
stage1: Don't fold single-element enums too aggressively
LemonBoy
2020-12-05
stage1: Initialize single-element union tag correctly
LemonBoy
2020-12-05
stage1: Fix constant folding of single-element enums
LemonBoy
2020-12-04
Merge pull request #7293 from kubkon/fix-7030
Jakub Konka
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-12-03
Allow idx 0 err to be put into error_name_table
Jakub Konka
2020-12-03
Fix floating point parsing on BE systems (#7256)
Koakuma
2020-11-29
stage1: add some code comments for ConstValSpecial
Andrew Kelley
2020-11-29
stage1: Fix typeInfo generation for arrays w/o sentinel
LemonBoy
2020-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
2020-11-27
stage1: Fix crash in *[N]T to []T conversion with zst
LemonBoy
2020-11-27
Add sparc64 long double mapping
Koakuma
2020-11-26
stage1: Force union member types to be resolved
LemonBoy
2020-11-25
stage1: Fix ICE when generating struct fields with padding
LemonBoy
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-21
Merge pull request #7182 from LemonBoy/externnnn
Andrew Kelley
2020-11-21
Rename back to extern, extend a stage1 parser hack
LemonBoy
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-19
stage1: Check calling convention correctly for subsystem detection
Tadeo Kondrak
2020-11-19
stage1: Compile error instead of falling back to C for unsupported cc
Tadeo Kondrak
2020-11-18
stage1: Fix undefined assignment for bitfields
LemonBoy
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-18
stage1: improve error for missing a number type on a runtime var
pfg
2020-11-18
Change error when runtime value passed to comptime arg
frmdstryr
2020-11-18
stage1: Reject undefined values when taking union ptr
LemonBoy
2020-11-18
Allow Zig to be built with clang 11 and -Werror
Timon Kruiper
2020-11-18
stage1: Add architecture-specific clobbers to asm()
LemonBoy
2020-11-17
stage1: Fix asyncCall with non-abi-aligned arguments
LemonBoy
2020-11-16
Merge pull request #6878 from frmdstryr/multiline-string-comments
Andrew Kelley
2020-11-16
Merge pull request #7112 from LemonBoy/fix-7104
Alexandros Naskos
2020-11-14
stage1: Fix generation of pass-by-value args in async fns
LemonBoy
2020-11-13
stage1: Disambiguate Wasm imports with same name
LemonBoy
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
2020-11-13
stage1: Ask LLVM to produce compact code in ReleaseSize mode
LemonBoy
2020-11-11
ensure TypeInfo payload is not undefined
Vexu
2020-11-11
stage1: Fix crash in comptime struct generation
LemonBoy
[prev]
[next]