aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-23handle _fltused in compiler_rtAndrew Kelley
2024-10-23revert macos target version bumpAndrew Kelley
2024-10-23branch fixesAndrew Kelley
2024-10-23rework linker inputsAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23std.Build.Step.Compile: add a way to expect an error messageAndrew Kelley
2024-10-23Merge pull request #21779 from ziglang/avoid-data-racesAndrew Kelley
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-23std.Progress: fix data raceAndrew Kelley
2024-10-23Merge pull request #21697 from mlugg/callconvMatthew Lugg
2024-10-22Change `ExternOptions.dll_storage_class` to `is_dll_import`kcbanner
2024-10-22Add support for specifying `dll_storage_class` in @externkcbanner
2024-10-21watchOS: add os to aarch64 architectureMario Nachbaur
2024-10-19compiler_rt: remove bogus testsmlugg
2024-10-19std: update uses of `.Inline` callconvmlugg
2024-10-19std.Target: correct C callconv on hardfloat ARMmlugg
2024-10-19std.builtin.CallingConvention: remove deprecated RISC-V privilege modemlugg
2024-10-19std.builtin.CallingConvention: include exact architecture tags in commentsmlugg
2024-10-19cbe,translate-c: support more callconvsmlugg
2024-10-19std.builtin.CallingConvention: RISC-V `PrivilegeLevel` -> `PrivilegeMode`mlugg
2024-10-19std.builtin.CallingConvention: don't provide bogus `winapi` valuemlugg
2024-10-19std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`mlugg
2024-10-19std.zig.render: fix `callconv(.Inline)` -> `inline fn` promotionmlugg
2024-10-19test: update for `CallingConvention` changesmlugg
2024-10-19compiler: remove @setAlignStackmlugg
2024-10-19std: update for new `CallingConvention`mlugg
2024-10-19compiler: introduce new `CallingConvention`mlugg
2024-10-18compiler: implement `@FieldType`mlugg
2024-10-18std.Target: Make Abi.default() more smarter.Alex Rønne Petersen
2024-10-17Merge pull request #21610 from alexrp/riscv-abisAndrew Kelley
2024-10-17Merge pull request #21726 from alexrp/target-apiAlex Rønne Petersen
2024-10-17fix compilation errors for fs and fs.Dir (#21643)Justin Braben
2024-10-16std.Target: Rename OS version range functions to drop the "get" prefix.Alex Rønne Petersen
2024-10-16std.Target: Remove isBpfFreestanding().Alex Rønne Petersen
2024-10-16std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.Alex Rønne Petersen
2024-10-16std.Target: Only consider libxnet to be a libc library name for musl.Alex Rønne Petersen
2024-10-16std.Target: Ignore case for all Darwin platforms in isLibCLibName().Alex Rønne Petersen
2024-10-16std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().Alex Rønne Petersen
2024-10-16std.Target: Move the elfiamcu check under the x86 prong in toElfMachine().Alex Rønne Petersen
2024-10-16Merge pull request #21715 from alexrp/loongarch-portingAlex Rønne Petersen
2024-10-16Merge pull request #21714 from alexrp/target-cpu-baselineAlex Rønne Petersen
2024-10-16std.Thread: Use loongarch freeAndExit() implementation for loongarch32 too.Alex Rønne Petersen
2024-10-16std.Target: Fix loongarch32 handling in C type alignment calculation.Alex Rønne Petersen
2024-10-16compiler-rt: Use loongarch clear_cache() implementation for loongarch32 too.Alex Rønne Petersen
2024-10-16std.Target: Make Cpu.baseline() pick a better CPU for Apple targets.Alex Rønne Petersen
2024-10-16std.zig.target: Sort the target triple list in a more user-friendly way.Alex Rønne Petersen
2024-10-16std.Target: Change Cpu.baseline() to also be able to take OS into consideration.Alex Rønne Petersen
2024-10-15compiler-rt: Always use f16 as the half type for riscv.Alex Rønne Petersen
2024-10-14std.MultiArrayList: add clear methodsAndrew Kelley
2024-10-13Merge pull request #21682 from der-teufel-programming/remove-packedintarrayAndrew Kelley