| 6 years ago | Andrew Kelley | | ir: emit zir for fntype |
| 6 years ago | Andrew Kelley | | emit zir skeleton |
| 6 years ago | Andrew Kelley | | ir: analyze asm instruction |
| 6 years ago | Andrew Kelley | | ir: analyze deref instruction |
| 6 years ago | Andrew Kelley | | ir: analyze fieldptr instruction |
| 6 years ago | Andrew Kelley | | ir: analyze ptrtoint |
| 6 years ago | Andrew Kelley | | ir: analyze int casting |
| 6 years ago | Andrew Kelley | | ir: analyze int instruction |
| 6 years ago | Andrew Kelley | | ir: analyze `as` instruction |
| 6 years ago | Andrew Kelley | | ir: analyze primitive instruction |
| 6 years ago | Andrew Kelley | | ir: analyze fntype instruction |
| 6 years ago | Andrew Kelley | | ir: analysis of fn instruction |
| 6 years ago | Andrew Kelley | | ir: comptime coerceArrayPtrToSlice |
| 6 years ago | Andrew Kelley | | ir: type coercion skeleton |
| 6 years ago | Andrew Kelley | | ir: analyze str instruction |
| 6 years ago | Andrew Kelley | | ir: semantic analysis skeleton |
| 6 years ago | Andrew Kelley | | simplify ZIR spec; separate parsing/rendering from analysis |
| 6 years ago | Andrew Kelley | | ir: render keyword parameters |
| 6 years ago | Andrew Kelley | | ir: render function body |
| 6 years ago | Andrew Kelley | | ir: nice rendering of string literal constants |
| 6 years ago | Andrew Kelley | | implement rendering escaped zig string literals |
| 6 years ago | Andrew Kelley | | ir: rendering skeleton |
| 6 years ago | Andrew Kelley | | ir: parse type noreturn |
| 6 years ago | Andrew Kelley | | ir: parse export instruction |
| 6 years ago | Andrew Kelley | | ir: parse asm instructions |
| 6 years ago | Andrew Kelley | | ir: parse deref instruction |
| 6 years ago | Andrew Kelley | | ir: parse string literals as parameters |
| 6 years ago | Andrew Kelley | | ir: parse ptrtoint |
| 6 years ago | Andrew Kelley | | ir: more foolproof way to organize instruction parsing |
| 6 years ago | Andrew Kelley | | ir: parsing integer literals |
| 6 years ago | Andrew Kelley | | ir: parse types |
| 6 years ago | Andrew Kelley | | ir: parse fn body |
| 6 years ago | Andrew Kelley | | rework types and values data layout |
| 6 years ago | Andrew Kelley | | generic ir parsing framework |
| 6 years ago | Andrew Kelley | | beginnings of zig ir parser |
| 6 years ago | LemonBoy | | stage1: Fix signed multiplication overflow |
| 6 years ago | Andrew Kelley | | Merge pull request #5097 from Vexu/field |
| 6 years ago | xackus | | fix uninitialized ZigValue |
| 6 years ago | LemonBoy | | std: Introduce the Once synchronization primitive |
| 6 years ago | Andrew Kelley | | Merge branch 'cshenton-patch-1' |
| 6 years ago | Andrew Kelley | | Merge pull request #5088 from Vexu/varargs-fix |
| 6 years ago | Christian Wesselhoeft | | std.os.readv: Add missing iov_count declaration |
| 6 years ago | Andrew Kelley | | update cmake, update readme, in response to the dynamic linking fiasco |
| 6 years ago | Veikka Tuominen | | fix missing compile errors on builtin cast functions |
| 6 years ago | LemonBoy | | stage1: Fix several bugs in constant generation |
| 6 years ago | LemonBoy | | build: Create the output directory if it doesn't exist |
| 6 years ago | LemonBoy | | debug: Minor QOL improvements for osx |
| 6 years ago | Andrius Mitkus | | std: make math.clamp work for common uses, remove automatic bounds swapping |
| 6 years ago | Layne Gustafson | | CC: fix binary dupe with no -o |
| 6 years ago | Joachim Schmidt | | Enable formatting in std.big.Int.format |
|