aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu/PerThread.zig
AgeCommit message (Expand)Author
2024-12-19compiler: disallow `align` etc annotations on comptime-only globalsmlugg
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-15compiler: remove doc comments from Zirmlugg
2024-12-11std.Build.Cache.hit: work around macOS kernel bugAndrew Kelley
2024-12-10std.Build.Cache.hit: more discipline in error handlingAndrew Kelley
2024-12-06Zcu: allow test declarations to be failedmlugg
2024-12-05compiler: incremental compilation fixesmlugg
2024-12-05compiler: allow files with AstGen errors to undergo semantic analysismlugg
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-23combine codegen work queue and linker task queueAndrew Kelley
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22Add support for specifying `dll_storage_class` in @externkcbanner
2024-10-19compiler: introduce new `CallingConvention`mlugg
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-09-26I think it's better to put the imports at the topAndrew Kelley
2024-09-26fixes and make sema report errors when std.builtin wrongAndrew Kelley
2024-09-26reimplement integer overflow safety panic function callsAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-15compiler: always resolve field inits, remove unnecessary eager resolutionmlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-09comp: `populateTestFunctions` shouldn't bubble up `AnalysisFail`David Rubin
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27Zcu: avoid trying to link failed container types and contained navsJacob Young
2024-08-27compiler: implement `@branchHint`, replacing `@setCold`mlugg
2024-08-25fix up merge conflicts with masterDavid Rubin
2024-08-25remove `mod` aliases for ZcusDavid 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-24incremental: fix adding/removing aggregate fieldsmlugg
2024-08-20Dwarf: fix issues with inline call sitesJacob Young
2024-08-20Dwarf: emit info about inline call sitesJacob Young
2024-08-18Zir: add instructions to fetch std.builtin typesmlugg
2024-08-18frontend: handle incremental updates of replaced runtime functionsmlugg
2024-08-18frontend: removed resolved IES data for outdated functionsmlugg
2024-08-17compiler: add some doc commentsmlugg
2024-08-17frontend: incremental compilation progressmlugg
2024-08-17InternPool: don't remove outdated typesmlugg
2024-08-17Zcu: panic on usingnamespace with -fincrementalmlugg
2024-08-17Zcu: typomlugg
2024-08-17frontend: yet more incremental workmlugg
2024-08-17frontend: incremental progressmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-11frontend: give all container types namespacesmlugg
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-17Merge pull request #20653 from mlugg/incremental-fixMatthew Lugg
2024-07-16Merge pull request #20632 from jacobly0/codegen-threadJacob Young
2024-07-16Zcu: updateZirRefs typomlugg
2024-07-16Merge pull request #20637 from mlugg/comptime-resolution-stratMatthew Lugg