Alexander Fedotov
Alexander Fedotov
The following snippet (with the addition of more `+ 1`) causes the compiler to exhibit exponential compile times (specifically in the analysis phase). ```rust main := () => { y...
Currently, we require that the host system of the compiler must include an installation of LLVM. This is inconvenient and leads to problems such as (#825). We could explore trying...
For cases such as `t: f() = x;` the parser produces two statements, the first being the `t: f`, and the second being `() = x` which is technically valid...
We want to set up a couple of benchmarks that will run and therefore we can track how performance changes over each PR and ensure that we aren't introducing any...