Congrats for Julia 1.13!

I am very happy that Julia 1.13 has finally been released!

30% shorter precompilation time: I can confirm that (Linux user).
And running the tests no longer triggers recompilation of my 500+ packages. Very happy!

Better code completion in the REPL: In particular, if I type:

include("examples/Tether_11<TAB>

the trailing .jl") gets appended.

I have the impression that compiling a system image needs more RAM, but I still need to confirm that.

I love this, I just found nightly 1.14 is shipping with llvm 22 and mlir. Thats basically everything Ive ever asked for right there. Then I found Binutils_jll too recently. Been very exciting.

The jump from internal llvm 18 to 22 is just amazing to me, i kept watch the mg/llvm commits for a long time