roc/crates/compiler/test_gen/src
kilianv 731f10981e Swap the argument order in bitwise shift operators
The arguments were probably swapped in the first place because in Elm
they are swapped, because Elm is curried. The new order makes more sense
both with and without the pipe operator
2022-08-20 20:33:10 +02:00
..
helpers Ignore argument 2022-08-10 20:23:17 -07:00
gen_abilities.rs Add ignored empty record decoding test 2022-08-15 11:11:37 -05:00
gen_compare.rs Enable ignored rosetree compare test 2022-07-10 13:55:04 -04:00
gen_dict.rs make dict/set tests return i64 instead of usize (for wasm) 2022-07-24 11:55:09 +02:00
gen_list.rs Add polymorphic expression reproduction cases from #1745 2022-08-19 22:21:50 -05:00
gen_num.rs Swap the argument order in bitwise shift operators 2022-08-20 20:33:10 +02:00
gen_primitives.rs Merge pull request #3742 from roc-lang/cleanup-mono-layout 2022-08-20 15:48:05 +01:00
gen_records.rs s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
gen_refcount.rs wasm: fix refcount bug in higher order low-levels 2022-08-05 09:51:51 +01:00
gen_result.rs fix from wasm32 RocResult implementation 2022-07-22 21:13:55 +02:00
gen_set.rs make dict/set tests return i64 instead of usize (for wasm) 2022-07-24 11:55:09 +02:00
gen_str.rs implement when on multiple string patterns 2022-07-29 12:13:21 +02:00
gen_tags.rs Add polymorphic expression reproduction cases from #1745 2022-08-19 22:21:50 -05:00
lib.rs make test_gen a package 2022-07-27 13:49:23 +02:00
tests.rs s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
wasm_linking.rs wasm: add stack_bytes field to Env 2022-08-08 21:41:25 +01:00
wasm_str.rs Str.walkScalars 2022-07-04 18:01:19 +02:00