julia
Backports release 1.12
#57955
Merged

Commits
  • fix _apply_pure deprecation (#57800)
    KristofferC committed 1 year ago
  • precompile_utils: Don't auto-enqueue `macro` methods for pre-compilation (#57833)
    KristofferC committed 1 year ago
  • `Compiler`: `abstract_eval_invoke_inst`: type assert `Expr` (#57860)
    KristofferC committed 1 year ago
  • `Compiler`: `walk_to_defs`, `collect_leaves`: specialize for `predecessors` (#57859)
    KristofferC committed 1 year ago
  • only update fragmentation data for pages that are not lazily freed (#57907)
    KristofferC committed 1 year ago
  • `Random`: `show` method for `MersenneTwister`: invalidation resistance (#57913)
    KristofferC committed 1 year ago
  • Teach alloc-opt to handle atomics a bit better (#57208)
    KristofferC committed 1 year ago
  • Refactor IOBuffer code (#57570)
    KristofferC committed 1 year ago
  • Move `eachregion(::AnnotatedString)` implementation to `Base` (#57912)
    KristofferC committed 1 year ago
  • `Base`: shell escaping: inference improvement to prevent invalidation (#57915)
    KristofferC committed 1 year ago
  • Support adding `CodeInstance`s to JIT for interpreters defining a codegen cache (#57272)
    KristofferC committed 1 year ago
  • inference: add internal SOURCE_MODE_GET_SOURCE mode (#57878)
    KristofferC committed 1 year ago
  • `_precompilepkgs`: interactive progress display: fix unintended capture (#57932)
    KristofferC committed 1 year ago
  • staticdata: Memoize `type_in_worklist` query (#57917)
    KristofferC committed 1 year ago
  • fix opaque_closure sparam capture (#57928)
    KristofferC committed 1 year ago
  • inference: fix exct modeling of `setglobal!` (#57896)
    KristofferC committed 1 year ago
  • fix trimming size regression due to handling binding backedges in the wrong place (#57927)
    KristofferC committed 1 year ago
  • Clarify disabling of tab-completion hinting in the documentation (#57493)
    KristofferC committed 1 year ago
  • change file size test for trimming
    KristofferC committed 1 year ago
  • add trimming of new usings_backedges and scanned_methods fields (#57879)
    KristofferC committed 1 year ago
Loading