aboutsummaryrefslogtreecommitdiff
path: root/test/stage2/cbe.zig
AgeCommit message (Expand)Author
2022-08-17Sema: allow empty enums and unionsVeikka Tuominen
2022-07-23Sema: add some more 'declared here' notesVeikka Tuominen
2022-07-21Sema: more union and enum tag type validationVeikka Tuominen
2022-07-21Sema: explain why comptime is neededVeikka Tuominen
2022-07-01Sema: validate `@intToEnum` int operand typeVeikka Tuominen
2022-06-30move passing stage1 compile error tests to stage2Veikka Tuominen
2022-06-09remove a stage2 test case that relies on a very deep compiler stackAndrew Kelley
2022-02-17parser: make some errors point to end of previous tokenVeikka Tuominen
2022-02-13update compile error testsVeikka Tuominen
2021-10-19stage2: implement switching on unionsAndrew Kelley
2021-10-19astgen.zig: fix emitting wrong error unwrapping instructions in tryExprMatthew Borkowski
2021-10-09stage2: add astgen errors for untyped union fields and union field values wit...Matthew Borkowski
2021-08-30stage2: add `@rem` tests to llvm and c backendsMeghan Denny
2021-08-21stage2 Air: add struct_field_ptr_index_{0..3}Jacob G-W
2021-08-19stage2: implement shlJacob G-W
2021-08-19stage2: implement shr and boilerplate for shlJacob G-W
2021-08-06stage2: fix return pointer result locationsAndrew Kelley
2021-07-29stage2: garbage collect unused anon declsAndrew Kelley
2021-07-08C backend: cleanups to wrapping int operationsAndrew Kelley
2021-07-08C backend: add/sub/mul wrapping for the C backendMatt Knight
2021-07-07stage2: basic inferred error set supportAndrew Kelley
2021-07-07stage2: implement `@panic` and beginnigs of inferred error setsAndrew Kelley
2021-07-02tokenizer: clean up invalid token errorAndrew Kelley
2021-07-02AstGen: cleanups to pass more compile error test casesAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21stage2 tests: remove unused varsJacob G-W
2021-05-17stage2: skip recursion test on some hostsAndrew Kelley
2021-05-14stage2: improve Decl dependency managementAndrew Kelley
2021-05-11stage2: improve Decl lifetime managementAndrew Kelley
2021-05-11stage2: update tests now that structs have fully qualified namesAndrew Kelley
2021-05-11stage2: add `owns_tv` flag to `Module.Decl`Andrew Kelley
2021-05-07stage2: fix struct inits not getting fields resolvedAndrew Kelley
2021-05-07stage2: implement global variablesAndrew Kelley
2021-05-06stage2: CBE tests `pub export` instead of `export` mainAndrew Kelley
2021-04-07Merge pull request #8449 from ziglang/stage2-enumsAndrew Kelley
2021-04-07stage2: add remaining enum compile error test casesAndrew Kelley
2021-04-07Sema: fix switch validation '_' prong on wrong typeAndrew Kelley
2021-04-07stage2: fix switch validation of handling all enum valuesAndrew Kelley
2021-04-07Sema: `@intToEnum` error msg includes a "declared here" hintAndrew Kelley
2021-04-07AstGen: fix incorrect source loc for duplicate enum tagAndrew Kelley
2021-04-07stage2: fix incremental compilation handling of parse errorsAndrew Kelley
2021-04-07stage2: fix incremental compilation Decl deletion logicAndrew Kelley
2021-04-07Sema: implement switch validation for enumsAndrew Kelley
2021-04-07Sema: implement comparison analysis for non-numeric typesAndrew Kelley
2021-04-07Sema: DRY up enum field analysis and add "declared here" notesAndrew Kelley
2021-04-07AstGen: fix `@breakpoint` ZIRAndrew Kelley
2021-04-02stage2: implement Type.onePossibleValue for structsAndrew Kelley
2021-04-02stage2: Sema: implement validate_struct_init_ptrAndrew Kelley
2021-04-02stage2: progress towards basic structsAndrew Kelley
2021-03-31stage2: finish implementation of LazySrcLocAndrew Kelley