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
Age
Commit message (
Expand
)
Author
2021-04-07
stage2 regalloc: Add unit test for getReg
joachimschmidt557
2021-04-06
stage2 regalloc: Add getReg and getRegWithoutTracking
joachimschmidt557
2021-04-04
LLVM sub-arch triple: remove TODO comment
Andrew Kelley
2021-04-04
translate-c: fix calls with no args in macros
xackus
2021-04-02
stage2: implement Type.onePossibleValue for structs
Andrew Kelley
2021-04-02
stage2: Sema: implement validate_struct_init_ptr
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-02
stage2 AArch64: Add ldrh and ldrb instructions
joachimschmidt557
2021-04-02
stage2 register_manager: Add unit tests for tryAllocReg and allocReg
joachimschmidt557
2021-04-02
stage2 codegen: Extract register management code into separate file
joachimschmidt557
2021-04-02
Merge pull request #8028 from mguaypaq/nosuspend-allow
Andrew Kelley
2021-04-02
put async frame in correct addrspace
Woze Parrot
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-04-01
stage2: AstGen and ZIR printing for struct decls
Andrew Kelley
2021-04-01
zig cc: copy .pdb files from zig-cache/ when appropriate
Andrew Kelley
2021-04-01
stage2: implement struct init syntax with ptr result loc
Andrew Kelley
2021-03-31
Merge pull request #8266 from ziglang/zir-memory-layout
Andrew Kelley
2021-03-31
stage2: finish implementation of LazySrcLoc
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-31
stage2: compile error for duplicate switch value on sparse
Andrew Kelley
2021-03-31
stage2: compile error for duplicate switch value on boolean
Andrew Kelley
2021-03-31
stage2: cbe: restore all previously passing tests!
jacob gw
2021-03-31
astgen: improved handling of coercion
Andrew Kelley
2021-03-31
Sema: fix else case code generation for switch
Andrew Kelley
2021-03-31
stage2: clean up RangeSet and fix swapped Sema switch logic for lhs/rhs
Andrew Kelley
2021-03-31
Sema: implement switch validation for ranges
Andrew Kelley
2021-03-31
stage2 codegen: Make sure function return value is in a callee
joachimschmidt557
2021-03-31
stage2 AArch64: implement strb and strh
joachimschmidt557
2021-03-31
AstGen: improve switch expressions
Andrew Kelley
2021-03-30
AstGen: switch expressions properly handle result locations
Andrew Kelley
2021-03-30
stage2: rework AstGen for switch expressions
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2021-03-28
stage2: guidance on how to implement switch expressions
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-28
AstGen: pass *GenZir as the first arg, not *Module
Isaac Freund
2021-03-28
translate-c: fix typo made in prior commit
Isaac Freund
2021-03-28
AstGen: scope result location related functions
Isaac Freund
2021-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund
2021-03-28
translate-c: intcast compound assignment operand if different-sized integer
Evan Haas
2021-03-27
stage2: fully implement Type.eql for pointers
Andrew Kelley
2021-03-26
stage2: implement bitwise expr and error literals
Andrew Kelley
2021-03-26
stage2: implement source location: .node_offset_var_decl_ty
Andrew Kelley
2021-03-26
astgen: fix continue expressions
Andrew Kelley
2021-03-26
astgen: fix result location for sliced objects
Isaac Freund
2021-03-26
astgen: implement float literals
Isaac Freund
2021-03-26
astgen: implement more builtin functions
Isaac Freund
2021-03-26
astgen: implement slicing
Isaac Freund
2021-03-25
stage2: improve source locations of Decl access
Andrew Kelley
[next]