master
compiler: Separate local inference proofs from code instances (#62359)
Compiler: use the correct value for JL_OPTIONS_COMPILE_MIN in precompile.jl (#62462)
cancellation: Add mechanisms to cancel OpenBLAS and GMP (#62629)
Compiler: Infer precise `fetch(::Task)` return types and optimize task invocation (#59221)
docs: fix grammar and clarity in comments and docstrings (#62083)
Compiler: prevent invalidating custom AbstractInterpreter precompiles (#61714)
cancellation: Wire up compute cancellation (#62604)
Set world bounds on `CodeInfo` created for `OpaqueClosure(::IRCode)` (#59631)
inference: track ssadef (reaching definition) in VarState
coverage: skip instrumentation invalidation for foreign CodeInstances (#62260)
cancellation: Hook up libuv to cancellation (#62557)
Add option to use Apple os_signpost for instrumentation (#58702)
inference: Simplify `PartialTask` and restore per-builtin `CallInfo` types (#62548)
type system: Add TypeEgal kind (#62001)
Turn Expr(:method) into a builtin (#62320)
Compiler: handle 4-arg / 5-arg `Core._finalizer` forms for `--trim`