aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2022-03-23stage2: fix -Domit-stage2 regressionAndrew Kelley
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2022-03-22macho: extend CodeSignature to accept entitlementsJakub Konka
2022-03-17stage2: default to LLVM backendAndrew Kelley
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-11Sema: fix resolution of inferred error setsAndrew Kelley
2022-03-08LLVM: add compile unit to debug infoAndrew Kelley
2022-02-23stage2: make -lgcc_s additionally link libunwindAndrew Kelley
2022-02-23stage1-wasm: implement shared memoryxReveres
2022-02-18stage2: make AIR not reference ZIR for inline assemblyAndrew Kelley
2022-02-17stage2: fix crash using -femit-binAndrew Kelley
2022-02-14haiku add missing cimport include for compilationAl Hoang
2022-02-08std.Progress: make the API infallibleAndrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-27stage2: .stub files are yet another c++ source file extensionAndrew Kelley
2022-01-27stage2: make cuda file extensions a separate enum tag than c++Andrew Kelley
2022-01-27zig cc: Treat cu files as C++ source filesDaniel Saier
2022-01-26zig cc: add --hash-style linker parameterAndrew Kelley
2022-01-25translate-c: update for new function pointer semanticsAndrew Kelley
2022-01-24stage2: rework a lot of stuffAndrew Kelley
2022-01-19lld: allow for entrypoint symbol name to be setKenta Iwasaki
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-13Introduce LinkObject with must_link fieldJakub Konka
2022-01-13zld: support -Wl,-force_load=archive_path flagJakub Konka
2022-01-11Merge branch 'linker-eport-symbols' of github.com:Luukdegram/zig into Luukdeg...Jakub Konka
2022-01-07Pass `--allow-unknown-exports` to wasmtimeLuuk de Gram
2022-01-07lint: duplicate import (#10519)Meghan
2022-01-06wasm-linker: Only export symbols notated as suchLuuk de Gram
2022-01-04stage2: introduce std.builtin.CompilerBackendAndrew Kelley
2022-01-03stage2: introduce renameTmpIntoCache into the linker APIAndrew Kelley
2022-01-02stage2: fix missing items from whole cache mode hashAndrew Kelley
2022-01-02stage2: fix UAF of system_libsAndrew Kelley
2022-01-02stage2: fix implibsAndrew Kelley
2022-01-02stage2: fix memory leak in addNonIncrementalStuffToCacheManifestAndrew Kelley
2022-01-02stage2: fix memory leak of emit_bin.sub_pathAndrew Kelley
2022-01-02stage2: fix not calling deinit() on whole_cache_manifestAndrew Kelley
2022-01-02stage2: CacheMode.whole: trigger loading zig source filesAndrew Kelley
2022-01-02stage2: fix CLI not populating output binary filesAndrew Kelley
2022-01-02stage2: CacheMode.whole fixesAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-28stage2: handle function dependency failures without crashingAndrew Kelley
2021-12-21stage2: error check for mixing --import-table and --export-tableAndrew Kelley
2021-12-21wasm-linker: Implement the --export-table and --import-table flags.Luuk de Gram
2021-12-18macho: handle -install_name option for dylibs/MachOJakub Konka
2021-12-16CLI: helpful error message when libc requested but not providedAndrew Kelley
2021-12-15glibc: improve RISC-V supportAndrew Kelley
2021-12-15glibc: pass -D__GLIBC_MINOR__=XXAndrew Kelley
2021-12-14wasm-linker: Allow specifying symbols to be exportedLuuk de Gram
2021-12-14Fix compilation cache updating bug leading to slow buildsStephen Gutekanst
2021-12-06stage2: improve handling of the generated file builtin.zigAndrew Kelley