roc/crates/compiler/builtins/bitcode/src
Lars Frogner 560171c238
Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741)
* Add `Num.[f32,f64,dec]_[to,from]_bits` builtins

* Update mono tests

* Deprecate `Num.[f32,f64]_[to,from]_parts`
2025-04-18 10:10:45 +02:00
..
dbg.zig switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
dec.zig Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
expect.zig fix zig build errors 2024-07-28 15:55:37 +10:00
fuzz_sort.zig make fuzzer better and add missing else 2024-07-28 20:33:48 -07:00
hash.zig zig fmt fix 2023-10-23 13:50:33 -07:00
lib.rs split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00
list.zig Simplify Refcounting 2025-01-01 11:00:18 -08:00
main.zig Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
num.zig Add Num.[f32,f64,dec]_[to,from]_bits builtins and deprecate Num.[f32,f64]_[to,from]_parts (#7741) 2025-04-18 10:10:45 +02:00
panic.zig make zig roc_panic return type be noreturn and remove some unreachable calls 2023-11-28 00:01:19 -05:00
sort.zig upgrade sort.zig to zig 13 2024-07-31 14:15:04 +10:00
str.zig remove unnecesarry capacity check within Str equals 2025-01-24 16:23:14 +01:00
utils.zig always use atomic refcounting 2025-03-26 20:46:13 -07:00