aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-01frontend: add logging to help troubleshoot builtin.zig write failuresAndrew Kelley
2024-01-01compiler: Compilation.Config: trivial refactorAndrew Kelley
2024-01-01frontend: fix populateTestFunctions accessing the wrong moduleAndrew Kelley
2024-01-01restore -fno-emit-bin -femit-llvm-ir functionalityAndrew Kelley
2024-01-01CLI: fix compilation on WindowsAndrew Kelley
2024-01-01Compilation: don't add importlib jobs when outputting C codeAndrew Kelley
2024-01-01link.File.Wasm: remove dead conditionAndrew Kelley
2024-01-01frontend: fix incorrect WebAssembly hasDebugInfo=falseAndrew Kelley
2024-01-01move misc_errors from linker to CompilationAndrew Kelley
2024-01-01frontend: make dll_export_fns=false on non-windowsAndrew Kelley
2024-01-01Compilation: inline the flush functionAndrew Kelley
2024-01-01glibc: fix crash from not setting owner moduleAndrew Kelley
2024-01-01Compilation: fix whole mode cache hashAndrew Kelley
2024-01-01Compilation: consolidate module hashing codeAndrew Kelley
2024-01-01move eh_frame_hdr from link.File to CompilationAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01zig build: reintroduce --prominent-compile-errorsAndrew Kelley
2024-01-01Compilation: several branch regression fixesAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01frontend: remove deprecated field from CompilationAndrew Kelley
2024-01-01frontend: avoid spurious error when no zcuAndrew Kelley
2024-01-01frontend: fix "any" default resolution ambiguityAndrew Kelley
2024-01-01link.File.Elf: bump 32-bit image_base default to 64KAndrew Kelley
2024-01-01CLI: fix logic for zig test error messageAndrew Kelley
2024-01-01fix MachO linkingAndrew Kelley
2024-01-01link.File.Coff: fix relationship between createEmpty/openAndrew Kelley
2024-01-01frontend: skip astgen for builtin.zigAndrew Kelley
2024-01-01compiler: fix UAF when writing builtin.zigAndrew Kelley
2024-01-01fix logic for default entry pointAndrew Kelley
2024-01-01link.Wasm: fix relationship between createEmpty/openAndrew Kelley
2024-01-01link.Elf: truncate=true in createEmptyAndrew Kelley
2024-01-01Zcu: mark outdated decl handling as unreachable from only_c buildsAndrew Kelley
2024-01-01Package.Module: fix typo in default red-zone settingAndrew Kelley
2024-01-01Compilation.Config.resolve: explicit error setAndrew Kelley
2024-01-01CLI: update main usage textAndrew Kelley
2024-01-01CLI: fix logic for sending output file pathAndrew Kelley
2024-01-01CLI: fix not respecting module remappingsAndrew Kelley
2024-01-01zig build: fix logic for extracting executable file from CompilationAndrew Kelley
2024-01-01zig build: pass resolved_target to Module.createAndrew Kelley
2024-01-01CLI: rename clang_argv to cc_argvAndrew Kelley
2024-01-01CLI: better error messages for bad argsAndrew Kelley
2024-01-01resolve error tracing logic at module creation timeAndrew Kelley
2024-01-01CLI: fix regressed logic for any_dyn_libsAndrew Kelley
2024-01-01CLI: mark any_dyn_libs=true when encountering a shared objectAndrew Kelley
2024-01-01fix compilations without zig compilation unitsAndrew Kelley
2024-01-01frontend: fix handling of special builtin moduleAndrew Kelley
2024-01-01fix --show-builtin when no positional argument is providedAndrew Kelley
2024-01-01fix memory leak in addModuleTableToCacheHashAndrew Kelley
2024-01-01fix entry symbol name on mipsAndrew Kelley
2024-01-01linker: rename intermediary_basname to zcu_object_sub_pathAndrew Kelley