aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...tgschultz
2024-10-12std.Target.Query: fix compilation error (#21669)DravenK
2024-10-12Fix index calculation in WasmPageAllocatorKrzysztof Wolicki
2024-10-12std.dynamic_library: update to new elf APIAndrew Kelley
2024-10-12objcopy: check both global and local when remappingAndrew Kelley
2024-10-12objcopy: update for std.elf type safetyAndrew Kelley
2024-10-12link.Elf: eliminate an O(N^2) algorithm in flush()Andrew Kelley
2024-10-12Change (read/write)PackedInt to (read/write)PackedIntNative in aro/PreprocessorKrzysztof Wolicki
2024-10-12Remove packed_int_array usage from WasmPageAllocator and BigIntKrzysztof Wolicki
2024-10-12Remove PackedIntArray usage from bundled AroKrzysztof Wolicki
2024-10-12Remove packed_int_array.zig from stdKrzysztof Wolicki
2024-10-11std.mem.readVarInt: assert ReturnType is large enough (#20946)poypoyan
2024-10-11std.MultiArrayList: add empty initalizer valueAndrew Kelley