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
/
translate_c_macros.zig
Age
Commit message (
Expand
)
Author
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-11-03
Translate-C Remainder Macro Fix
Nathan Bourgeois
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-28
translate-c: Better support for division in macros
Evan Haas
2022-10-27
translate-c: fix redefinition of label on left recursive comma operator
Veikka Tuominen
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement airUnionInit
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-09-10
translate-c: Escape non-ASCII characters that appear in macros
Evan Haas
2022-09-07
translate-c: convert tabs to `\t` in object-like macro string literals
Evan Haas
2022-08-31
disable test for non-llvm backends
Veikka Tuominen
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-06-29
translate-c: fix cast or call macro with parenthesis
LordMZTE
2022-06-12
Sema: rework beginComptimePtrMutation
Andrew Kelley
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-03-09
Sema: fix generic fn instantiation with anytype
Andrew Kelley
2022-03-08
translate-c: use nested scope for comma operator in macros
Evan Haas
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-23
translate-c: Add support for cast-to-union
Evan Haas
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-08-06
translate-c: handle macros that cast to cv void
Evan Haas
2021-06-13
meta.cast: handle casts from negative ints to ptrs
Veikka Tuominen
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley