aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2022-04-27behavior test: use expectApproxEqAbs instead of expectEqualAndrew Kelley
2022-04-27add new builtin function `@tan`Andrew Kelley
2022-03-26wasm: Enable passing testsLuuk de Gram
2022-03-23Merge pull request #11280 from Luukdegram/wasm-errorsAndrew Kelley
2022-03-23behavior tests: disable failing stage1 testAndrew Kelley
2022-03-23wasm: Enable all passing testsLuuk de Gram
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-18organize behavior testsAndrew Kelley
2022-03-18Merge pull request #11217 from jmc-88/cbe-tuplesAndrew Kelley
2022-03-18AstGen: labeled blocks should always complete with a normal breakMitchell Hashimoto
2022-03-18bugs/3779: replace expectEqual*() with expect()Daniele Cocca
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-16stage2 ARM: implement addwrap, subwrap, mulwrapjoachimschmidt557
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-15stage2: Fix panic on initializing comptime fields in tupleCody Tapscott
2022-03-15stage2: resolve type fully when resolving inferred allocsMitchell Hashimoto
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-15s/testClz/testCtz/gDaniele Cocca
2022-03-14stage2: fixups for topolarity-comptime-memory-reinterp branchAndrew Kelley
2022-03-14Add test for issue #11139Cody Tapscott
2022-03-14stage2: apply fix for #11165 to codegen.zig for native backendsMitchell Hashimoto
2022-03-14stage2: LLVM codegen of arrays should use type length, not value lengthMitchell Hashimoto
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-12stage2: add compiler test to ensure typed null doesn't coerce to anyMitchell Hashimoto
2022-03-11Sema: fix resolution of inferred error setsAndrew Kelley
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-03-10AstGen: structInitExpr and arrayInitExpr avoid crashAndrew Kelley
2022-03-10stage2: implement integer pointer constantsAndrew Kelley
2022-03-10Sema: if generic function evaluates to another generic function call it inlineVeikka Tuominen
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-09Sema: handle noreturn result in condbr_inlineVeikka Tuominen
2022-03-08stage2 ARM: implement ret_loadjoachimschmidt557
2022-03-08Merge pull request #11079 from Vexu/stage2Andrew Kelley
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-08stage2: correct constness of allocsVeikka Tuominen
2022-03-08stage2: fix mem{set,cpy} for non comptime mutable pointersVeikka Tuominen
2022-03-06wasm: Call `generateSymbol` for updateDeclLuuk de Gram
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-03-02x64: rectify and add missing optionals bitsJakub Konka
2022-03-02Merge pull request #11026 from ziglang/codegen-field-ptrJakub Konka
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-03-01codegen: lower field_ptr to memory across linking backendsJakub Konka
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-26stage2: fix toAllocatedBytes on slicesVeikka Tuominen
2022-02-26stage2: do not require function when evaluating typeOfVeikka Tuominen
2022-02-26stage2: evaluate TypeOf arguments in a separate scopeVeikka Tuominen
2022-02-24stage2: improved handling of store_to_block_ptrAndrew Kelley
2022-02-24stage2: change how stale `store_to_block_ptr`s are detectedVeikka Tuominen