master
Allowing disabling the default prompt suffix in `Base.getpass()` (#53614)
Fix typos [nfc] (#51709)
`Base`: `power_by_squaring`: don't require `one` (#57590)
[REPL] improve quality of precompile script (#55210)
Bidiagonal to Tridiagonal with immutable bands (#55059)
Add explicitly wrapping versions of integer arithmetic (#50790)
`invperm` for immutable arrays (#52546)
fix several minor issues in docstrings and comments (#59531)
Add license headers to new files
docs: fix grammar and clarity in comments and docstrings (#62083)
Handle generic numbers in generic pivoted cholesky correctly (#54735)
Use `similar` in `empty` (#49958)
improve `cosc(::Float32)` and `cosc(::Float64)` accuracy (#59087)
track-allocation: charge entry cost to caller (#34391)
don't assume homogenous axes types in `dropdims` (#59302)
faster `rand(1:n)` by outlining unlikely branch (#58089)
invert linetable representation (#52415)
add license to top of new files
constrain the path argument of `include` functions to `AbstractString` (#55466)
Local names linking (#60031)
syntax-versioning: Define behavior in scripts and REPL (#60400)
loading/syntax-versioning: Lookup syntax version in latest world (#60691)
path: overhaul `expanduser` and `contractuser` for cross-platform support