aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-31stage2: Add explicit type qualifier to workaround #13366Cody Tapscott
2022-10-31link/MachO: Avoid depending on host PATH_MAXCody Tapscott
2022-10-30Merge pull request #13360 from topolarity/comptime-bool-binopsAndrew Kelley
2022-10-30Merge pull request #13361 from jacobly0/while-cont-scopeAndrew Kelley
2022-10-30re-apply "Fix C include files not being in `whole` cache (#11365)"Andrew Kelley
2022-10-30zig test: forward target CLI args to zig run when using -ofmt=cAndrew Kelley
2022-10-30Sema: avoid comptime null unwrapJacob Young
2022-10-30stage2: Make `x and false`/`x or true` comptime-knownCody Tapscott
2022-10-30AstGen: avoid accessing value from inner scopeJacob Young
2022-10-30stage1: Make `x and false`/`x or true` comptime-knownCody Tapscott
2022-10-30autodoc: update to new func zir body structureLoris Cro
2022-10-30macho: fix regression in dead strip for x86_64Jakub Konka
2022-10-30macho: do not unnecessarily dupe sym names in resolverJakub Konka
2022-10-29Merge pull request #13093 from jacobly0/backend-fixesAndrew Kelley
2022-10-29Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9Andrew Kelley
2022-10-29glibc: fix race condition when building stubsAndrew Kelley
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-28Merge pull request #13221 from topolarity/packed-memAndrew Kelley
2022-10-28CLI: report error when `-fstage1` requested but not availableAndrew Kelley
2022-10-28translate-c: Better support for division in macrosEvan Haas
2022-10-28Value: Add `@intCast` in `writeToPackedMemory` for 32-bit targetsCody Tapscott
2022-10-28stage2: Use mem.readPackedInt etc. for packed bitcastsCody Tapscott
2022-10-28value: properly hash `null_value` pointerVeikka Tuominen
2022-10-28Sema: further enhance explanation of why expr is evaluated at comptimeVeikka Tuominen
2022-10-28Merge pull request #13290 from Vexu/generic-deletion-mitigationAndrew Kelley
2022-10-27Merge pull request #13288 from Vexu/opt-sliceAndrew Kelley
2022-10-27Sema: Prevent coercion from tuple pointer to mutable slice.InKryption
2022-10-27Merge pull request #13257 from topolarity/ctype-fixesAndrew Kelley
2022-10-27Sema: use `runtime_value` instead of creating allocsVeikka Tuominen
2022-10-27Sema: coerce zero-bit generic args are coerced properlyVeikka Tuominen
2022-10-27libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibcAndrew Kelley
2022-10-27Sema: check `coerceInMemoryAllowed` earlier in `resolvePeerTypes`Veikka Tuominen
2022-10-27llvm: pass optional slices like regular slicesVeikka Tuominen
2022-10-27llvm: do not return undefined pointers from array_to_sliceVeikka Tuominen
2022-10-27Sema: add error for too big packed structVeikka Tuominen
2022-10-27Sema: fix some edge cases with error return traces and typeof blocksVeikka Tuominen
2022-10-27AstGen: fix `ref`ing inferred allocsVeikka Tuominen
2022-10-27translate-c: fix redefinition of label on left recursive comma operatorVeikka Tuominen
2022-10-27translate-c: cleanup unused parametersVeikka Tuominen
2022-10-27llvm: handle namespace like packed structsVeikka Tuominen
2022-10-27stage2: optimize size of optional slicesVeikka Tuominen
2022-10-27remove test case triggering generic deletion bugVeikka Tuominen
2022-10-27Module: mitigate generic deletion bugVeikka Tuominen
2022-10-26make a .rsp file for `zig clang`Hadrien Dorio
2022-10-26Merge pull request #13287 from Luukdegram/wasm-featuresLuuk de Gram
2022-10-26darwin: remove 10.15.7 as available libc from src/target.zigJakub Konka
2022-10-25use fixed-size arrays for feature listsLuuk de Gram
2022-10-25wasm-linker: seperate linker -and cpu featuresLuuk de Gram
2022-10-25wasm-linker: emit `target_features` sectionLuuk de Gram
2022-10-25wasm-linker: validate feature compatibilityLuuk de Gram