COMMITS
/ lib/std/multi_array_list.zig June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
June 3, 2025
M
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 30, 2025
S
Add quota for comptime sort, add test
Simon Brown committed
March 27, 2025
А
std.meta.FieldType -> @FieldType
Андрей Краевский committed
March 6, 2025
February 12, 2025
A
std.ArrayList: initial capacity based on cache line size
Andrew Kelley committed
February 2, 2025
M
std.MultiArrayList: popOrNull() -> pop()
Meghan Denny committed
January 15, 2025
November 12, 2024
M
October 14, 2024
A
std.MultiArrayList: add clear methods
Andrew Kelley committed
October 10, 2024
A
std.MultiArrayList: add empty initalizer value
Andrew Kelley committed
September 9, 2024
J
Dwarf: implement and test multi array list
Jacob Young committed
August 28, 2024
M
July 4, 2024
J
InternPool: implement and use thread-safe list for strings
Jacob Young committed
February 19, 2024
T
std.builtin: make container layout fields lowercase
Tristan Ross committed
March 1, 2024
J
compiler: audit debug mode checks
Jacob Young committed
January 1, 2024
C
Correct expected/actual parameter order of some assertions
Carl Åstholm committed
October 7, 2023
C
Fix compile errors from the `expectEqual` change
Carl Åstholm committed
A
std: add unstable sorting to array hash maps
Andrew Kelley committed
November 3, 2023
J
x86_64: fix miscompilations
Jacob Young committed
October 21, 2023
J
x86_64: implement enough to pass unicode tests
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 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
September 24, 2023
A
std.MultiArrayList: add test coverage for 0-bit structs
Andrew Kelley committed
July 11, 2023
N
Add more sorting functions to MultiArrayList (#16377)
Niles Salter 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
May 29, 2023
M
Prevent analysis of functions only referenced at comptime
mlugg committed
May 23, 2023
A
std.sort: add pdqsort and heapsort
Ali Chraghi committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 14, 2023
A
change semantics of `@memcpy` and `@memset`
Andrew Kelley committed
April 16, 2023
B
Removing duplicate word in doc
Bogdan Romanyuk committed
March 23, 2023
G
std.MultiArrayList: add support for tagged unions.
GethDW committed
March 26, 2023
J
std.MultiArrayList: add set and get to Slice
Jacob Young committed
March 6, 2023
J
tools: add lldb pretty printer for std.MultiArrayList.Slice
Jacob Young committed
February 27, 2023
J
tools: implement more lldb pretty printers
Jacob Young committed
January 3, 2023
J
MultiArrayList: delete pessimizing vector usage
Jacob Young committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
December 13, 2022
R
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91 committed
December 7, 2022
A
remove most conditional compilation based on stage1
Andrew Kelley committed
November 27, 2022
A
std.mem.Allocator: allow shrink to fail
Andrew Kelley committed
November 1, 2022
J
std: avoid vector usage with the C backend
Jacob Young committed
September 16, 2022
A
std: remove deprecated API for the upcoming release
Andrew Kelley committed
September 14, 2022
A
std: remove workaround for fixed bug
Andrew Kelley committed
August 6, 2022
A
Sema: add error for non-comptime param in comptime func
antlilja committed
April 30, 2022
I
std.MultiArrayList: add functions `addOne`, `pop`, and `popOrNull` (#11553)
InKryption committed
March 25, 2022
A
std.MultiArrayList: check size of element, not pointer
Andrew Kelley committed
March 16, 2022
R
gdb: add slice, multi array list, and array hash map printers
Robin Voetter committed