aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2022-09-12remove pointless discardsAndrew Kelley
2022-09-08llvm: handle pointers in packed structs in more placesVeikka Tuominen
2022-09-04llvm: fix the `type` parameter of `GlobalAlias`riChar
2022-08-26Sema: ensure resolveTypeFields is called for optional and error union typesmartinhath
2022-08-24stage2: explicitly tagged enums no longer have one possible valueAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-13stage2 astgen: Use `rl` semantics for `@Type`Cody Tapscott
2022-07-23Sema: bad union field access safetyVeikka Tuominen
2022-07-21Sema: validate extern struct field types earlierVeikka Tuominen
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-08stage1: Fix seg-fault when slicing string literal with sentinelCody Tapscott
2022-07-05Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-05fix behavior test which was relying on UBAndrew Kelley
2022-07-05stage2: Fix corrupted Type when de-referencing field pointerCody Tapscott
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-06-24stage2: sparc64: Skip Sema-failing tests for nowKoakuma
2022-06-09upgrade behavior test to stage2 fn ptr semanticsAndrew Kelley
2022-06-08add a missing align() to a behavior testAndrew Kelley
2022-06-08stage2: fix type printing of sub-byte pointersAndrew Kelley
2022-06-07x64: pass behavior test bugs/1381Jakub Konka
2022-06-07LLVM: handle extern function name collisionsAndrew Kelley
2022-06-05elf+macho: use explicit alignment on decl is specifiedJakub Konka
2022-06-05x64: disable misbehaving behavior testsJakub Konka
2022-06-01Sema: fix compiler crash with comptime arithmetic involving `@ptrToInt`Andrew Kelley
2022-06-01disable failing testVeikka Tuominen
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-05-27Merge pull request #11733 from Vexu/stage2Andrew Kelley
2022-05-27stage2: add test for fixed issueVeikka Tuominen
2022-05-26clean up some behavior testsAndrew Kelley
2022-05-18wasm: enable 128bit integer behavior testsLuuk de Gram
2022-04-29Merge pull request #11530 from ziglang/test-harnessJakub Konka
2022-04-28test: recursively walk dir with testsJakub Konka
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