roc/crates/compiler/mono/src
Ayaz Hafiz a31b617ac8
Collect references to functions passed to HOLLs in borrow inference
During borrow inference, SCCs of references between procs are first
constructed. Previously we didn't collect any references for HOLL calls,
but since such calls pass a Roc-function, we need to include a reference
to the Roc function.
2022-12-28 15:32:23 -06:00
..
code_gen_help 1.65 clippy fixes 2022-11-03 16:20:37 +01:00
debug Merge branch 'main' into i4732 2022-12-28 11:56:08 -06:00
borrow.rs Collect references to functions passed to HOLLs in borrow inference 2022-12-28 15:32:23 -06:00
debug.rs Format problems reported by the IR checker 2022-12-03 21:35:01 -06:00
decision_tree.rs We prefer slices 2022-12-25 16:56:00 -06:00
expand_rc.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
inc_dec.rs remove dbg lowlevel 2022-12-22 02:45:09 +01:00
ir.rs Merge branch 'main' into i4717 2022-12-27 18:58:16 -06:00
layout.rs Merge pull request #4819 from roc-lang/i4717 2022-12-28 11:45:04 -06:00
layout_soa.rs Miscellaneous cleanup 2022-11-08 14:11:26 -06:00
lib.rs Revert "Add a LayoutBuffer to store layouts aside and thread it through" 2022-12-14 14:05:56 -06:00
low_level.rs 1.65 clippy fixes 2022-11-03 16:20:37 +01:00
reset_reuse.rs make dbg transparent to refcounting 2022-12-22 01:03:03 +01:00
tail_recursion.rs make dbg transparent to refcounting 2022-12-22 01:03:03 +01:00