COMMITS
/ lib/std/leb128.zig August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 27, 2025
A
std: delete most remaining uses of GenericWriter
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
May 18, 2025
A
std.leb128: Disable two tests on x86-linux-musl with dynamic linkage.
Alex Rønne Petersen committed
August 28, 2024
M
August 26, 2024
J
Dwarf: implement .eh_frame
Jacob Young committed
August 6, 2024
J
Dwarf: rework self-hosted debug info from scratch
Jacob Young committed
June 10, 2024
M
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw committed
November 11, 2023
J
Dwarf: improve x86_64 backend debug info
Jacob Young committed
October 28, 2023
J
x86_64: fix compiler rt test failures
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
July 24, 2023
Z
Use builtin inference over @as where possible
Zachary Raineri committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
December 21, 2022
V
update uses of overflow arithmetic builtins
Veikka Tuominen committed
December 15, 2022
I
std.leb128: Re-enable test for riscv64
Ivan Velickovic committed
December 7, 2022
A
remove most conditional compilation based on stage1
Andrew Kelley committed
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
July 7, 2022
A
std.leb128: disable regressed test due to LLVM 14
Andrew Kelley committed
September 19, 2021
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
October 18, 2020
T
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak committed
November 16, 2020
T
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz committed