aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-03edwards25519 fixes (#11568)Frank Denis
2022-05-02test: regression fix: skip stage1 if not enabledJakub Konka
2022-05-02Allocator: correct `PanicFree` function nameLee Cannon
2022-05-02Avoid some unnecessary underscores in constant namesr00ster91
2022-05-02Sema: coerce comptime_float to fixed-width floatAndrew Kelley
2022-05-01stage1: disable new behavior testsAndrew Kelley
2022-05-01zig build: use CacheMode.whole for build_runner.zigAndrew Kelley
2022-05-01disable failing behavior testsAndrew Kelley
2022-05-01stage2: fix comptime fixed-width float divisionAndrew Kelley
2022-05-01cmake: default install prefix to ./stage1Andrew Kelley
2022-05-01std.heap: Fix typor00ster
2022-04-30CBE: handle returning `undefined` for ErrorUnionDaniele Cocca
2022-04-29Sema: Fix many-pointer array concatenation at comptime (#11512)sin-ack
2022-04-29std.MultiArrayList: add functions `addOne`, `pop`, and `popOrNull` (#11553)InKryption
2022-04-29Merge pull request #11549 from Vexu/stage2-fixesAndrew Kelley
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-04-30Zir: turn extended func into func_extendedVeikka Tuominen
2022-04-30Zir: move more common instructions out of extendedVeikka Tuominen
2022-04-30stage2: fix comptime unreachableVeikka Tuominen
2022-04-29std.SegmentedList: add constIteratorNatalia Cholewa
2022-04-29Merge pull request #11530 from ziglang/test-harnessJakub Konka
2022-04-28CBE: fix renderValue() for struct fields with no runtime bitsDaniele Cocca
2022-04-28Seccomp fixups re: #10717Stephen Gregoratto
2022-04-28compiler-rt: restore stage1 workaroundAndrew Kelley
2022-04-28AstGen: encode negativity into float literalsAndrew Kelley
2022-04-28compiler-rt: upgrade to stage2 fn ptr semanticsAndrew Kelley
2022-04-28Revert "Merge pull request #11214 from iddev5/ay-build-runner"Andrew Kelley
2022-04-28Merge pull request #11541 from Vexu/stage2-slice-field-ptrVeikka Tuominen
2022-04-28Revert "std.testing: add writeZigFile for TmpDir"Andrew Kelley
2022-04-28std.build: fix dll-export-fns APIAndrew Kelley
2022-04-28Merge pull request #11532 from ziglang/compiler-rt-mathAndrew Kelley
2022-04-28test: remove redundant codepaths from test harnessJakub Konka
2022-04-28test: migrate stage1 compile error tests to updated test manifestJakub Konka
2022-04-28test: migrate stage2 independent compile errors to test manifest parserJakub Konka
2022-04-28test: fix incorrect error loc in assert_function x86_64-linux testJakub Konka
2022-04-28test: fix x86_64-macos failuresJakub Konka
2022-04-28test: migrate llvm incremental testsJakub Konka
2022-04-28test: correctly handle multiple backendsJakub Konka
2022-04-28test: migrate plan9 and sparcv9 incremental testsJakub Konka
2022-04-28test: migrate arm incremental testsJakub Konka
2022-04-28test: migrate aarch64 incremental testsJakub Konka
2022-04-28test: migrate riscv64 incremental testsJakub Konka
2022-04-28test: migrate wasm incremental testsJakub Konka
2022-04-28test: enable wasm32-wasi incremental testsJakub Konka
2022-04-28test: recursively walk dir with testsJakub Konka
2022-04-28ci: ignore fmt errors in test/incremental/Jakub Konka
2022-04-28test: remove incremental tests that were ported to the new harnessJakub Konka
2022-04-28test: fix incorrect default target spec; port all incremental testsJakub Konka
2022-04-28test: leave a todo note to explicitly specify ABI for targets in the futureJakub Konka
2022-04-28test: adjust error location for assert_function testJakub Konka