| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-13 | C backend: improve ergonomics of zig.h a little bit | Andrew Kelley | |
| Partially implements #13528. Enough to unblock the wasi-bootstrap branch. | |||
| 2022-11-02 | cbe: use wrapping for left shifts | Jacob Young | |
| 2022-11-02 | cbe: fix extern | Jacob Young | |
| 2022-11-01 | cbe: fix threadlocal | Jacob Young | |
| 2022-10-31 | cbe: improve support for non-native float types | Jacob Young | |
| * Fix _start on aarch64. * Add fallbacks when a float type is unsupported. Fixes #13357 | |||
| 2022-10-29 | cbe: finish partial zig_noreturn rewrite | Jacob Young | |
| 2022-10-25 | cbe: fix floating point builtins | Jacob Young | |
| 2022-10-25 | cbe: improve floating point type support | Jacob Young | |
| 2022-10-25 | cbe: add support for all float literals types | Jacob Young | |
| 2022-10-25 | cbe: update test cases | Jacob Young | |
| 2022-10-25 | cbe: implement packed structs | Jacob Young | |
| Sometimes you have to break a test to make progress :) | |||
| 2022-10-25 | cbe: implement 128-bit and fix smaller integer builtins | Jacob Young | |
| 2022-10-25 | cbe: get enough things working to support basic programs | Jacob Young | |
| * Enable advanced start support. * Enable advanced test_runner support. * Zig Language Reference's Hello World now works. | |||
| 2022-10-25 | cbe: fix atomics | Jacob Young | |
| 2022-10-25 | cbe: fix infinite recursion on recursive types | Jacob Young | |
| 2022-10-25 | cbe: cleanup code and fix cases test breakage | Jacob Young | |
| 2022-07-27 | move zig.h to become an installation file | Andrew Kelley | |
| Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643 | |||
