aboutsummaryrefslogtreecommitdiff
path: root/lib/std/segmented_list.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2022-12-10behavior: add test coverage for slicing zero length array field of structr00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-10-13std.SegmentedList: fix compilation errorAli Chraghi
2022-06-03std: disable tests that crash stage2Veikka Tuominen
2022-04-29std.SegmentedList: add constIteratorNatalia Cholewa
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-20std.SegmentedList: breaking API changesAndrew Kelley
2022-04-20std: bring back SegmentedListAndrew Kelley
2020-11-30move std.SegmentedList to the std-lib-orphanageAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-05-26Add `writeToSlice` method to SegmentedList. (#5405)Walter Mays
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley