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 @@ -397,13 +397,13 @@ Compiler/Runtime improvements
397397-----------------------------
398398
399399 * `ccall` is now implemented as a macro,
400- removing the need for special code-generator support for Intrinsics.
400+ removing the need for special code-generator support for ` Intrinsics` ([#18754]) .
401401
402402 * `ccall` gained limited support for a `llvmcall` calling-convention.
403- This can replace many uses of `llvmcall` with a simpler, shorter declaration.
403+ This can replace many uses of `llvmcall` with a simpler, shorter declaration ([#18754]) .
404404
405- * All Intrinsics are now Builtin functions instead and have proper error checking
406- and fall-back static compilation support.
405+ * All ` Intrinsics` are now ` Builtin` functions instead and have proper error checking
406+ and fall-back static compilation support ([#18754]) .
407407
408408Deprecated or removed
409409---------------------
@@ -509,6 +509,7 @@ Deprecated or removed
509509[#18644]: https://github.com/JuliaLang/julia/issues/18644
510510[#18660]: https://github.com/JuliaLang/julia/issues/18660
511511[#18690]: https://github.com/JuliaLang/julia/issues/18690
512+ [#18754]: https://github.com/JuliaLang/julia/issues/18754
512513[#18777]: https://github.com/JuliaLang/julia/issues/18777
513514[#18839]: https://github.com/JuliaLang/julia/issues/18839
514515[#18931]: https://github.com/JuliaLang/julia/issues/18931
You can’t perform that action at this time.
0 commit comments