roc/crates/repl_cli/src
Ayaz Hafiz 759f8d86af
Fix lifetime errors due to interner
In the llvm backend, there are the lifetimes `'a` (lifetime of the
global arena) and `'ctx` (lifetime of constructed LLVM values). `'a`
lives longer than `'ctx`, but the compiler didn't enforce this until
the layout interner was introduced, for some reason. We have to make
sure that containers of lifetime `'a` have no `'ctx` references.
2022-12-29 11:38:34 -06:00
..
cli_gen.rs Fix lifetime errors due to interner 2022-12-29 11:38:34 -06:00
colors.rs Drop the gray lines from the repl 2022-11-01 22:05:47 -04:00
lib.rs merge upstream/main 2022-11-06 09:27:46 +11:00
repl_state.rs Add fuzzing for the formatter and fix bugs 2022-12-17 09:52:09 -08:00