aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-07-21Sema: fix OOB access in coerceTupleToStruct (#19620)Bogdan Romanyuk
2024-07-21std.Target: Remove the `r600` arch tag.Alex Rønne Petersen
2024-07-21test: update `make` functions to use `MakeOptions`David Rubin
2024-07-21Revert "Merge pull request #20380 from tau-dev/master"Andrew Kelley
2024-07-21test: check output file caching of run steps with side-effectsTechatrix
2024-07-21fix(fmt): pointer type syntax to index (take 2) (#20336)Will Lillis
2024-07-21ip: use `getExternFunc` in `getCoerced`David Rubin
2024-07-21Merge pull request #20380 from tau-dev/masterAndrew Kelley
2024-07-21fix: remove misleading error note for failed array coercionsWillLillis
2024-07-21fix: Add error notes for method calls on double pointers (#20686)Will Lillis
2024-07-20Merge pull request #20692 from pavelverigo/stage2-wasm-overflow-opsAndrew Kelley
2024-07-20disable failing tests on stage2 backendsPavel Verigo
2024-07-20stage2-wasm: @mulWithOverflow fixes + 128 bit signedPavel Verigo
2024-07-20incr-test: running an updateAndrew Kelley
2024-07-20init incremental compilation check toolAndrew Kelley
2024-07-19llvm: Fix debug gen for 0-bit typesTau
2024-07-19behavior: disable test that triggers an llvm assertionJacob Young
2024-07-18stage2-wasm: improve @shlWithOverflow for <= 128 bitsPavel Verigo
2024-07-18stage2-wasm: enhance add/subWithOverflowPavel Verigo
2024-07-18stage2-wasm: fix big int comparisonPavel Verigo
2024-07-18macho: reinstate duplicate definition checkingJakub Konka
2024-07-18macho: ensure we always name decls like LLVM to avoid confusionJakub Konka
2024-07-18macho: fix unresolved symbols error reportingJakub Konka
2024-07-18macho: test TLS in Zig with x86_64 backendJakub Konka
2024-07-17Merge pull request #20474 from Rexicon226/riscvJakub Konka
2024-07-16- Added special handling for translating C extern variables declared within s...Hayden Riddiford
2024-07-16Sema: add error note for failed coercions to optional types and error unionsWill Lillis
2024-07-15Sema: support pointer subtractionWooster
2024-07-15Tokenizer bug fixes and improvementsgooncreeper
2024-07-15Merge pull request #20633 from ziglang/long-live-zigAndrew Kelley
2024-07-15Sema: disallow casting to opaquefmaggi
2024-07-14riscv: disable failing testsDavid Rubin
2024-07-14riscv: vectors part 3David Rubin
2024-07-14riscv: vectors part 1David Rubin
2024-07-14riscv: implement `@fence`David Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-07-14riscv implement `@sqrt` for f32/f64David Rubin
2024-07-14riscv: `@atomicRmw`David Rubin
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-13Compilation: introduce work stages for better work distributionJacob Young
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12Zcu: allow atomic operations on packed structsJacob Young
2024-07-12std.Build.Step.WriteFile: extract UpdateSourceFilesAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04Zcu: key compile errors on `AnalUnit` where appropriatemlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-07-04Add behavior test: including the sentinel when dereferencing a string literalRyan Liptak
2024-07-03Make 0e.0 and 0xp0 not crashwooster0
2024-07-02stage2-wasm: not op for <= 128 bits intsPavel Verigo