File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -400,13 +400,13 @@ Compiler/Runtime improvements
400400-----------------------------
401401
402402 * `ccall` is now implemented as a macro,
403- removing the need for special code-generator support for Intrinsics.
403+ removing the need for special code-generator support for ` Intrinsics` ([#18754]) .
404404
405405 * `ccall` gained limited support for a `llvmcall` calling-convention.
406- This can replace many uses of `llvmcall` with a simpler, shorter declaration.
406+ This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]) .
407407
408- * All Intrinsics are now Builtin functions instead and have proper error checking
409- and fall-back static compilation support.
408+ * All ` Intrinsics` are now ` Builtin` functions instead and have proper error checking
409+ and fall-back static compilation support ([#18754]) .
410410
411411Deprecated or removed
412412---------------------
@@ -609,6 +609,7 @@ Command-line option changes
609609[#18644]: https://github.com/JuliaLang/julia/issues/18644
610610[#18660]: https://github.com/JuliaLang/julia/issues/18660
611611[#18690]: https://github.com/JuliaLang/julia/issues/18690
612+ [#18754]: https://github.com/JuliaLang/julia/issues/18754
612613[#18777]: https://github.com/JuliaLang/julia/issues/18777
613614[#18832]: https://github.com/JuliaLang/julia/issues/18832
614615[#18839]: https://github.com/JuliaLang/julia/issues/18839
You can’t perform that action at this time.
0 commit comments