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
/
test
/
behavior
/
basic.zig
Age
Commit message (
Expand
)
Author
2022-03-02
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
Cody Tapscott
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
x64: impl airMemset using inline memset
Jakub Konka
2022-03-01
stage2 ARM: implement return types with abi size > 4
joachimschmidt557
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-27
stage2: forward discard result loc to more expressions
Veikka Tuominen
2022-02-26
stage2 ARM: generate correct variants of ldr instruction
joachimschmidt557
2022-02-26
stage2 ARM: implement truncate to ints with bits <= 32
joachimschmidt557
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-21
stage2 AArch64: implement genSetReg for ptr_stack_offset
joachimschmidt557
2022-02-21
stage2 AArch64: implement storing to memory
joachimschmidt557
2022-02-16
Fix 2D array support for C backend
Cody Tapscott
2022-02-15
stage2: disable failing aarch64-macos behavior tests
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
stage2 ARM: lower const slices
joachimschmidt557
2022-02-11
x64: enable more behavior tests
Jakub Konka
2022-02-10
stage2: handle truncate to signed non-pow-two integers
Jakub Konka
2022-02-08
stage2: disable some tests on x86_64-macos
Jakub Konka
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-06
stage2: apply type coercion in if expressions
John Schmidt
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-11-10
C backend: Improve lowering of Zig types to C types
Thomas Ives
2021-10-30
C backend: implement signed trunc
Emily Bellows
2021-10-28
C backend: implement trunc for unsigned non-pow2 ints
Andrew Kelley
2021-10-28
C backend: implement trunc instruction
Andrew Kelley
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-22
stage2: fix Decl addrspace being undefined
Andrew Kelley
2021-10-15
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley
2021-10-14
stage2: LLVM backend: implement `wrap_optional` AIR
Andrew Kelley
2021-10-13
move behavior tests that are passing for stage2
Andrew Kelley
2021-10-13
stage2: implement opaque declarations
Andrew Kelley
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-08-31
stage2: move array mult test from basic.zig to misc.zig!
Jacob G-W
2021-08-31
add string concat test to basic.zig from misc.zig!
Jacob G-W
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-04
stage2: std.mem.eql works now
Andrew Kelley
2021-08-01
move some behavior tests to the "passing for stage2" section
Andrew Kelley
2021-08-01
stage2: implement `@truncate`
Andrew Kelley
2021-08-01
Sema: implement comptime variables
Andrew Kelley
[prev]