COMMITS
May 15, 2025
M
doctest: handle relative paths correctly
mlugg committed
A
test: Silence stderr output from `test_obj_link_run`.
Alex Rønne Petersen committed
M
compiler: include inline calls in the reference trace
mlugg committed
H
B
Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)
Bryson Miller committed
May 16, 2025
M
Merge pull request #23907 from mlugg/ref-trace
Matthew Lugg committed
M
std.hash.Wyhash: fix dangling stack pointer
Marc Tiehuis committed
M
build runner: don't incorrectly omit reference traces
mlugg committed
M
cases: update to new "called from here" notes
mlugg committed
May 10, 2025
M
Sema: improve "called from here" notes
mlugg committed
March 30, 2025
M
May 8, 2025
W
make error messages prettier
wooster0 committed
May 14, 2025
A
reduce: Fix build due to std.mem.Alignment changes.
Alex Rønne Petersen committed
C
Fix SIGSEGV handler for AArch64 Darwin targets
Cezary Kupaj committed
May 12, 2025
I
Revert "Work around stage1 not yet returning null-terminated `@typeInfo` strings"
Isaac Freund committed
A
Merge pull request #23856 from alexrp/backport-llvm-120036
Alex Rønne Petersen committed
A
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen committed
May 13, 2025
A
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen committed
May 11, 2025
W
std.meta.intToEnum -> std.enums.fromInt
wooster0 committed
April 2, 2025
A
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen committed
A
main: List -f(no-)builtin as per-module options.
Alex Rønne Petersen committed
November 28, 2024
A
test: Add some basic LLVM IR tests for atomics, volatile, and allowzero.
Alex Rønne Petersen committed
A
test: Add test-llvm-ir step and harness for testing generated LLVM IR.
Alex Rønne Petersen committed
A
std.Build: Change Step.Compile.no_builtin from bool to ?bool.
Alex Rønne Petersen committed
A
test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.
Alex Rønne Petersen committed
November 2, 2024
A
llvm: Fix a bunch of volatile semantics violations.
Alex Rønne Petersen committed
October 31, 2024
A
llvm: Don't set nonnull attribute on pointers in non-generic address spaces.
Alex Rønne Petersen committed
A
llvm: Don't set nonnull attribute on allowzero slices.
Alex Rønne Petersen committed
A
llvm: Set null_pointer_is_valid attribute when accessing allowzero pointers.
Alex Rønne Petersen committed