aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18pass explicit frame pointer args when compiling C codeAndrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-14breaking: fix @typeInfo handling of global error set typeAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13fix @setRuntimeSafety not able to override release modesAndrew Kelley
2019-03-13Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-12don't resolve dynamic linker for static executablesAndrew Kelley
2019-03-12ability to build musl from sourceAndrew Kelley
2019-03-12building musl start files from sourceAndrew Kelley
2019-03-11stage1 caching system: detect problematic mtimesAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-10fix inconsistent type information of optional C pointersAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-09fix docgen and fix unnecessarily adding .root suffix to objectsAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix linking glibc: caching static libs andAndrew Kelley
2019-03-07fix .d file processing and use -MV to quote spacesAndrew Kelley
2019-03-07better behavior when cache dir unavailableAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-07dynamic_linker_path can be null on some targetsAndrew Kelley
2019-03-07multi-arch glibc headersAndrew Kelley
2019-03-06cross compile glibc startup filesAndrew Kelley
2019-03-05build libunwind.a from source and link itAndrew Kelley
2019-03-05support glibc dl, m, pthread, rtAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-05stop linking against gcc filesAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-04Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-03fix slice of C pointerAndrew Kelley
2019-03-03fix const initialization of optional C pointer to nullAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-03-02all integers returned by @typeInfo are now comptime_intSahnvour
2019-03-02compile error for import outside package pathAndrew Kelley
2019-03-01Merge pull request #2020 from ziglang/kill-namespace-typeAndrew Kelley
2019-03-01gen-h: respect @exportAndrew Kelley
2019-03-01gen-h: use the bare type names for nowAndrew Kelley
2019-03-01@typeInfo for structs and opaque types is the bare nameAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-03-01Use bitwise-and instead of modulo in __zig_return_errorMarc Tiehuis
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-28Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-27fix incorrect use of printf in previous commitAndrew Kelley
2019-02-27print the command that failed when C source code fails to buildAndrew Kelley
2019-02-26fix handling when there are multiple externs andAndrew Kelley