Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.6k
Insights: JuliaLang/julia
Overview
Could not load contribution data
Please try again later
1 Release published by1 person
- v1.12.0-rc1
published
Jul 13, 2025
30 Pull requests merged by19 people
- Bugfix: Use Base.aligned_sizeof instead of sizeof in Mmap.mmap
#58998 merged
Jul 18, 2025 - Create
@__FUNCTION__
andExpr(:thisfunction)
as generic function self-reference#58940 merged
Jul 18, 2025 - Add 'sysimage' keyword for
JULIA_CPU_TARGET
to match (or extend) the sysimage target#58970 merged
Jul 18, 2025 - Fix tar command
#59026 merged
Jul 17, 2025 - Roll up msys2/clang/windows build fixes
#59003 merged
Jul 17, 2025 - Fix use-after-free in FileWatching
#59017 merged
Jul 17, 2025 - MozillaCACerts: Update to 2025-07-15
#59010 merged
Jul 17, 2025 - Improve --trace-dispatch coverage: emit in "full-cache" fast path as well.
#59012 merged
Jul 16, 2025 - Fix LLVM TaskDispatcher implementation issues
#58950 merged
Jul 16, 2025 - optimize
length(::OrdinalRange)
for large bit-ints#58864 merged
Jul 16, 2025 - [release-1.12] Workaround poor inlining behavior for
if @generated
functions#58996 merged
Jul 15, 2025 - feat(REPL): Added
active_module
context to numbered REPL#59000 merged
Jul 15, 2025 - msys2: Recommend correct cmake package
#59001 merged
Jul 15, 2025 - Fix order of MSYS rules
#58999 merged
Jul 14, 2025 - win/msys2: Automatically switch msys2 symlinks mode for LLVM
#58988 merged
Jul 14, 2025 - trimming: explictly add Libdl dep for test/trimming/basic_jll.jl
#58990 merged
Jul 14, 2025 - Test: Add compiler hint for
ts
variable definedness in@testset for
#58989 merged
Jul 14, 2025 - Add one-argument
argtypes
methods to source reflection functions#58925 merged
Jul 14, 2025 - 🤖 [master] Bump the Pkg stdlib from 109eaea66 to b85e29428
#58991 merged
Jul 14, 2025 - Docs: add GC user docs
#58733 merged
Jul 14, 2025 - Fix unique for range wrappers with zero step
#51004 merged
Jul 12, 2025 - stdlib/Dates: Fix doctest regex to handle DateTime with 0 microseconds
#58981 merged
Jul 12, 2025 - set VERSION to 1.12.0-rc1
#58985 merged
Jul 12, 2025 - Backports for 1.12.0-rc1
#58956 merged
Jul 12, 2025 - specify that
Iterators.rest
must be given a validstate
#58962 merged
Jul 12, 2025 - Fix precompilepkgs warn loaded setting
#58978 merged
Jul 12, 2025 - bpart: Tweak
isdefinedglobal
on backdated constant#58976 merged
Jul 12, 2025 - Fix alignment of failed precompile jobs on CI
#58971 merged
Jul 12, 2025 - Add news entry and update docstring for #58727
#58973 merged
Jul 12, 2025 - expand memoryrefnew capabilities
#58768 merged
Jul 11, 2025
15 Pull requests opened by10 people
- Clarify `@main` error message for invalid return type
#58984 opened
Jul 12, 2025 - Clarify news entry for --trim
#58992 opened
Jul 14, 2025 - add array element mutex offset in print and gc
#58997 opened
Jul 14, 2025 - Add OncePerDepot
#59002 opened
Jul 15, 2025 - Backports for Julia 1.12-rc2
#59006 opened
Jul 15, 2025 - Don't inline callees if they might require `_compute_sparams`
#59013 opened
Jul 15, 2025 - Don't inline generated functions if we can't invoke their generator
#59018 opened
Jul 16, 2025 - Make `@threads` work on array comprehensions
#59019 opened
Jul 16, 2025 - stricter shapes for setindex
#59025 opened
Jul 17, 2025 - build: More msys2 fixes
#59028 opened
Jul 18, 2025 - WIP/RFC: Add abi tags for ucrt/cxxlib
#59029 opened
Jul 18, 2025 - redo `sinpi` and `cospi` kernel polynomial approximation
#59031 opened
Jul 18, 2025 - Add CROSS_BOOTSTRAP_JULIA option for building the sysimg with another Julia
#59033 opened
Jul 18, 2025 - Add ThreadSanitzer hooks for jl_mutex_t
#59034 opened
Jul 18, 2025 - Add --target-sanitize-(memory|thread|address)
#59035 opened
Jul 18, 2025
17 Issues closed by13 people
- Silently wrong Mmap of primitive types
#58982 closed
Jul 18, 2025 - False positive in `Test.detect_unbound_args`?
#59023 closed
Jul 16, 2025 - OrcJIT InPlaceTaskDispatcher excessive recursion now causes crashes
#58229 closed
Jul 16, 2025 - don't warn on `using Foo: _` as syntax for loading packages only for side-effects
#58667 closed
Jul 15, 2025 - Capture system stats for externally run tests (*_exec.jl tests)
#19620 closed
Jul 15, 2025 - cat(a, b; dims=1) is slow compared with vcat(a, b)
#31183 closed
Jul 15, 2025 - promote_eltype issue
#59007 closed
Jul 15, 2025 - Equality of empty ranges
#59011 closed
Jul 15, 2025 - Performance issue with typed_hvcat
#56292 closed
Jul 15, 2025 - Segfault in `jl_object_id__cold` on Julia 1.11
#58171 closed
Jul 14, 2025 - [ASAN] heap-buffer-overflow when precompiling Parsers.jl
#58995 closed
Jul 14, 2025 - Question on Precompilation flags for packages
#58994 closed
Jul 14, 2025 - Add a technical appendix all about memory allocation
#47019 closed
Jul 14, 2025 - Atomic read-modify-write gets much slower with the new API
#41843 closed
Jul 14, 2025 - Chain of lightweight tasks much slower on thread 1 than 2-4
#34875 closed
Jul 14, 2025 - GC could do with more consolidated intro user documentation
#54565 closed
Jul 14, 2025
17 Issues opened by13 people
- StepRangeLen should try to detect and error on overflow/wrapping
#59032 opened
Jul 18, 2025 - Hang with AtomicMemory and single-thread
#59030 opened
Jul 18, 2025 - Meta issue for ucrt support
#59027 opened
Jul 18, 2025 - False positive for `Test.detect_ambiguities`?
#59022 opened
Jul 16, 2025 - missing package repos
#59021 opened
Jul 16, 2025 - [mingw] decide where we're getting our SSP symbols from
#59020 opened
Jul 16, 2025 - more verbose `show` method for ranges?
#59016 opened
Jul 15, 2025 - string line continuation causes parse error in repl
#59015 opened
Jul 15, 2025 - Add ABI tags for windows libc, c++ stdlib flavor
#59009 opened
Jul 15, 2025 - Macroexpand of globals slightly broken
#59008 opened
Jul 15, 2025 - Julia 1.12.0-rc1 ships Pkg v1.13.0
#59005 opened
Jul 15, 2025 - Type inference: Encountered unexpected error in runtime
#59004 opened
Jul 15, 2025 - Unreachable reached by deleting an extended method (v1.11.5)
#58986 opened
Jul 13, 2025 - "Failed to remove pidfile on close" under wine
#58980 opened
Jul 12, 2025 - Intermittend fd_in_limits test failure on rr CI
#58979 opened
Jul 12, 2025
38 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
- stored method interference graph
#58948 commented on
Jul 18, 2025 • 5 new comments - Dates.Time compatibility with StepRangeLen by adding converting constructors
#58846 commented on
Jul 18, 2025 • 3 new comments - Expand JULIA_CPU_TARGET docs
#58968 commented on
Jul 18, 2025 • 1 new comment - fix #57749, model ccall binding access in inference
#58872 commented on
Jul 17, 2025 • 1 new comment - Possibly undocumented behavior of indexing assignment to arrays
#40018 commented on
Jul 18, 2025 • 0 new comments - Add Varargs feature for the Kronecker Tensor Product
#35464 commented on
Jul 17, 2025 • 0 new comments - Define dottable(::Function)
#39706 commented on
Jul 17, 2025 • 0 new comments - Make explicit that r in _cut_B(x, r) starts at 1
#42290 commented on
Jul 17, 2025 • 0 new comments - Add a gc-safe sleeping mutex
#49460 commented on
Jul 17, 2025 • 0 new comments - make Base.setindex() public
#55129 commented on
Jul 17, 2025 • 0 new comments - Refactor stacktrace processing and display pipeline for more clarity and less redundancy
#55841 commented on
Jul 18, 2025 • 0 new comments - Make `isstored` public
#56421 commented on
Jul 17, 2025 • 0 new comments - Make version of opaque closure constructor in world
#56823 commented on
Jul 14, 2025 • 0 new comments - Interprocedural propagation of slot refinements
#57651 commented on
Jul 13, 2025 • 0 new comments - Log a backtrace on entrance to type inference
#58124 commented on
Jul 17, 2025 • 0 new comments - gf.c: include const-return methods in `--trace-compile`
#58535 commented on
Jul 16, 2025 • 0 new comments - [manual] Mention `import Foo as _`
#58665 commented on
Jul 15, 2025 • 0 new comments - decrease method count for `eltype` for `Tuple`, decrease `max_methods`
#58788 commented on
Jul 12, 2025 • 0 new comments - InteractiveUtils: Support callable objects as functions in introspection macros
#58905 commented on
Jul 14, 2025 • 0 new comments - `range` is not handling `InexactError`
#58138 commented on
Jul 11, 2025 • 0 new comments - Long compilation time for simple Tuple function
#45545 commented on
Jul 12, 2025 • 0 new comments - Add UUID v6 and/or v8?
#58383 commented on
Jul 12, 2025 • 0 new comments - exiting process from REPL shell can cause segfault
#53712 commented on
Jul 12, 2025 • 0 new comments - [1.12] `WARNING: using Foo in module Main conflicts with an existing identifier.` warnings gone
#58692 commented on
Jul 12, 2025 • 0 new comments - Make `Base._unsetindex!` (or a function like it) Public
#58943 commented on
Jul 13, 2025 • 0 new comments - Feature request: Please add non-blocking try_take!, try_put!, try_fetch! for Channel and RemoteChannel
#58934 commented on
Jul 14, 2025 • 0 new comments - floating-point `range` may throw `InexactError` when it tries to convert NaN to an integer
#58975 commented on
Jul 14, 2025 • 0 new comments - `EACCES` when checking `islink` for symbolic link on Windows
#58870 commented on
Jul 14, 2025 • 0 new comments - `--trace-compile` ignores inferred const-return Methods
#58482 commented on
Jul 15, 2025 • 0 new comments - `JULIA_CPU_TARGET` is ordered-dependent when compiling with `juliac`
#58952 commented on
Jul 16, 2025 • 0 new comments - Segfaults when building Julia from scratch with GCC 15
#58466 commented on
Jul 16, 2025 • 0 new comments - detect_unbound_args false positive
#58427 commented on
Jul 16, 2025 • 0 new comments - Poor codegen with `setindex` on a `NamedTuple`
#58915 commented on
Jul 16, 2025 • 0 new comments - Allow `:::` as an operator?
#58608 commented on
Jul 17, 2025 • 0 new comments - Decide whether `@...` is intended to work
#58892 commented on
Jul 17, 2025 • 0 new comments - JuliaSyntax changed parsing rules for `@var"doc"`
#58961 commented on
Jul 17, 2025 • 0 new comments - CSL: Potential crt version mismatch
#56840 commented on
Jul 18, 2025 • 0 new comments - Support ucrt C library via MSYS2 UCRT64 on Windows
#44006 commented on
Jul 18, 2025 • 0 new comments