| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
| 2019-05-16 | breaking changes to all bit manipulation intrinsics | Shawn Landden | |
| * `@clz`, `@ctz`, `@popCount`, `@bswap`, `@bitreverse` now have a type parameter * rename @bitreverse to @bitReverse * rename @bswap to @byteSwap Closes #2119 Closes #2120 | |||
| 2018-10-26 | remove @minValue,@maxValue; add std.math.minInt,maxInt | Andrew Kelley | |
| closes #1466 closes #1476 | |||
| 2018-06-30 | compiler_rt: Remove wrapping add/sub operators where unneeded | Marc Tiehuis | |
| Closes #495. | |||
| 2018-06-30 | compiler_rt: Add floatuntitf | Marc Tiehuis | |
