v1.13.0-beta2
Expose `Core.memoryrefoffset` as `Base.memoryindex` (#59600)
Add `Base.active_manifest()` (#57937)
implement Memory{T} as a new backend for Array{T} (#51319)
doc: Fix grammar, typos, and formatting issues across documentation (#58932)
Use jl_effective_threads for container-aware CPU detection (#59916)
Make `rename` public (#55652)
add doc string for `IO` and include it into the docs (#59621)
Add `Iterators.findeach` (#54124)
Implement Base.fd() for TCPSocket, UDPSocket, and TCPServer (#53721)
docs: manual: fix inclusion and location of `:` doc strings (#59262)
Implement `PaddedSpinLock`, which avoids false sharing. (#55944)
Add double forward slash to punctuation doc (#54614)
InteractiveUtils: Support callable objects as functions in introspection macros (#58905)
Update VecElement description (#34536)
Convert julia-repl blocks to jldoctest format (#58594)
Revert API breaking name change lookupat->lookup from #33190
Implement takestring!