aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-15macho: fix a sad typo in calculating the address of a TLV pointerJakub Konka
2024-03-15langref: add basic documentation of RLSmlugg
2024-03-14coff: only store PDB basenameElaine Gibson
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-03-14Merge pull request #19273 from mlugg/incremental-some-moreMatthew Lugg
2024-03-14chore: Fix some typosAhmed
2024-03-14reduce garbage for repeated `zig cc -` callsMotiejus Jakštys
2024-03-14remove std.io.PeekStreamAndrew Kelley
2024-03-14std: make std.dwarf.FixedBufferReader publicLuuk de Gram
2024-03-14Zcu: preserve ordering of `usingnamespace` declsmlugg
2024-03-14Zcu: perform orphan checks against uncoerced functionmlugg
2024-03-14compiler: add `func_ies` incremental dependenciesmlugg
2024-03-14compiler: progress towards incrementalmlugg
2024-03-14Zcu: handle updates to file root structmlugg
2024-03-14Zcu: handle incremental updates (more) correctly when scanning namespacesmlugg
2024-03-14Zcu: convert Decl.zir_inst_index to a TrackedInst.Index.Optionalmlugg
2024-03-14Zcu: remove old decls after scanning namespacemlugg
2024-03-14Zcu: rename implicitly-named decls to avoid overriding by explicit declsmlugg
2024-03-14compiler: detect duplicate test names in AstGenmlugg
2024-03-13Merge pull request #19258 from castholm/enums-eval-branch-quotaAndrew Kelley
2024-03-13std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)Jonathan Marler
2024-03-13autodoc: Use `code` for keyboard eventsCarl Åstholm
2024-03-13remove `math.lerp` bounds for tpancelor
2024-03-13Merge pull request #19289 from ianic/issue_19052Andrew Kelley
2024-03-13Fix emscripten exportsAdrià Arrufat
2024-03-13compress.xz: remove unnecessary variableIgor Anić
2024-03-13compress.xz: make reader loop little more readableIgor Anić
2024-03-13compress.xz: remove copyForwards from tight loopIgor Anić
2024-03-13Merge pull request #19257 from ziglang/elf-aarch64-thunks-2Jakub Konka
2024-03-13test/link/elf: do not check for $thunk in thunks tests for nowJakub Konka
2024-03-12{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)Frank Denis
2024-03-12ml_kem.zig: inLen -> in_len (#19269)Frank Denis
2024-03-12elf: re-use output buffer for emitting thunksJakub Konka
2024-03-12elf+aarch64: fix off-by-one in converging on groups interleaved with thunksJakub Konka
2024-03-12test/link/macho: remove redundant 'macho-' prefix from case namesJakub Konka
2024-03-12elf+aarch64: actually write out thunks, and add a proper link testJakub Konka
2024-03-11Merge pull request #19238 from dweiller/ring-bufferAndrew Kelley
2024-03-11Merge pull request #19239 from jedisct1/ml-kemAndrew Kelley
2024-03-11Merge pull request #19229 from tiehuis/ryu-128Andrew Kelley
2024-03-11Merge pull request #19174 from squeek502/lazy-resinatorAndrew Kelley
2024-03-11Merge pull request #19155 from ianic/tar_max_file_sizeAndrew Kelley
2024-03-12Avoid comptime concatenation in `EnumFieldStruct`Carl Åstholm
2024-03-12Move big enum tests to a standalone test caseCarl Åstholm
2024-03-11math.big.int: fix incorrect `bitAnd` behaviortinusgraglin
2024-03-11package: remove git fetch zlib lookahead fixIgor Anić
2024-03-12std.enums: Increase eval branch quotasCarl Åstholm
2024-03-11Merge pull request #18994 from ExpidusOS/feat/container-layout-rename-fieldsVeikka Tuominen
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross