Tadeo Kondrak
|
183d1d4ba1
|
Switch TypeInfo.Fn.alignment to comptime_int from u29
All integers in TypeInfo are intentionally comptime_int:
https://github.com/ziglang/zig/issues/1683
|
2020-10-01 18:01:41 -06:00 |
|
Tadeo Kondrak
|
e18fdc12b0
|
stage1: Implement @Type for Fn and BoundFn
|
2020-10-01 18:01:38 -06:00 |
|
Tadeo Kondrak
|
97ab720d84
|
stage1: Add alignment to TypeInfo.Fn
|
2020-10-01 17:59:42 -06:00 |
|
Tadeo Kondrak
|
a12203d2be
|
Switch TypeInfo alignment fields from u29 to comptime_int
|
2020-10-01 15:01:28 -06:00 |
|
Tadeo Kondrak
|
d81648ce8c
|
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Closes https://github.com/ziglang/zig/issues/6122
|
2020-10-01 15:01:25 -06:00 |
|
Tadeo Kondrak
|
77df5dae7f
|
Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_int
|
2020-10-01 15:01:24 -06:00 |
|
Tadeo Kondrak
|
e903b00eec
|
stage1: Fix @Type(.Enum) with invalid tag_type
Fixes https://github.com/ziglang/zig/issues/6459
|
2020-09-30 07:02:38 -06:00 |
|
Andrew Kelley
|
b811a99af9
|
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
|
2020-09-29 14:53:48 -07:00 |
|
Andrew Kelley
|
054fafd7d9
|
stage2: implement @cImport
Also rename Cache.CacheHash to Cache.Manifest
|
2020-09-24 16:22:45 -07:00 |
|
Andrew Kelley
|
0c70bb4fce
|
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
|
2020-09-21 21:16:46 -07:00 |
|
Andrew Kelley
|
528832bd3a
|
rename src-self-hosted/ to src/
|
2020-09-21 18:38:55 -07:00 |
|