aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/compiler_rt/ashlti3.zig
AgeCommit message (Collapse)Author
2020-03-30compiler-rt: Implement all the shift builtinsLemonBoy
* Unify all the code paths with a generic function * Add some EABI aliases Closes #4853
2020-03-01short std.builtin enum literals in std libxackus
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221