master
make: include `clang-safety` in the `analyze-%` target (#62642)
deps: add gitexternal usage notes
docs: fix spelling, grammar, and prose in documentation (#62086)
doc: use SVG graphics in manual again, instead of PNG (#60905)
scheduler: avoid O(nthreads) wake-storm on every `@spawn` (#61826)
precompilation: JULIA_PRECOMPILE_THREADS takes precedence over JULIA_IMAGE_THREADS (#62495)
use consistently one space between sentences in markdown files (#54616)
inference: Simplify `PartialTask` and restore per-builtin `CallInfo` types (#62548)
doc: Fix grammar, typos, and formatting issues across documentation (#58932)
codegen: implement `sret_union` ABI for pointer-ful types (#55045)
Use dictionary instead of linear search for the local cache. (#60795)
NFC: Add `fprint` variants of internal print functions (#54835)
[docs] Document `WITH_NVTX` build option (#62271)
docs: add developer page for GC debug build tools (#61637)
Integrate MMTk binding into Julia build (src/gc-mmtk)
clangsa: add thread-safety capability analysis of safepoint annotations (#62288)
implement Memory{T} as a new backend for Array{T} (#51319)
Replace spinlock in jl_mutex_t with a parking lot approach (#62150)
add devdocs for using Instruments with oslog instrument (#61458)
Reapply "precompile: fail in (closer to) linear time and linear error messages"
docs: remove Base.require from manual (#60845)
add some very basic documentaton about supported tracing profilers (#49520)