aboutsummaryrefslogtreecommitdiff
path: root/src/stage1
AgeCommit message (Expand)Author
2020-10-06stage1: use size_t over int as index in resolve_opaque_typeTadeo Kondrak
2020-10-06stage1: disallow fields in opaque typesTadeo Kondrak
2020-10-06Add opaque type syntaxTadeo Kondrak
2020-10-05Merge pull request #6472 from alexnask/add_some_freesAndrew Kelley
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-10-04Merge branch 'master' of https://github.com/ziglang/zig into add_some_freesAlexandros Naskos
2020-10-03stage1: better value for builtin.link_modeAndrew Kelley
2020-10-03stage0: check for some more required parametersTadeo Kondrak
2020-10-03stage1: delete unused os codeTadeo Kondrak
2020-10-03Revert "Include dbg.h to third-party libs"Tadeo Kondrak
2020-10-03Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...Alexandros Naskos
2020-10-01Allow enums with explicit extern-allowed tag types in extern typesTadeo Kondrak
2020-10-01Switch TypeInfo.Fn.alignment to comptime_int from u29Tadeo Kondrak
2020-10-01stage1: Implement @Type for Fn and BoundFnTadeo Kondrak
2020-10-01stage1: Add alignment to TypeInfo.FnTadeo Kondrak
2020-10-01Switch TypeInfo alignment fields from u29 to comptime_intTadeo Kondrak
2020-10-01Add alignment field to TypeInfo.UnionField and TypeInfo.StructFieldTadeo Kondrak
2020-10-01Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_intTadeo Kondrak
2020-09-30Added some c_allocator.deallocate callsAlexandros Naskos
2020-09-30Added a few ZigList deinit callsAlexandros Naskos
2020-09-30stage1: Fix @Type(.Enum) with invalid tag_typeTadeo Kondrak
2020-09-30Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-26stage0: update CLI to match stage2Andrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-24stage2: implement @cImportAndrew Kelley
2020-09-21Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-21fix regressed stage2 test harnessAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley