roc/crates/compiler/mono/src
Richard Feldman 995c985fbe
Give up on exhaustively enumerating aliases
Keep getting errors in the build ruby example on
Json, and it doesn't tell me the name of the
symbol, just the IdentId, which makes this
really hard to track down.

This approach works fine, it'll just be harder
to debug the next time we run into a special
case like ElemWalker.
2023-08-14 19:00:37 -04:00
..
code_gen_help remove unused field 2023-08-09 15:11:02 +02:00
debug add alloca as an expression 2023-07-30 18:46:00 +02:00
ir removed borrow.rs 2023-07-30 14:03:38 +02:00
layout check inside a lambda set for whether it is reference counted 2023-07-26 20:06:37 +02:00
debug.rs Format problems reported by the IR checker 2022-12-03 21:35:01 -06:00
drop_specialization.rs switch over to alloca expr 2023-07-30 18:48:35 +02:00
expand_rc.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
inc_dec.rs switch over to alloca expr 2023-07-30 18:48:35 +02:00
ir.rs Special-case layout conversions for builtin alias 2023-08-14 14:58:28 -04:00
layout.rs Give up on exhaustively enumerating aliases 2023-08-14 19:00:37 -04:00
lib.rs removed borrow.rs 2023-07-30 14:03:38 +02:00
low_level.rs Implement builtins for Num.isNan, Num.isInfinite, and Num.isFinite 2023-05-03 09:33:28 +01:00
reset_reuse.rs removed borrow.rs 2023-07-30 14:03:38 +02:00
tail_recursion.rs remove unused field 2023-08-09 15:11:02 +02:00