aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bugs
AgeCommit message (Expand)Author
2022-02-23stage2 AArch64: more support for MCValue.got_load and direct_loadjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-02-21Sema: fix comptime union initializationAndrew Kelley
2022-02-21stage2 AArch64: pass a few more behavior testsjoachimschmidt557
2022-02-21stage2 AArch64: replace genMulConstant with binOpjoachimschmidt557
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-10Activate passing behavior testsLuuk de Gram
2022-02-09stage2: handle decl ref to void typesJakub Konka
2022-02-08stage2: handle void type in Elf DWARF genJakub Konka
2022-02-08stage2 ARM: support all integer types in genTypedValuejoachimschmidt557
2022-02-08stage2: tiny improvements all over the placeJakub Konka
2022-02-06stage2 ARM: enable a handful of passing behavior testsjoachimschmidt557
2022-02-03Move passing behavior testsLuuk de Gram
2022-02-03x64: use freeze/unfreeze api; TODO for PIEJakub Konka
2022-02-03elf: add basic handling of .data sectionJakub Konka
2022-01-25wasm: Implement genTypedValue for enumsLuuk de Gram
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-12-22stage2: `Type.hasCodeGenBits` asserts structs and unions have fieldsAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-16stage1: Fix caching of LLVM builtin fnsLemonBoy
2021-10-18astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptrMatthew Borkowski
2021-10-11stage2: support nested structs and arrays and sretAndrew Kelley
2021-09-24Spelling corrections (#9833)Josh Soref
2021-08-19Add mask before truncating dereferenced bit pointers (#9584)Robin Voetter
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-15Fix "unused local constant" errorDaniele Cocca
2021-07-15src: return a null-terminated sliceDaniele Cocca
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-16embedFile: change notation from [X:0] to [N:0]Daniele Cocca
2021-06-16typeName: amend return type to string literalDaniele Cocca
2021-06-16errorName: return a null-terminated sliceDaniele Cocca
2021-06-16tagName: return a null-terminated sliceDaniele Cocca
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
2021-06-10zig fmtAndrew Kelley
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