aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-02test: regression fix: skip stage1 if not enabledJakub Konka
2022-05-02Sema: coerce comptime_float to fixed-width floatAndrew Kelley
2022-05-01zig build: use CacheMode.whole for build_runner.zigAndrew Kelley
2022-05-01stage2: fix comptime fixed-width float divisionAndrew Kelley
2022-04-30CBE: handle returning `undefined` for ErrorUnionDaniele Cocca
2022-04-29Sema: Fix many-pointer array concatenation at comptime (#11512)sin-ack
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-29Merge pull request #11530 from ziglang/test-harnessJakub Konka
2022-04-28CBE: fix renderValue() for struct fields with no runtime bitsDaniele Cocca
2022-04-28AstGen: encode negativity into float literalsAndrew Kelley
2022-04-28Merge pull request #11541 from Vexu/stage2-slice-field-ptrVeikka Tuominen
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: correctly handle multiple backendsJakub Konka
2022-04-28test: enable wasm32-wasi incremental testsJakub Konka
2022-04-28test: recursively walk dir with testsJakub 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: fix pointer invalidation bug in the harnessJakub Konka
2022-04-28test: set case name from initial filename for a sequenceJakub Konka
2022-04-28test: unroll into multiple cases, provide default parsersJakub Konka
2022-04-28test: add comptime struct holding default config valuesJakub Konka
2022-04-28test: pass Strategy per directory of testsJakub Konka
2022-04-28test: parse all of manifest in TestManifest abstractionJakub Konka
2022-04-28test: abstract away test manifest parser into separate structJakub Konka
2022-04-28TypedValue: pretty print slicesVeikka Tuominen
2022-04-28Sema: fix slice field modification at comptimeVeikka Tuominen
2022-04-27stage1: fix incorrect struct paddingAndrew Kelley
2022-04-27stage1: fix i386-windows f80 sizeof/alignofAndrew Kelley
2022-04-27stage1: add missing comptime float opsAndrew Kelley
2022-04-27compiler-rt: avoid symbol conflictsAndrew Kelley
2022-04-27enable newly passing behavior testsAndrew Kelley
2022-04-27add new builtin function `@tan`Andrew Kelley
2022-04-27stage2: fix recent LLVM backend codeAndrew Kelley
2022-04-27stage2: Manually lower softfloat ops when neededCody Tapscott
2022-04-27stage1: Manually lower softfloat ops when neededCody Tapscott
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-26Remove usage of inline for from print_targets.cmdTargetsJimmi Holst Christensen
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-26Merge pull request #11336 from wsengir/stage2-optimize-intcastAndrew Kelley
2022-04-26wasm: Implement codegen for C-ABILuuk de Gram
2022-04-26wasm: Initial C-ABI implementationLuuk de Gram
2022-04-24Sema: fix export with Internal linkageAndrew Kelley
2022-04-22Sema: combine signed->unsigned and shrinkage runtime checks in intCastWilliam Sengir