aboutsummaryrefslogtreecommitdiff
path: root/std/debug/leb128.zig
AgeCommit message (Collapse)Author
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221
2019-05-15Fix off-by-one error in LEB128 parsingLemonBoy
2019-05-11Fix more corner cases in LEB128 parsingLemonBoy
2019-05-10Fix erroneous test caseLemonBoy
The *Mem variants cannot return EndOfStream and are generally unsafe to use. Proper order of checks, try both the variants and make sure they return the same error/result. Run the leb128.zig tests.
2019-05-10Fix minor bug in LEB128 parsingLemonBoy