aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-17Merge pull request #13964 from ziglang/issue-11737Jakub Konka
2022-12-17zig fmt: fix extra whitespace with multiline stringsyujiri8
2022-12-16macho: identifier string in code signature should be just basenameJakub Konka
2022-12-16macho: fix 32bit buildJakub Konka
2022-12-16macho: move parallel file hashing back to CodeSignatureJakub Konka
2022-12-16macho: RingBuffer experiment to crack down the bugJakub Konka
2022-12-16macho: remove temp debugging routinesJakub Konka
2022-12-16macho: exclude all content of the binary that could cause non-deterministic UUIDJakub Konka
2022-12-16macho: exclude linkedit and symtab/dysymtab load commands from the uuid calcJakub Konka
2022-12-16macho: calculate UUID excluding stabs and part of contributing strtabJakub Konka
2022-12-16macho: store LC headers to often updated LINKEDIT sectionsJakub Konka
2022-12-16macho: generate stabs last to aid in deterministic uuid calculationJakub Konka
2022-12-16Elf: switch link order of libcompiler_rt and libcMotiejus Jakštys
2022-12-16codegen - lower str_lit to vectorTravis Staloch
2022-12-15port packed vector elem ptr logic from stage1Veikka Tuominen
2022-12-16macho: do not assume exe or dylib when flushing moduleJakub Konka
2022-12-16macho: generalize parallel hasher; impl parallel MD5-like hashJakub Konka
2022-12-16macho: calculate UUID as a streaming MD5 hash of the file contentsJakub Konka
2022-12-16macho: dedup LC emitting logicJakub Konka
2022-12-15std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_intMeghan
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-15glibc: avoid poisoning the cache namespace with zig lib dirAndrew Kelley
2022-12-14stage2: remove `pub` from a private functionAndrew Kelley
2022-12-14std.fs.Dir.statFile reworkAndrew Kelley
2022-12-14std.fs.Dir.statFile: use fstatatPhilippe Pittoli
2022-12-14Sema: display cimport errors from clangVeikka Tuominen
2022-12-14Sema: avoid analyzing functions which failed when inliningVeikka Tuominen
2022-12-14Sema: fix memory management of union enum tag int tagVeikka Tuominen
2022-12-14Sema: implement missing stage1 errorsVeikka Tuominen
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-13Merge pull request #13907 from Vexu/call-mergeAndrew Kelley
2022-12-14Merge pull request #12298 from r00ster91/debugerrorVeikka Tuominen
2022-12-13add `zig objcopy` subcommandAndrew Kelley
2022-12-13Merge pull request #13910 from Luukdegram/wasm-simdAndrew Kelley
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-13remove `stack` option from `@call`Veikka Tuominen
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-12stage2: Teach Liveness that safety checks do not modify memoryCody Tapscott
2022-12-12wasm: `splat` for vector elements divisible by 8Luuk de Gram
2022-12-12wasm: implement the 'splat' instruction part 1Luuk de Gram
2022-12-12codegen: implement generating vector valuesLuuk de Gram
2022-12-12wasm: load+store simd immediate valuesLuuk de Gram
2022-12-11update TracyAllocator for new Allocator changesLee Cannon
2022-12-11Add a helpful note when using `**` on number types. (#13871)IntegratedQuantum
2022-12-10Merge pull request #13872 from koachan/sparc64-codegenAndrew Kelley
2022-12-10Merge pull request #13370 from r00ster91/newasciiAndrew Kelley
2022-12-10Compilation: revert asking for exclusive locks on cache hitsAndrew Kelley
2022-12-10stage2: sparc64: Implement airMinMaxKoakuma
2022-12-10stage2: sparc64: Implement airBitReverseKoakuma