aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2022-10-12codegen: add support for lowering .field_ptr on a slicejacobly0
2022-10-11stage2 LLVM: Use a packed aggregate for union payload initCody Tapscott
2022-10-05Zir: handle ranges in `getMultiProng`Veikka Tuominen
2022-09-30Type: correctly handle ABI align strat for optionals and error unionsVeikka Tuominen
2022-09-29Sema: fix resolveInferredErrorSet panic when generic inline functionkkHAIKE
2022-09-24Sema: avoid generic parameter error in nested function typeVeikka Tuominen
2022-09-24Sema: avoid using `pointerDecl` when dealing with slicesVeikka Tuominen
2022-09-23Sema: resolve struct layout in `zirStructInit`Veikka Tuominen
2022-09-23Sema: preserve volatileness when constructing field pointersVeikka Tuominen
2022-09-21AstGen: make loop body's ResultLoc .nonekkHAIKE
2022-09-20Sema: check pointer qualifiers before implicit castVeikka Tuominen
2022-09-15Sema: handle comptime fields in field call bindVeikka Tuominen
2022-09-15Sema: resolve lazy align in reifyStructVeikka Tuominen
2022-09-15Sema: handle empty_struct_value in beginComptimePtrMutationVeikka Tuominen
2022-09-13Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-12remove pointless discardsAndrew Kelley
2022-09-09Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-08llvm: handle pointers in packed structs in more placesVeikka Tuominen
2022-09-06Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-04llvm: fix the `type` parameter of `GlobalAlias`riChar
2022-08-29skip new behavior tests that do not pass for stage1Andrew Kelley
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