| 5 years ago | Martin Wickham | | Revert collateral changes, clarify abortAnonDecl() |
| 5 years ago | Martin Wickham | | Remove my dumb "namespace decl" hack |
| 5 years ago | Martin Wickham | | Declare generic fn dependency earlier to keep invariant |
| 5 years ago | Martin Wickham | | Resolve struct fields in a separate sema context |
| 5 years ago | Martin Wickham | | Fix abortAnonDecl() |
| 5 years ago | Martin Wickham | | Implement hashing and equals for some pointer values |
| 5 years ago | Martin Wickham | | Improve debug names of decls |
| 5 years ago | Martin Wickham | | Fix ownership of array type and elements |
| 5 years ago | Martin Wickham | | Fix decl removal from namespace when destroyed |
| 5 years ago | Martin Wickham | | Fix rendering of type names |
| 5 years ago | Martin Wickham | | Fix namespace references for deeply nested structs |
| 5 years ago | Nathan Michaels | | Document some functions in std.math. |
| 5 years ago | Andrew Kelley | | Merge pull request #9875 from g-w1/timestimes |
| 5 years ago | Martin Wickham | | Add zlib to needed libraries |
| 5 years ago | Andrew Kelley | | build.zig: omit LLVMTableGen from the llvm lib list |
| 5 years ago | Andrew Kelley | | build.zig: update list of LLVM libs |
| 5 years ago | Andrew Kelley | | Merge branch 'llvm13' |
| 5 years ago | Nathan Michaels | | Fix a typo in @ceil documentation. |
| 5 years ago | g-w1 | | stage2: implement array_init instruction (#9843) |
| 5 years ago | Martin Wickham | | Add error message to test runner for bad arguments |
| 5 years ago | Martin Wickham | | Add a panic handler to give better errors for crashes in sema |
| 5 years ago | Matthew Borkowski | | parse.zig: better c pointer prefix parsing, don't index out of bounds on eof |
| 5 years ago | Andrew Kelley | | stage2: fix ELF linking to include compiler_rt |
| 5 years ago | Andrew Kelley | | stage2: LLVM backend: properly set module target data |
| 5 years ago | Andrew Kelley | | stage2: LLVM backend: implement struct type fwd decls |
| 5 years ago | Andrew Kelley | | move some behavior tests to the "passing for stage2" section |
| 5 years ago | Andrew Kelley | | Sema: generic function instantiations gain addrspace of owner Decl |
| 5 years ago | Andrew Kelley | | stage2: put use_llvm and use_stage1 into the Module cache hash |
| 5 years ago | Andrew Kelley | | stage2: enable building compiler_rt when using LLVM backend |
| 5 years ago | Andrew Kelley | | stage2: implement `@clz` and `@ctz` |
| 5 years ago | Andrew Kelley | | AstGen: improved logic for nodeMayNeedMemoryLocation |
| 5 years ago | Andrew Kelley | | saturating arithmetic supports integers only |
| 5 years ago | Andrew Kelley | | Merge pull request #9679 from travisstaloch/sat-arith-operators |
| 5 years ago | Andrew Kelley | | stage2: more arithmetic support |
| 5 years ago | Matthew Borkowski | | deflate.zig: fix bits_left overflow at EndOfStream and @intCast truncation with empty Huffman table |
| 5 years ago | rgreenblatt | | improve panic hierarchy by always using builtin.panic |
| 5 years ago | Martin Wickham | | Stage 2: Support inst.func() syntax (#9827) |
| 5 years ago | Andrew Kelley | | ci: fix typo introduced in earlier commit |
| 5 years ago | Andrew Kelley | | stage2: implement union coercion to its own tag |
| 5 years ago | Andrew Kelley | | ci: azure: run build steps independently to save ram |
| 5 years ago | Andrew Kelley | | stage2: implement basic unions |
| 5 years ago | Mr. Paul | | Langref: fix HTML escaped symbol WASM JavaScript code example |
| 5 years ago | Andrew Kelley | | stage2: implement zirCoerceResultPtr |
| 5 years ago | Andrew Kelley | | stage2: implement `@sizeOf` for non-packed structs |
| 5 years ago | xackus | | os.flock: FreeBSD can return EOPNOTSUPP |
| 5 years ago | Andrew Kelley | | stage2: implement `@memset` and `@memcpy` builtins |
| 5 years ago | Stephen Gregoratto | | Initial bringup of the Solaris/Illumos port |
| 5 years ago | Stephen Gregoratto | | Resolve scope IDs using IPv6 sockets |
| 5 years ago | Martin Wickham | | Fix error references across inline and comptime functions |
| 5 years ago | Joachim Schmidt | | stage2 codegen: move bit definitions to src/arch |
|