aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-20Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`Veikka Tuominen
2024-01-20Merge pull request #18596 from ypsvlq/mingwAndrew Kelley
2024-01-20AstGen: detect duplicate field namesDavid Rubin
2024-01-20Merge pull request #18622 from ziglang/zig-mod-edge-caseAndrew Kelley
2024-01-19zig cc: expose clang precompiled C header supportXavier Bouchoux
2024-01-19CLI: introduce -M; deprecate --modAndrew Kelley
2024-01-19Compilation: avoid caching root source file twiceAndrew Kelley
2024-01-20mingw: update build logicElaine Gibson
2024-01-19do not enforce function parameters to be marked comptime if only called at co...Meghan Denny
2024-01-19return optional state to `zirPtrCastNoDest`David Rubin
2024-01-18libcxx: fix C++ builds with glibc <2.16 without aligned_allocEmil Tywoniak
2024-01-18Merge pull request #18599 from dweiller/err-union-switch-err-traceAndrew Kelley
2024-01-18std.Uri: change specifier for printing with scheme to semicolon `;`Krzysztof Wolicki
2024-01-18add type check to `zirSwitchBlockErrUnion`David Rubin
2024-01-18astgen: fix error return trace on error union switchdweiller
2024-01-16sema: fix safe integer arithmetic operations on undefined valuesTechatrix
2024-01-16Skip all dbg instructionsocrap7
2024-01-16AstGen: use correct token_src for switch, if and while exprstravisstaloch
2024-01-16translate-c: Explicit cast bool from float fixfebruary cozzocrea
2024-01-16translate-c: Fix for compound assign implicit cast errorfebruary cozzocrea
2024-01-16Merge pull request #18584 from Techatrix/fix-switch-on-errAndrew Kelley
2024-01-15Merge pull request #18168 from cipharius/feature/zig-build-fossil-supportAndrew Kelley
2024-01-15Merge pull request #18569 from dweiller/17944-followupAndrew Kelley
2024-01-16AstGen: properly handle ill-formed switch on errorTechatrix
2024-01-16AstGen: add error message for capture error by ref in switch on errorTechatrix
2024-01-15Accepts generic application/x-compressed in package fetchcipharius
2024-01-15sema: fix OOM bug when constructing error messagesdweiller
2024-01-15Sema: fix `@extern` declsJacob Young
2024-01-15Merge pull request #18560 from ziglang/elf-report-dupesJakub Konka
2024-01-15Merge pull request #17917 from Jan200101/PR/each_lib_rpath_frontendJakub Konka
2024-01-15add `SHT_NOBITS` checkDavid Rubin
2024-01-14Sema: fix compilation errorsAndrew Kelley
2024-01-14sema: allow slicing *T with comptime known [0..1]dweiller
2024-01-14compiler: move each_lib_rpath to frontendJan200101
2024-01-14elf: check for and report duplicate symbol definitionsJakub Konka
2024-01-14Merge pull request #18547 from ziglang/gh-fork-dump-fchmod-fixesAndrew Kelley
2024-01-14mingw: Add missing misc/mingw-access.c and misc/ucrt-access.cKrzysztof Wolicki
2024-01-13libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc >=2.18jimying
2024-01-13autodoc: Rename Module (Compilation Module) to Zcu in preparation for big renameKrzysztof Wolicki
2024-01-13Linux: Add fchmodat fallback when `flags` is nonzeroStephen Gregoratto
2024-01-13Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"Andrew Kelley
2024-01-13Merge pull request #18528 from Luukdegram/wasm-linker-fixesLuuk de Gram
2024-01-12sema: forbid asm output to const localsMeghan Denny
2024-01-12wasm-linker: fix debug info relocationLuuk de Gram
2024-01-12wasm-linker: delay code atom allocation till writeLuuk de Gram
2024-01-12wasm-linker: ensure custom sections are parsedLuuk de Gram
2024-01-11LLVM: fix lowering of extern anyopaqueAndrew Kelley
2024-01-10Merge pull request #18505 from ziglang/tsanAndrew Kelley
2024-01-10translate-c: float cast from boolean expr fixfebruary cozzocrea
2024-01-10tsan: use explicit error setAndrew Kelley