aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-17Value: convert undefined values to 0xAA for bitwise operationsmlugg
2024-04-17Value: fix out-of-bounds slice access writing zero-bit undef valuemlugg
2024-04-17compiler: un-implement #19634mlugg
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-16x86_64: fix miscompilation regression in package fetching codeJacob Young
2024-04-14Target: cleanupJacob Young
2024-04-12Autodoc: fix root module name in sources.tarIan Johnson
2024-04-13cbe: fix optional codegenJacob Young
2024-04-12translate-c: allow str literals in bool expressionstravisstaloch
2024-04-11fetch: combine unpack error validation in a single functionIgor Anić
2024-04-11translate-c: support macro with 'assert(false && "error message")'travisstaloch
2024-04-10Uri: propagate per-component encodingJacob Young
2024-04-09fetch: use arena allocator for diagnostic/UnpackResultIgor Anić
2024-04-09fetch: add executable bit testIgor Anić
2024-04-09fetch: refactor package root in errorsIgor Anić
2024-04-09fetch: save test casesIgor Anić
2024-04-09fetch: use empty string instead of null for root_dirIgor Anić
2024-04-09fetch: remove root_dir from error messagesIgor Anić
2024-04-09fetch: fix test tarballIgor Anić
2024-04-09fetch: remove test with mount and net dependenciesIgor Anić
2024-04-09fix zig fmtIgor Anić
2024-04-09add commentsIgor Anić
2024-04-09fetch: add pathological packages testIgor Anić
2024-04-09fetch.git: collect file create diagnostic errorsIgor Anić
2024-04-09fetch: update commentsIgor Anić
2024-04-09fetch: remove absolute path from testsIgor Anić
2024-04-09fetch: filter unpack errorsIgor Anić
2024-04-09fetch: return UnpackResult from unpackResourceIgor Anić
2024-04-09tar: store diagnostic errors into UnpackResultIgor Anić
2024-04-09fetch: make failing testIgor Anić
2024-04-08link/elf: do not set soname unless only dynlib (reverts for haiku exec)Jakub Konka
2024-04-08link/elf: handle symbols to begin/end of .eh_frame sectionJakub Konka
2024-04-08link/elf: actually emit DYN when targetting haikuJakub Konka
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-04-08link/elf: propagate Haiku requirement of always passing -shared for imagesJakub Konka
2024-04-08haiku: default to single threaded to work around tls bugsJacob Young
2024-04-08haiku: fix linking issuesJacob Young
2024-04-08cbe: fix struct field location computationJacob Young
2024-04-08cbe: remove threadlocal variables in single threaded modeJacob Young
2024-04-07Merge pull request #18920 from castholm/fmtIdAndrew Kelley
2024-04-07Merge pull request #18988 from castholm/lazy-build-zigAndrew Kelley
2024-04-07Sema: support coercing ref to anonymous array init to many-pointerCarl Åstholm
2024-04-07Sema: fix runtime call of inline fn with comptime-known comptime-only ret typeCarl Åstholm
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-04-07Fix first-time package fetchesIan Johnson
2024-04-06Merge pull request #19562 from Snektron/spirv-remove-cacheAndrew Kelley
2024-04-06x86_64: fix abi of nested structsJacob Young
2024-04-06package manager: set executable bitIgor Anić
2024-04-06Sema: fix non-`pub` `usingnamespace` in `@typeInfo`Jacob Young
2024-04-06Builder: fix encoding big integers in bitcodeJacob Young