aboutsummaryrefslogtreecommitdiff
path: root/src/Value.zig
AgeCommit message (Expand)Author
2025-02-22Dwarf: fix lowering of comptime-only optional pointer `null` valuesJacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-29Sema: `@memcpy` changesmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16compiler: make it easier to apply breaking changes to `std.builtin`mlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15wasm linker: implement `@tagName` for sparse enumsAndrew Kelley
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2024-12-29Value: implement `orderAgainstZeroInner` for errorsDavid Rubin
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-18compiler: move `RuntimeIndex` to `Sema`mlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22Cause a compilation error to occur if using @extern with is_dll_import in a c...kcbanner
2024-10-19compiler: avoid unreasonable eval branch quotasmlugg
2024-10-19compiler: introduce new `CallingConvention`mlugg
2024-09-26remove formatted panicsAndrew Kelley
2024-09-17Sema: clean up cmpNumericmlugg
2024-09-01compiler: implement labeled switch/continuemlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27Dwarf: fix and test string formatJacob Young
2024-08-25fix up merge conflicts with masterDavid Rubin
2024-08-25value: remove deprecated `Module` usagesDavid Rubin
2024-08-25sema: clean-up `{union,struct}FieldAlignment` and friendsDavid Rubin
2024-08-25sema: rework type resolution to use Zcu when possibleDavid Rubin
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-16Value: eliminate static recursion loop from value printingmlugg
2024-07-16Type,Value: mark `ResolveStrat` parameter of type queries as `comptime`mlugg
2024-07-15Sema: support pointer subtractionWooster
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: implement and use thread-safe list for stringsJacob Young
2024-07-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04compiler: type.zig -> Type.zigmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-15Zcu: rework source locationsmlugg
2024-04-17Sema: cap depth of value printing in type namesmlugg
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: rework comptime pointer representation and accessmlugg
2024-04-08InternPool: remove slice from byte aggregate keysJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-26Value: fix underflow reading large `u64` values from packed memorymlugg
2024-03-26compiler: eliminate TypedValuemlugg
2024-03-26compiler: eliminate most usages of TypedValuemlugg
2024-03-26compiler: audit uses of `ptr.addr` in the frontendmlugg