julia
Backports for 1.12.6
#61154
Merged

Commits
  • make sure `jl_exit_threaded_region` executed when `threading_run` finished or be interrupted (#60822)
    KristofferC committed 158 days ago
  • Artifacts stdlib: Add `TOML` and `Pkg` as test dependencies (#60891)
    KristofferC committed 158 days ago
  • Artifacts stdlib: Fix some tests if we aren't running with `--depwarn=error` (#60892)
    KristofferC committed 158 days ago
  • codegen: Mark resolved `const` `GlobalRef` as method root (#60945)
    KristofferC committed 158 days ago
  • Make.inc: fix xcrun invocation (#61040)
    KristofferC committed 158 days ago
  • Fix `Base.show(io::IO, b::Binding)` for e.g. `:(:)` or `:(==)` (#61043)
    KristofferC committed 158 days ago
  • fix typo in GC thrashing detection condition (#61112)
    KristofferC committed 158 days ago
  • codegen: Replace saveIP with InsertPointGuard (#61107)
    KristofferC committed 158 days ago
  • module: add missing GC write barriers for bpart->restriction stores (#61120)
    KristofferC committed 158 days ago
  • [release-1.12] Bump JuliaSyntax version
    KristofferC committed 158 days ago
  • trimming: fix-up support for `Core._apply_iterate`
    topolarity committed 158 days ago
  • Fix one rng-related type-instability in `@testset` (#59321)
    aviatesk committed 157 days ago
  • Bump Documenter to 1.17.0 (for Julia 1.12) (#61118)
    fingolfin committed 157 days ago
  • nospecialize `fieldtypes` and `InteractiveUtils._subtypes_in!` (#61156)
    aviatesk committed 152 days ago
  • bump Pkg to latest 1.12
    KristofferC committed 152 days ago
  • Compiler: abstract calls: type assert to help stability (#57582)
    KristofferC committed 152 days ago
  • Serialization: Fix typo: `method` ---> `meth` (#61108)
    KristofferC committed 152 days ago
  • Unicode: Qualify `Base.ismalformed` when calling it (#61140)
    KristofferC committed 152 days ago
  • Add API to disable full collections (#61087)
    KristofferC committed 152 days ago
  • REPL: Fix the `doc_completions(::Symbol)` method, and add another method (#61144)
    KristofferC committed 152 days ago
  • Unicode: Add some tests for `combining_class` (#61172)
    KristofferC committed 152 days ago
  • Base: Replace many 1-arg `@assert`s with 2-arg (#61230)
    topolarity committed 151 days ago
  • Serialization stdlib: Replace a call to `Core.memoryref` with `Core.memoryrefnew` (#61137)
    KristofferC committed 150 days ago
  • prefer returning the loaded version from `pkgversion` (#61136)
    KristofferC committed 150 days ago
  • Set sret alignment to julia_alignment (#61192)
    maleadt committed 149 days ago
  • Restore check to avoid duplicate method tables serialization (#61221)
    maleadt committed 149 days ago
  • Handle non-standard Method.source in jl_ir_flag_has_image_globalref (#61220)
    maleadt committed 149 days ago
  • build: defer libwhich lookup in symlink_system_library (#61243)
    KristofferC committed 146 days ago
  • Make `FileWatching.Pidfile` public (#61208)
    KristofferC committed 146 days ago
  • inference: Cache tombstoned const-prop results to prevent non-termination (#61264)
    aviatesk committed 140 days ago
  • precompilation: make the handling of project vs workspace more similar (#61290)
    KristofferC committed 139 days ago
  • bump slop for twiceprecision division (#59140)
    KristofferC committed 138 days ago
  • Show `@info` with precompilation reasons when triggered from loading (#61291)
    IanButterworth committed 135 days ago
Loading