aboutsummaryrefslogtreecommitdiff
path: root/src/Value.zig
AgeCommit message (Expand)Author
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-12fix: remove incorrect '&'Justus Klausecker
2025-08-12replace even more aggregate internsJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-06-15big.int: implement float conversionsJacob Young
2025-06-12Allow more operators on bool vectors (#24131)Daniel Kongsgaard
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-04-11Value: ensure that extern structs have their layout resolved in ptrFieldkcbanner
2025-03-24big.int: return normalized results from `{add,sub}Carry`David Rubin
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-03-03Value: fix comparison of NaN in compareHeteroAdvanacedkcbanner
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