aboutsummaryrefslogtreecommitdiff
path: root/src/AstGen.zig
AgeCommit message (Expand)Author
2021-04-08AstGen: implement `@typeInfo` builtinAndrew Kelley
2021-04-08AstGen: implement struct init with ResultLoc.tyAndrew Kelley
2021-04-08stage2: implement array access to a global arrayAndrew Kelley
2021-04-08stage2: revert to only has_decl and export ZIR supportAndrew Kelley
2021-04-08stage2: implement builtin function hasDeclTimon Kruiper
2021-04-08stage2: add a simplified export builtin callTimon Kruiper
2021-04-07Merge pull request #8449 from ziglang/stage2-enumsAndrew Kelley
2021-04-07AstGen: fix incorrect source loc for duplicate enum tagAndrew Kelley
2021-04-07stage2: fix incremental compilation Decl deletion logicAndrew Kelley
2021-04-07AstGen: fix ZIR struct encodingAndrew Kelley
2021-04-07AstGen: fix switch expressions with all prongs noreturnAndrew Kelley
2021-04-07zir: use `node` union field for `alloc_inferred`Andrew Kelley
2021-04-07AstGen: fix `@breakpoint` ZIRAndrew Kelley
2021-04-06stage2: implement simple enumsAndrew Kelley
2021-04-02stage2: progress towards basic structsAndrew Kelley
2021-04-01stage2: implement structs in the frontendAndrew Kelley
2021-04-01stage2: AstGen and ZIR printing for struct declsAndrew Kelley
2021-04-01stage2: implement struct init syntax with ptr result locAndrew Kelley
2021-03-31stage2: finish implementation of LazySrcLocAndrew Kelley
2021-03-31stage2: finish source location reworkings in the branchAndrew Kelley
2021-03-31stage2: compile error for duplicate switch value on booleanAndrew Kelley
2021-03-31astgen: improved handling of coercionAndrew Kelley
2021-03-31Sema: implement switch validation for rangesAndrew Kelley
2021-03-31AstGen: improve switch expressionsAndrew Kelley
2021-03-30AstGen: switch expressions properly handle result locationsAndrew Kelley
2021-03-30stage2: rework AstGen for switch expressionsAndrew Kelley
2021-03-29Sema: implement switch expressionsAndrew Kelley
2021-03-28stage2: guidance on how to implement switch expressionsAndrew Kelley
2021-03-28stage2: fix error setsAndrew Kelley
2021-03-28stage2: implement sema for @errorToInt and @intToErrorjacob gw
2021-03-28AstGen: pass *GenZir as the first arg, not *ModuleIsaac Freund
2021-03-28AstGen: scope result location related functionsIsaac Freund
2021-03-28stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zigIsaac Freund