roc/compiler/mono/src
Richard Feldman 37a254cef3 Interpolate strings by desugaring to Str.concat
We could definitely make this more efficent by
allocating enough space for the final string
and then copying the contents of each of the pieces
into it one by one. We don't do that yet though!
2020-08-31 23:14:45 -04:00
..
borrow.rs Change borrow signature for concat 2020-08-31 23:13:50 -04:00
decision_tree.rs Monomorphize string interpolation 2020-08-31 23:13:50 -04:00
exhaustive.rs Merge remote-tracking branch 'origin/trunk' into refcount 2020-08-08 22:34:14 +02:00
inc_dec.rs fix passing functions by name 2020-08-26 23:34:49 +02:00
ir.rs Interpolate strings by desugaring to Str.concat 2020-08-31 23:14:45 -04:00
layout.rs Update compiler/mono/src/layout.rs 2020-08-31 17:02:02 -04:00
lib.rs thread in borrow signature inference 2020-08-13 20:56:33 +02:00
reset_reuse.rs simple when is working 2020-08-03 20:10:41 +02:00
tail_recursion.rs make code block in comment look like not a code block to rust doctests 2020-08-20 00:37:37 +02:00