| 4 years ago | Andrew Kelley | | stage2: implement more C pointer Sema and comptime ptr arith |
| 4 years ago | Michael Byrne | | Minor rewording of "Shadowing" section within language reference |
| 4 years ago | Andrew Kelley | | stage2: LLVM backend: fix optional_payload instructions |
| 4 years ago | Andrew Kelley | | stage2: implement aligned variables and `@alignCast` |
| 4 years ago | Andrew Kelley | | stage2: slice and alignment fixes |
| 4 years ago | Andrew Kelley | | Sema: fix a couple use-after-free bugs |
| 4 years ago | Andrew Kelley | | stage2: fix Decl addrspace being undefined |
| 4 years ago | Andrew Kelley | | stage2: change `@bitCast` to always be by-value |
| 4 years ago | Andrew Kelley | | zig libc: export floorl and ceill |
| 4 years ago | Jakub Konka | | macho: dump linker's state as JSON |
| 4 years ago | Andrew Kelley | | Sema: resoveTypeLayout resolves optionals and error unions too |
| 4 years ago | Andrew Kelley | | stage2: LLVM backend: add a missing setUnnamedAddr |
| 4 years ago | Andrew Kelley | | Sema: fix type checking of `@intToFloat` operands |
| 4 years ago | Andrew Kelley | | stage2: implement comptime loads through casted pointers |
| 4 years ago | Andrew Kelley | | stage2: fix Value.copy not copying arrays |
| 4 years ago | Andrew Kelley | | stage2: more division support |
| 4 years ago | Robin Voetter | | stage2: truncation |
| 4 years ago | Andrew Kelley |  | Merge pull request #9993 from Snektron/more-field-elem |
| 4 years ago | Jonathan Marler | | InstallRawStep: handle empty segments |
| 4 years ago | Jonathan Marler | | distinguish between unexpected child process exit code and unclean exit |
| 4 years ago | Andrew Kelley | | stage2: implement slicing |
| 4 years ago | Andrew Kelley | | Sema: fix missing copy in array multiplication |
| 4 years ago | Andrew Kelley | | stage2: LLVM backend: fix decls sometimes not marked alive |
| 4 years ago | Andrew Kelley | | stage2: implement big int to float conversion |
| 4 years ago | Andrew Kelley | | AstGen: make the index variable of `inline for` a `alloc_comptime` |
| 4 years ago | Andrew Kelley | | stage2: fix inline assembly with expression output |
| 4 years ago | Stéphan Kochen | | translate-c: create `inline fn` for always_inline |
| 4 years ago | Andrew Kelley | | stage2: LLVM backend: implement switch_br |
| 4 years ago | Andrew Kelley | | stage2: implement switching on unions |
| 4 years ago | Andrew Kelley |  | Merge pull request #9984 from Snektron/field-elem-access |
| 4 years ago | Jakub Konka | | macho: fix LLVM codepaths in self-hosted linker |
| 4 years ago | Matthew Borkowski | | translate_c: prevent a while under an if from stealing the else |
| 4 years ago | Matthew Borkowski | | astgen.zig: fix emitting wrong error unwrapping instructions in tryExpr |
| 4 years ago | Sizhe Zhao | | src/link/C/zig.h: Fix indent |
| 4 years ago | Andrew Kelley | | stage2: fix coercion of error set to error union |
| 4 years ago | Andrew Kelley | | coff linking: honor the link_libunwind flag |
| 4 years ago | Matthew Borkowski | | astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptr |
| 4 years ago | Andrew Kelley |  | Merge pull request #9966 from nektro/stage2-hasfield |
| 4 years ago | Andrew Kelley | | stage2: implement coercion from null to C pointer |
| 4 years ago | Andrew Kelley | | stage2: implement `@embedFile` |
| 4 years ago | Andrew Kelley |  | Merge pull request #9960 from Snektron/bit-not |
| 4 years ago | Andrew Kelley | | stage2: LLVM backend: lower constant field/elem ptrs |
| 4 years ago | Andrew Kelley | | stage2: fix handling of error unions as return type |
| 4 years ago | Andrew Kelley | | stage2: implement error wrapping |
| 4 years ago | Max Hollmann | | Move `compareFn` from init to type constructor in `PriorityQueue` and `PriorityDequeue`. |
| 4 years ago | Jonathan Marler | | actually fix child process deadlock on windows |
| 4 years ago | LemonBoy | | std: Fix endless loop in fmt impl |
| 4 years ago | Stephen Gregoratto | | Linux: Update syscall numbers for 5.14 |
| 4 years ago | Andrew Kelley | | stage2: add haveFieldTypes() assertions |
| 4 years ago | Andrew Kelley | | Sema: coercion from error sets to `anyerror` |
|