aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-19Merge pull request #7318 from kubkon/cc-machoJakub Konka
2020-12-19macho: address review commentsJakub Konka
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-17macho: refactor calculating LEB128 sizesJakub Konka
2020-12-17macho: deduplicate libc headers between macos archJakub Konka
2020-12-17macho: no need to parse symbol/string tablesJakub Konka
2020-12-17macho: cleanup (lazy) binding info tablesJakub Konka
2020-12-17macho: move (lazy)binding tables into imports moduleJakub Konka
2020-12-17macho: parse binding info into a table of entriesJakub Konka
2020-12-17macho: do not error out on unknown load commandsJakub Konka
2020-12-17macho: parse symbol and string tablesJakub Konka
2020-12-17macho: calculate next available dylib ordinalJakub Konka
2020-12-17macho: clean up formattingJakub Konka
2020-12-17macos: add unfiltered aarch64 libc headersJakub Konka
2020-12-17lld+macho: lld xcomp to x86_64 macos now worksJakub Konka
2020-12-17lld+macho: add missing LC_LOAD_DYLIB cmdJakub Konka
2020-12-16zig cc: default to a.exe on windowsAndrew Kelley
2020-12-16stage2: add test_evented_io to cache hashAndrew Kelley
2020-12-16translate-c: detect parenthesized string literalsVeikka Tuominen
2020-12-15Merge pull request #7431 from LemonBoy/fix-7426Andrew Kelley
2020-12-15stage2: Add -include libc-symbols.h when building crtn.SLemonBoy
2020-12-15openbsd: crt0.o file is different when build static or dynamic modeSébastien Marie
2020-12-15openbsd: link with required system libraries (#7380)Sebastien Marie
2020-12-15stage1: Don't skip steps when analyzing union typesLemonBoy
2020-12-13stage2: use %type not @type for libc stubsIsaac Freund
2020-12-13stage1: Fix crash in can_mutate_comptime_var_stateLemonBoy
2020-12-12Merge pull request #7406 from ifreund/dyn-musl2Andrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-13stage2: support dynamically linking musl libcIsaac Freund
2020-12-12glibc: do not provide -lcryptAndrew Kelley
2020-12-11stage2: proper file extension strippingAndrew Kelley
2020-12-11fix deadlock with build-exe on an object for windowsAndrew Kelley
2020-12-11stage2: detect redundant C/C++ source filesAndrew Kelley
2020-12-10CLI: improved local cache directory logicAndrew Kelley
2020-12-10Added global-cache argument to build system + removed extra args.antlilja
2020-12-10Support casting enums to all int types.Evan Haas
2020-12-10translate-c: support referencing c containers in macrosVexu
2020-12-10Merge pull request #7368 from kubkon/macho-trie-cleanupJakub Konka
2020-12-09CLI: infer --name based on first C source file or objectAndrew Kelley
2020-12-09Do not keep the build.zig cache manifest file locked.Timon Kruiper
2020-12-09lld+macho: clean up error message when padding insufficientJakub Konka
2020-12-09stage2+macho: write code signature only when targeting aarch64Jakub Konka
2020-12-09macho: parsing Trie now takes a reader and returns bytes readJakub Konka
2020-12-09macho: split writing Trie into finalize and const writeJakub Konka
2020-12-09macho: add generic terminal info nullable struct to a nodeJakub Konka
2020-12-09macho: cleanup export trie generation and parsingJakub Konka
2020-12-09Merge pull request #7367 from kubkon/aarch64-stp-ldpAndrew Kelley
2020-12-09Merge pull request #7362 from Vexu/stdAndrew Kelley
2020-12-09Merge pull request #7366 from LemonBoy/fix-7346Andrew Kelley
2020-12-09stage2+aarch64: clean up offset helper structsJakub Konka