aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-01-01Compilation: don't store arena until it's done being usedAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01compilation: fix build artifact communication from sub-compilationAndrew Kelley
2024-01-01Elf: fix invalid free of path fieldAndrew Kelley
2024-01-01Elf: fix createEmpty not creating the fileAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01Compilation: oops! used comp before initAndrew Kelley
2024-01-01MachO: rip out the caching mechanismAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01linker: fix some allocator referencesAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01update codegen.llvm references to bin_file.optionsAndrew Kelley
2024-01-01glibc: update to new Compilation APIAndrew Kelley
2024-01-01tsan: update to new Compilation APIAndrew Kelley
2024-01-01libcxx: update to new Compilation APIAndrew Kelley