aboutsummaryrefslogtreecommitdiff
path: root/lib/std/leb128.zig
AgeCommit message (Expand)Author
2024-06-23Rename *[UI]LEB128 functions to *[UI]leb128Michael Bradshaw
2023-11-12Dwarf: improve x86_64 backend debug infoJacob Young
2023-10-29x86_64: fix compiler rt test failuresJacob 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-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-15std.leb128: Re-enable test for riscv64Ivan Velickovic
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-07-06std.leb128: disable regressed test due to LLVM 14Andrew Kelley
2021-09-20I'm working on a WebAssembly interpreter in zig. WebAssembly uses LEB128 enco...Malcolm Still
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz