| 8 years ago | Alexandros Naskos | | Small fix. |
| 8 years ago | Alexandros Naskos | | Added typeInfo to langref built_ins |
| 8 years ago | Alexandros Naskos | | Fixed type info test, added documentation. |
| 8 years ago | Alexandros Naskos | | Added type info tests to behavior test listing |
| 8 years ago | Alexandros Naskos | | Resolved merge conflict. |
| 8 years ago | Alexandros Naskos | | Added typeInfo tests |
| 8 years ago | Alexandros Naskos | | Added tests. |
| 8 years ago | Alexandros Naskos | | Finished FnDef TypeInfo generation (warning: may be buggy). |
| 8 years ago | Alexandros Naskos | | More FnDef TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Started work on function definition TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Generating TypeInfo's now forces definitions to be resolved. |
| 8 years ago | Alexandros Naskos | | Added definition TypeInfo generation, except for function definitions. |
| 8 years ago | Alexandros Naskos | | Added BoundFn TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Added Fn TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Added struct TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Fixed enum tag type detection in TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Added ErrorUnion, Union TypeInfo generation |
| 8 years ago | Alexandros Naskos | | Switched to shallow TypeInfo. |
| 8 years ago | Alexandros Naskos | | Added ErrorSet TypeInfo generation. |
| 8 years ago | Alexandros Naskos | | Added Enum TypeInfo except for methods |
| 8 years ago | Alexandros Naskos | | Reset parent on cached TypeInfo values if we need to. |
| 8 years ago | Alexandros Naskos | | Added TypeInfo cache |
| 8 years ago | Alexandros Naskos | | Cleanup |
| 8 years ago | Alexandros Naskos | | Changed TypeInfo layout. |
| 8 years ago | Alexandros Naskos | | Fixed ir_type_info_struct_set_parent for struct parents. |
| 8 years ago | Alexandros Naskos | | Added checks for field name/index mapping in TypeInfo generation. Abstracted the parent setting out. |
| 8 years ago | Alexandros Naskos | | Fixed comptime union void field access |
| 8 years ago | Alexandros Naskos | | Added ArrayInfo, NullableInfo, PromiseInfo generation |
| 8 years ago | Alexandros Naskos | | PointerInfo child is known at comptime |
| 8 years ago | Alexandros Naskos | | Fixed PointerInfo generation |
| 8 years ago | Alexandros Naskos | | PointerInfo child is a pointer to a TypeInfo union, still not working correctly |
| 8 years ago | Alexandros Naskos | | Added (broken) pointer info, float info |
| 8 years ago | Alexandros Naskos | | Fixed IntInfo generation. |
| 8 years ago | Alexandros Naskos | | Attempt at adding comptime union field access |
| 8 years ago | Alexandros Naskos | | @typeInfo with void payloads now works! |
| 8 years ago | Alexandros Naskos | | One step towards @typeInfo |
| 8 years ago | Andrew Kelley | | fix bigint twos complement implementation |
| 8 years ago | Andrew Kelley | | add compile error for invalid deref on switch target |
| 8 years ago | Andrew Kelley | | exit(1) instead of abort() for file not found |
| 8 years ago | Andrew Kelley | | fix windows build broken by previous commit |
| 8 years ago | Andrew Kelley | | better error reporting for missing libc on windows |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-std.os.time' |
| 8 years ago | Andrew Kelley | | add alignment docs |
| 8 years ago | Andrew Kelley |  | Merge pull request #939 from tgschultz/large-alignment-directalloc |
| 8 years ago | Andrew Kelley | | travis: use encrypted env vars for s3 credentials |
| 8 years ago | Andrew Kelley | | add test case for #936 |
| 8 years ago | Andrew Kelley | | std.zig.parser: remove unused field |
| 8 years ago | Harry Eakins | | Changed all MB to MiB |
| 8 years ago | Harry Eakins | | Readability improvements and bug-fix to std/crypto/throughput_test.zig |
| 8 years ago | Andrew Kelley | | zig fmt: preserve comments in front of test blocks |
|