aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-01-13Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"Andrew Kelley
2024-01-13std.http: add missing documentation and a few examplesNameless
2024-01-12sema: forbid asm output to const localsMeghan Denny
2024-01-11LLVM: fix lowering of extern anyopaqueAndrew Kelley
2024-01-10translate-c: float cast from boolean expr fixfebruary cozzocrea
2024-01-09AstGen: add error for redundant comptime var in comptime scope (#18242)Bogdan Romanyuk
2024-01-09Merge pull request #18486 from castholm/undefined-versionAndrew Kelley
2024-01-09Add tests for `--undefined-version`Carl Åstholm
2024-01-09sema: inherit block want_safety for err switch uniondweiller
2024-01-09test: add tests for switch_block_err_uniondweiller
2024-01-07Merge pull request #18470 from castholm/typeInfo-sentinelsAndrew Kelley
2024-01-08llvm: optional slices cannot be passed in parts when they allowzeroVeikka Tuominen
2024-01-07remove tool: update-license-headersAndrew Kelley
2024-01-07Fix failing type reificationsCarl Åstholm
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-04test glibc_runtime_check: add strlcpy() checkPat Tullmann
2024-01-04test/link/glibc_compat: test various older glibc versionsPat Tullmann
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-04sema: Prevent reifying non-empty union with empty tag typeCarl Åstholm
2024-01-04Merge pull request #18376 from amp-59/shl_exact_comptime_int_to_shlAndrew Kelley
2024-01-03Merge pull request #17431 from castholm/expectEqualAndrew Kelley
2024-01-04`@shlExact` fixupsAndrew Kelley
2024-01-04Sema: fix crash compiling `@shlExact`amp-59
2024-01-03Merge pull request #18431 from jacobly0/cbe-externAndrew Kelley
2024-01-03Correct expected/actual parameter order of some assertionsCarl Åstholm
2024-01-03Remove some `@as` coercions from assertionsCarl Åstholm
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2024-01-03add missing resolveStructFieldInitsxdBronch
2024-01-03cbe: fix non-msvc externs and exportsJacob Young
2024-01-03Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Jacob Young
2024-01-03Sema: Added logic to avoid unchecked operations calling `preparePanicId` (#18...amp-59
2024-01-02Merge pull request #18160 from ziglang/std-build-moduleAndrew Kelley
2024-01-02Merge pull request #18410 from dweiller/by-length-slice-bugVeikka Tuominen
2024-01-02Liveness: fix branch operands becoming aliasedarbrk1
2024-01-01disable standalone coff_dwarf test on aarch64-windowsAndrew Kelley
2024-01-01add standalone test for depending on the main moduleAndrew Kelley
2024-01-01fix stack_iterator test build scriptAndrew Kelley
2024-01-01test.link.glibc_compat: fix invalid build system API usageAndrew Kelley
2024-01-01update stack trace tests to account for new defaultsAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix windows-only test case not upgraded to new build APIAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
2024-01-01Merge pull request #17824 from kcbanner/fixup_msvc_fmaxAndrew Kelley
2023-12-31sema: add compile error for OOB by-length slice of arraydweiller
2023-12-29Sema: Initialise `want_safety` for switch prong child blockamp-59