-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Insights: JuliaLang/julia
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 16 people
-
Clean up lowering API
#58147 merged
Apr 23, 2025 -
🤖 [master] Bump the LinearAlgebra stdlib from 1ce8426 to 07725da
#58180 merged
Apr 23, 2025 -
[release-1.11] Revert "[OpenLibm_jll] Update to new build which includes patch to fix stack"
#58111 merged
Apr 22, 2025 -
Minimal annot invalidation workaround
#58112 merged
Apr 22, 2025 -
JuliaSyntax parser-based REPL completions overhaul
#57767 merged
Apr 22, 2025 -
staticdata: stop compressing and storing large IR
#58172 merged
Apr 22, 2025 -
Revert #57979 (and following #58083 #58082)
#58182 merged
Apr 22, 2025 -
add showing a string to REPL precompile workload
#58157 merged
Apr 22, 2025 -
fix performance regression introduced by #58027
#58184 merged
Apr 22, 2025 -
gf: make dispatch heuristic representation explicit
#58167 merged
Apr 21, 2025 -
Update stable version in README
#58174 merged
Apr 20, 2025 -
inference: allow specialization of
scan_specified_partitions
#58165 merged
Apr 20, 2025 -
subtype: save some union stack space for ∃ free cases.
#58159 merged
Apr 20, 2025 -
staticdata: prune backedges table during serialization
#58156 merged
Apr 20, 2025 -
staticdata: fix many mistakes in staticdata stripping
#58166 merged
Apr 19, 2025 -
fix map! undefined value exposure
#56673 merged
Apr 19, 2025 -
Fix use of
pointer
inwrite(to::IO, from::GenericIOBuffer)
#57949 merged
Apr 19, 2025 -
Fix
jl_set_precompile_field_replace
for 0-size fields#58155 merged
Apr 19, 2025 -
inference: minor refactoring on abstractinterpretation.jl
#58154 merged
Apr 18, 2025 -
InteractiveUtils: support type annotations as substitutes for values
#57909 merged
Apr 17, 2025 -
Revert "remove some more serialized junk from the sysimg"
#58150 merged
Apr 17, 2025 -
transition
@timeit
inCore.Compiler
to use tracy instead#49675 merged
Apr 17, 2025 -
Make trimmed binaries initialize on first call
#58141 merged
Apr 17, 2025 -
remove some more serialized junk from the sysimg
#58078 merged
Apr 16, 2025 -
fix static show in some edge cases
#58128 merged
Apr 16, 2025
19 Pull requests opened by 17 people
-
Bump LLVM to v20
#58142 opened
Apr 16, 2025 -
Add `check_only` option to `precompile`
#58146 opened
Apr 16, 2025 -
Link against libstdc++ from CSL on windows
#58151 opened
Apr 17, 2025 -
staticdata: Track "CI for external Method" in `specsigflags`
#58162 opened
Apr 18, 2025 -
Only define `libssp` if our CSL intsall actually has it
#58175 opened
Apr 21, 2025 -
Added custom emoji name formatting in show function - incomplete
#58179 opened
Apr 21, 2025 -
feat(REPL): Show input alias (e.g., \\:cat:) for Char display
#58181 opened
Apr 21, 2025 -
inference: ensure source is saved for IRInterp when assumed to be available
#58183 opened
Apr 21, 2025 -
Dimensional `any` and `all` reduce with Boolean operations
#58185 opened
Apr 21, 2025 -
Lower `const x = ...` to new builtin `Core.setconst!`
#58187 opened
Apr 21, 2025 -
More efficient chomp for String
#58192 opened
Apr 22, 2025 -
add `Random.fork(rng::Xoshiro)` to split `rng` into a new instance
#58193 opened
Apr 22, 2025 -
Subtype: enable more Tuple related fast path.
#58196 opened
Apr 22, 2025 -
trimming: Remove `init.c` from test
#58197 opened
Apr 22, 2025 -
Test: Move the visual space in result prints to help grouping
#58198 opened
Apr 22, 2025 -
Narrow `@inbounds` annotations in `accumulate.jl` to only indexing calls
#58200 opened
Apr 22, 2025 -
[release-1.11] malloc: use jl_get_current_task to fix null check
#58202 opened
Apr 23, 2025 -
Reland #57979 (and following #58083 #58082)
#58203 opened
Apr 23, 2025 -
Fix typo in testset docs
#58204 opened
Apr 23, 2025
23 Issues closed by 10 people
-
cannot construct AnnotatedStrings
#58191 closed
Apr 23, 2025 -
bpart: constructors are not scanned
#58194 closed
Apr 22, 2025 -
BoundsError when completing a Cmd-string in the REPL
#57624 closed
Apr 22, 2025 -
!ismi^tab does not tab complete inside function call
#57772 closed
Apr 22, 2025 -
[REPL] Autocompletion of `v = Module.Submodule.<TAB>` is broken
#57611 closed
Apr 22, 2025 -
Incorrect package-name autocompletion suggestion within `begin-end` block
#56389 closed
Apr 22, 2025 -
Regression in autocomplete for Julia 1.10
#57307 closed
Apr 22, 2025 -
[REPL] Autocompletion broken for macro names if there's other text after it
#55842 closed
Apr 22, 2025 -
Tab completion not working with module specification in `@time` calls involving another macro
#55429 closed
Apr 22, 2025 -
[REPL] Autocompletion of `@benchmark A .= A setup=(A=` is broken
#55520 closed
Apr 22, 2025 -
[REPL] Autocompletion of `ModuleName.@macro_name` is broken
#55518 closed
Apr 22, 2025 -
autocompletion not working after `<:`
#58099 closed
Apr 22, 2025 -
[REPL] Autocompletion of arguments inside `ModuleName.function` call is broken
#55420 closed
Apr 22, 2025 -
Function call getting stuck without errors or warnings in versions >=1.11.4
#58129 closed
Apr 20, 2025 -
src/subtype.c:1650: local_forall_exists_subtype: Assertion `e->Runions.more > oldRmore` failed.
#56350 closed
Apr 20, 2025 -
`map!` resulting in undefined values
#36235 closed
Apr 19, 2025 -
`GenericIOBuffer` assumes data is stored contiguously in memory
#54636 closed
Apr 19, 2025 -
High precision Complex64 calculation different from MATLAB
#58160 closed
Apr 17, 2025 -
Can't use function names in @enum
#58148 closed
Apr 17, 2025 -
juliac --trim on windows gives exception
#57941 closed
Apr 17, 2025 -
Splitdir suprising behaviour
#57571 closed
Apr 16, 2025 -
Core.println repr wrong for Core.IntrinsicFunction type
#51870 closed
Apr 16, 2025
22 Issues opened by 18 people
-
[regression] Julia 1.11 needs 60 % more compile time than Julia 1.10 with PackageCompiler 2.2
#58201 opened
Apr 22, 2025 -
semantics of `first` for unordered iterators
#58199 opened
Apr 22, 2025 -
macroexpand crashes on `->` with `where`
#58195 opened
Apr 22, 2025 -
Creating system image hangs forever with multiple threads
#58190 opened
Apr 22, 2025 -
Strange behavior (race condition?) in `LineEditREPL` since moving hints to worker thread
#58189 opened
Apr 22, 2025 -
integer multiplication errors with `@fastmath`
#58188 opened
Apr 22, 2025 -
CMake 4
#58186 opened
Apr 21, 2025 -
libssp.0 missing error in scheduled from source build
#58173 opened
Apr 20, 2025 -
Segfault in `jl_object_id__cold` on Julia 1.11
#58171 opened
Apr 19, 2025 -
Update to newer OpenSSL?
#58170 opened
Apr 19, 2025 -
`map`/`broadcast` on CategoricalArrays allocates since Julia 1.11
#58169 opened
Apr 19, 2025 -
Allocation-free code in julia v1.10 shows allocations in julia v1.11
#58168 opened
Apr 19, 2025 -
Commit 37a7541 breaks juliac on Linux
#58164 opened
Apr 18, 2025 -
Systematic increase since Julia1.10 in compile time and TTFP for the GMT package
#58163 opened
Apr 18, 2025 -
Error while printing certain NamedTuple types from `@code_warntype`
#58161 opened
Apr 17, 2025 -
Translate emojis back to their name?
#58158 opened
Apr 17, 2025 -
Hints on 1.11 slow down REPL text entry
#58153 opened
Apr 17, 2025 -
Julia should not be defining runtime libcalls in the same module they are used
#58152 opened
Apr 17, 2025 -
Code not inferrable in reported `min_world`
#58143 opened
Apr 16, 2025 -
Potential bug attributing cause in edge-invalidation
#58140 opened
Apr 16, 2025 -
`allunique(::AbstractRange)` is fooled by very small `step`
#58139 opened
Apr 16, 2025
41 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.
-
Add builtin functions Core._import, Core._using; implement import/using logic in Julia
#57965 commented on
Apr 22, 2025 • 8 new comments -
trimming: Support finalizers
#58014 commented on
Apr 23, 2025 • 2 new comments -
`TypeError` from splatting keywords into logging call
#57413 commented on
Apr 16, 2025 • 0 new comments -
Add takestring!(x) to create a string from the content of x, emptying it
#54372 commented on
Apr 23, 2025 • 0 new comments -
Use out-of-place fill in zeros/ones
#54767 commented on
Apr 20, 2025 • 0 new comments -
WIP: a more principled take on dimensional reduction inits
#55318 commented on
Apr 21, 2025 • 0 new comments -
unify reduce/reducedim empty case behaviors
#55628 commented on
Apr 22, 2025 • 0 new comments -
Documentation for `MemoryRef`
#57286 commented on
Apr 16, 2025 • 0 new comments -
task: reuse stack immediately when Task dies and switches to new Task
#57496 commented on
Apr 16, 2025 • 0 new comments -
figure out how to use the Compiler.jl stdlib from packages
#57520 commented on
Apr 17, 2025 • 0 new comments -
Add a `similar` method for `Type{<:CodeUnits}`
#57826 commented on
Apr 16, 2025 • 0 new comments -
allow kwargs to pass through `@assert` like `@test`
#57895 commented on
Apr 18, 2025 • 0 new comments -
Use unchecked conversion in `clamp`
#57947 commented on
Apr 22, 2025 • 0 new comments -
reduce allocations for string(::IEEEFloat)
#57977 commented on
Apr 22, 2025 • 0 new comments -
Backports for 1.12.0-beta2
#58009 commented on
Apr 22, 2025 • 0 new comments -
follow up to: "relax some doctests to better match non-requirement of ordering of Dict and Set"
#58053 commented on
Apr 16, 2025 • 0 new comments -
fix allocations macro with more functions
#58057 commented on
Apr 22, 2025 • 0 new comments -
faster `rand(1:n)` by outlining unlikely branch
#58089 commented on
Apr 23, 2025 • 0 new comments -
doc: cross-reference `bind` in `Channel` method doc string
#58113 commented on
Apr 23, 2025 • 0 new comments -
make just one MethodTable
#58131 commented on
Apr 17, 2025 • 0 new comments -
Remove annotated string API from HISTORY.md
#58134 commented on
Apr 22, 2025 • 0 new comments -
`range` is not handling `InexactError`
#58138 commented on
Apr 16, 2025 • 0 new comments -
Compilation time regression in 1.11
#56093 commented on
Apr 16, 2025 • 0 new comments -
RFC: Export versioning
#54905 commented on
Apr 16, 2025 • 0 new comments -
Simple recursive functions can hang in inference
#57873 commented on
Apr 16, 2025 • 0 new comments -
Base.ACTIVE_PROJECT is not intialized correctly in windows systems.
#57479 commented on
Apr 16, 2025 • 0 new comments -
make `showarg` public?
#57513 commented on
Apr 16, 2025 • 0 new comments -
Handle keywords in macro signatures
#57233 commented on
Apr 17, 2025 • 0 new comments -
Feature request: hook or mechanism to intercept closure capture for specific types
#58090 commented on
Apr 18, 2025 • 0 new comments -
We seem to link against wrong libstdc++ when building on mingw
#57021 commented on
Apr 20, 2025 • 0 new comments -
map gives different result than applying function separately only on nightly
#57959 commented on
Apr 20, 2025 • 0 new comments -
rosetta error: unexpectedly need to EmulateForward on a synchronous exception
#42398 commented on
Apr 21, 2025 • 0 new comments -
Type of `@doc x` changes when REPL is loaded
#54664 commented on
Apr 21, 2025 • 0 new comments -
Wishlist: Precompile-only packages
#48163 commented on
Apr 21, 2025 • 0 new comments -
Hang in inference, during subtyping, on 1.10.9
#58115 commented on
Apr 22, 2025 • 0 new comments -
Range semantics
#56479 commented on
Apr 23, 2025 • 0 new comments -
Faster extrema on abstract arrays when there is no functions or selected dims
#34790 commented on
Apr 23, 2025 • 0 new comments -
glibc is optimized for memory allocations microbenchmarks
#42566 commented on
Apr 23, 2025 • 0 new comments -
disallow return in finally
#57875 commented on
Apr 23, 2025 • 0 new comments -
Count GC's time waiting for a safepoint as GC time
#53441 commented on
Apr 17, 2025 • 0 new comments -
implement mergewith(combine, ::NamedTuple, ...)
#53558 commented on
Apr 16, 2025 • 0 new comments