roc/crates/roc_std/src
Brian Hicks 0f4c848978
remove RocList.get
It wasn't used outside of `RocDict`'s `IntoIterator`, and in that use case it
was throwing segfaults and bus errors all over the place. I was unable to figure
out what was wrong with it, but since we have an alternative path forward let's
just drop it for now.
2022-09-22 06:03:50 -05:00
..
lib.rs replace unsound MaybeUninit deref with ptr::copy 2022-08-29 17:00:03 +02:00
roc_box.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
roc_dict.rs use the slice's iterator for iterating over RocDictItems 2022-09-22 06:03:31 -05:00
roc_list.rs remove RocList.get 2022-09-22 06:03:50 -05:00
roc_set.rs add RocSet.is_empty 2022-09-07 15:08:55 -05:00
roc_str.rs implement Serialize/Deserialize for RocStr 2022-08-10 16:57:00 -05:00
storage.rs update no_std config 2022-08-06 19:05:29 +02:00