aboutsummaryrefslogtreecommitdiff
path: root/src/print_zir.zig
AgeCommit message (Expand)Author
2025-09-20frontend: replace elem_val_node with elem_ptr_loadAndrew Kelley
2025-09-20frontend: replace field_val and field_val_namedAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28AstGen: forward result type through unary float builtinsDavid Rubin
2025-08-13sema: strip `@splat` operand result type before checking itDavid Rubin
2025-08-07Add support for both '_' and 'else' prongs at the same time in switch statementsJustus Klausecker
2025-08-07Permit explicit tags with '_' switch prongJustus Klausecker
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-04-26compiler: add @memmove builtindweiller
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26initial implementation of `@deprecated`Loris Cro
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-05compiler: provide result type to sentinel expression in slice operationmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-02-01compiler: do not propagate result type to `try` operandmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2024-12-31compiler: ensure local `const`s in comptime scope are comptime-knownmlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-23Zir: refactor `declaration` instruction representationmlugg
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-15compiler: remove doc comments from Zirmlugg
2024-12-05compiler: allow files with AstGen errors to undergo semantic analysismlugg
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-19compiler: remove @setAlignStackmlugg
2024-10-10Sema: implement @splat for arraysmlugg
2024-10-04remove `@fence` (#21585)David Rubin
2024-09-16compiler: provide correct result types to `+=` and `-=`mlugg
2024-09-04Merge pull request #21257 from mlugg/computed-goto-3Andrew Kelley
2024-09-01compiler: implement labeled switch/continuemlugg
2024-09-01compiler: implement decl literalsmlugg
2024-09-01compiler: provide result type to operand of `try`mlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler: implement `@branchHint`, replacing `@setCold`mlugg
2024-08-27compiler: make `@export` take a pointermlugg
2024-08-18Zir: add instructions to fetch std.builtin typesmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-07-22add new builtin: `@disableInstrumentation`Andrew Kelley
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-06-26Zir: make `src_line` absolute for `declaration` instructionsmlugg
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-18Zir: provide absolute node for `reify`mlugg