aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/eval.zig
AgeCommit message (Expand)Author
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-02-27stage2 sema: Implement comptime result for comparison of uint to comptime valueCody Tapscott
2022-02-26Sema: make `align(a) T` same as `align(a:0:N) T`Andrew Kelley
2022-02-24Sema: implement tupleFieldVal, fix comptime elem_ptrAndrew Kelley
2022-02-24stage2: improved handling of store_to_block_ptrAndrew Kelley
2022-02-20Sema: fix inline break from a non-comptime scope to outer oneAndrew Kelley
2022-01-26organize behavior testsAndrew Kelley
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-12-21stage2: @shlWithOverflowRobin Voetter
2021-10-21stage2: more division supportAndrew Kelley
2021-10-20stage2: implement slicingAndrew Kelley
2021-10-20stage2: implement big int to float conversionAndrew Kelley
2021-10-20AstGen: make the index variable of `inline for` a `alloc_comptime`Andrew Kelley
2021-10-14stage2: LLVM backend: implement `wrap_optional` AIRAndrew Kelley
2021-10-07stage2: fix comptime_float negationAndrew Kelley
2021-09-28Stage 2: Support inst.func() syntax (#9827)Martin Wickham
2021-09-01stage2: first pass at implementing usingnamespaceAndrew Kelley
2021-08-21stage2: comptime function with the same args is memoizedAndrew Kelley
2021-08-20stage2: field type expressions support referencing localsAndrew Kelley
2021-08-07Sema: implement alloc_inferred_comptimeAndrew Kelley
2021-07-13Fix bigint_shl (#9305)leesongun
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley