-
-
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
42 Pull requests merged by 19 people
-
Use juliaup name and id to avoid msstore bug
#57978 merged
Apr 2, 2025 -
CompilerDevTools: use
transform_result_for_cache
instead ofoptimize
#57640 merged
Apr 2, 2025 -
Add
Base.@acquire
for non-closure version ofBase.acquire(f, s::Base.Semaphore)
#56845 merged
Apr 2, 2025 -
set VERSION to 1.12.0-beta1
#57535 merged
Apr 2, 2025 -
Backport JuliaLang/julia#57973 to 1.12
#57980 merged
Apr 2, 2025 -
inference: model
Core._svec_ref
#57973 merged
Apr 2, 2025 -
Declare
AbstractOneTo
public#57971 merged
Apr 2, 2025 -
Documentation:
public
needs global scope#57916 merged
Apr 1, 2025 -
batch some binding changes
#57765 merged
Apr 1, 2025 -
Backports 1.12
#57972 merged
Apr 1, 2025 -
Be more careful about iterator invalidation during recursive invalida…
#57934 merged
Apr 1, 2025 -
Update Documenter 1.8.1 => 1.10.0
#57952 merged
Apr 1, 2025 -
CI: add results.json tags back
#57966 merged
Apr 1, 2025 -
Backports release 1.12
#57955 merged
Apr 1, 2025 -
append_c_digits
: typeassertInt
to improve inference#57950 merged
Apr 1, 2025 -
Add
AbstractOneTo
and haveOneTo
be its subtype#56902 merged
Apr 1, 2025 -
CI: Record one result with duration
#57954 merged
Mar 31, 2025 -
[backports-release-1.11] REPL: only load stdlibs during precompilation script
#57940 merged
Mar 31, 2025 -
Base
: typeassertdisplaysize
return value#57920 merged
Mar 31, 2025 -
fix opaque_closure sparam capture
#57928 merged
Mar 31, 2025 -
staticdata: Memoize
type_in_worklist
query#57917 merged
Mar 31, 2025 -
fix trimming size regression due to handling binding backedges in the wrong place
#57927 merged
Mar 31, 2025 -
_precompilepkgs
: interactive progress display: fix unintended capture#57932 merged
Mar 31, 2025 -
fix trimming for scheduler task
#57926 merged
Mar 31, 2025 -
🤖 [master] Bump the Pkg stdlib from 93fb66db1 to 6f309f17f
#57948 merged
Mar 31, 2025 -
Fixed documentation for Test
#57938 merged
Mar 30, 2025 -
Base
: shell escaping: inference improvement to prevent invalidation#57915 merged
Mar 30, 2025 -
REPL
: typeassertdisplaysize
return value#57919 merged
Mar 29, 2025 -
Move
eachregion(::AnnotatedString)
implementation toBase
#57912 merged
Mar 29, 2025 -
🤖 [master] Bump the Pkg stdlib from 26bdeeeb1 to 93fb66db1
#57936 merged
Mar 29, 2025 -
lowering: Fix captured vars shadowed by an inner global declaration
#57648 merged
Mar 28, 2025 -
Refactor IOBuffer code
#57570 merged
Mar 28, 2025 -
Teach alloc-opt to handle atomics a bit better
#57208 merged
Mar 28, 2025 -
inference: add internal SOURCE_MODE_GET_SOURCE mode
#57878 merged
Mar 28, 2025 -
[backports-1.11] Add passes to
-O1
pipeline to reduce allocations inreinterpret
#57732 merged
Mar 28, 2025 -
[backports-1.10] Add passes to
-O1
pipeline to reduce allocations inreinterpret
#57731 merged
Mar 28, 2025 -
Random
:show
method forMersenneTwister
: invalidation resistance#57913 merged
Mar 28, 2025 -
only update fragmentation data for pages that are not lazily freed
#57907 merged
Mar 28, 2025 -
Compiler
:walk_to_defs
,collect_leaves
: specialize forpredecessors
#57859 merged
Mar 27, 2025 -
Scheduler: Use a "scheduler" task for thread sleep
#57544 merged
Mar 27, 2025 -
Compiler
:abstract_eval_invoke_inst
: type assertExpr
#57860 merged
Mar 27, 2025 -
inference: fix exct modeling of
setglobal!
#57896 merged
Mar 27, 2025
27 Pull requests opened by 14 people
-
InteractiveUtils: support type annotations as substitutes for values
#57909 opened
Mar 27, 2025 -
Support "Functor-like" `code_typed` invocation
#57911 opened
Mar 27, 2025 -
`_precompilepkgs`: interactive progress display: declare index var type
#57922 opened
Mar 28, 2025 -
fix generated_body_to_codeinfo to avoid `string` (which is not always defined)
#57925 opened
Mar 28, 2025 -
Add `Base.active_manifest()`
#57937 opened
Mar 29, 2025 -
Set `isreadable(::DevNull) = true`, expand `isreadable` docstring
#57943 opened
Mar 30, 2025 -
Disable boundschecks in `unsafe_copyto!`
#57946 opened
Mar 30, 2025 -
Use unchecked conversion in `clamp`
#57947 opened
Mar 30, 2025 -
Fix use of `pointer` in `write(to::IO, from::GenericIOBuffer)`
#57949 opened
Mar 30, 2025 -
better abstract type inference for `oftype`
#57951 opened
Mar 30, 2025 -
Add set to temporary roots to avoid O(N) check
#57961 opened
Mar 31, 2025 -
Fix `IOBuffer` `skip` regression
#57963 opened
Mar 31, 2025 -
Enable io thread by default to see what breaks
#57964 opened
Mar 31, 2025 -
Add builtin functions _module_import, _module_using
#57965 opened
Mar 31, 2025 -
Fix REPL.ends_with_semicolon bug
#57974 opened
Apr 1, 2025 -
reduce allocations for string(::IEEEFloat)
#57977 opened
Apr 1, 2025 -
Move inlinability determination into cache transform
#57979 opened
Apr 2, 2025 -
[WIP] Add `isoneto` trait and use in `similar`
#57981 opened
Apr 2, 2025 -
WIP / RFC: Define IO interface
#57982 opened
Apr 2, 2025 -
`Base.incomplete_tag`: deduplicate code and typeassert
#57984 opened
Apr 2, 2025 -
Index a `CartesianIndex` with `begin`/`end`
#57985 opened
Apr 2, 2025 -
Avoid most boxes in precompilation code
#57986 opened
Apr 2, 2025 -
Run Compiler tests in parallel for `Pkg.test`, continued
#57987 opened
Apr 2, 2025 -
much faster code-coverage for packages
#57988 opened
Apr 2, 2025 -
debuginfo: improve robustness of code slightly
#57989 opened
Apr 2, 2025 -
Forward `to_shape` for `AbstractOneTo` to `Integer` method
#57990 opened
Apr 2, 2025 -
Merge adjacent implicit binding partitions
#57995 opened
Apr 2, 2025
22 Issues closed by 9 people
-
Need `@force_interpret`? (PrecompileTools still broken)
#57957 closed
Apr 3, 2025 -
`JULIA_WAIT_FOR_TRACY=1` doesn't work
#57791 closed
Apr 2, 2025 -
unsoundness of scan_leaf_partitions causing many PkgEval failures
#57843 closed
Apr 2, 2025 -
Segfault in `get_next_edge` when Revising
#57914 closed
Apr 1, 2025 -
memory corruption by "Align module base between invalidation and edge tracking (#57625)"
#57696 closed
Apr 1, 2025 -
@main assumes int return value
#57956 closed
Mar 31, 2025 -
REPL: Precompilation breaks on 1.11 if sysimage contains multiple exts with the same name
#57939 closed
Mar 31, 2025 -
`BoundsError` in type inference when abstract-evaluating OpaqueClosure
#54236 closed
Mar 31, 2025 -
Deeply recursive types highlight performance issue in sysimg creation, type_in_worklist is inefficient.
#53331 closed
Mar 31, 2025 -
Missing invalidations upon package loading
#57904 closed
Mar 30, 2025 -
Segfault when spawned task uses regex during exit
#57817 closed
Mar 29, 2025 -
Profile: compile deadlock test failing on aarch-linux-gnu
#57935 closed
Mar 29, 2025 -
opaque_closure lowering mistake with `where`
#57929 closed
Mar 29, 2025 -
IOBuffer does not respect maxsize after the first take!
#57549 closed
Mar 28, 2025 -
Segfault from `@atomic` operation on typed field (miscompilation?)
#57190 closed
Mar 28, 2025 -
Excise MersenneTwister
#51513 closed
Mar 27, 2025 -
Unexpected method selected for dynamic dispatch on Julia 1.10.9
#57903 closed
Mar 27, 2025 -
Broken packages due to misnamed "invoke_in_world_total"
#57748 closed
Mar 27, 2025 -
isreserved(s::Symbol) -> Bool
#26090 closed
Mar 27, 2025 -
`precompile´ should maybe error when given non type inputs?
#57474 closed
Mar 27, 2025 -
"ERROR: `ccall` requires the compiler" when calling `versioninfo()`
#57905 closed
Mar 27, 2025
27 Issues opened by 21 people
-
Regression in `Pkg.add` latency vs one 1.12 nightly against the next
#57997 opened
Apr 3, 2025 -
Dispatch-resolved version of `Expr(:new_opaque_closure, ...)`
#57996 opened
Apr 3, 2025 -
Should we breathe new life into `readavailable`?
#57994 opened
Apr 2, 2025 -
Upgradable stdlibs: LazyArtifacts
#57993 opened
Apr 2, 2025 -
Upgradable stdlibs: SparseArrays
#57992 opened
Apr 2, 2025 -
`isprecompile(pkg) == false` for stdlibs in base sysimage
#57991 opened
Apr 2, 2025 -
Coverage for lines declaring a `local variable`
#57983 opened
Apr 2, 2025 -
converting a `Float` to `String` might over allocate the length of the intermediate string vector.
#57976 opened
Apr 1, 2025 -
`Internal error: during type inference` when precompiling ModelingToolkit on nightly
#57975 opened
Apr 1, 2025 -
Regression in package loading time from 1.10 -> 1.11 -> nightly
#57970 opened
Apr 1, 2025 -
`print_backdate_admonition` may need a backtrace
#57969 opened
Apr 1, 2025 -
Removal of jl_arrayset causing problems in CxxWrap package
#57968 opened
Apr 1, 2025 -
`IOBuffer` `skip` regression
#57962 opened
Mar 31, 2025 -
`Core.Const(ENV)` prints the full env to terminal in e.g `code_warntype`
#57960 opened
Mar 31, 2025 -
map gives different result than applying function separately only on nightly
#57959 opened
Mar 31, 2025 -
Update MPFR to 4.2.2
#57945 opened
Mar 30, 2025 -
`close` is underdocumented, and inconsistently implemented
#57944 opened
Mar 30, 2025 -
`isreadable` is underdocumented and inconsistently implemented
#57942 opened
Mar 30, 2025 -
juliac --trim on windows gives exception
#57941 opened
Mar 30, 2025 -
Type parameter currying doesn't work with `Tuple`
#57933 opened
Mar 29, 2025 -
Clarify ccall evaluation semantics
#57931 opened
Mar 28, 2025 -
Feature Request: Add `Base.active_manifest`
#57924 opened
Mar 28, 2025 -
Exploding lists of identical binding partitions?
#57923 opened
Mar 28, 2025 -
SIGPWR on 1.11.4
#57918 opened
Mar 28, 2025 -
Fusing failing when used on Varargs + kwargs
#57910 opened
Mar 27, 2025 -
Feature request: add function to calculate the starting date of a week for a given year
#57908 opened
Mar 27, 2025 -
prevpow errors on some BigInt/BigFloat input combinations
#57906 opened
Mar 27, 2025
56 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.
-
transition `@timeit` in `Core.Compiler` to use tracy instead
#49675 commented on
Apr 2, 2025 • 16 new comments -
Add takestring! and make `String(::Memory)` not truncate
#54372 commented on
Apr 2, 2025 • 14 new comments -
JuliaSyntax parser-based REPL completions overhaul
#57767 commented on
Apr 2, 2025 • 7 new comments -
fix `nextpow`, `prevpow` for types without `typemax`
#49669 commented on
Mar 30, 2025 • 3 new comments -
fix: `Base.julia_cmd()` did not reflect the --banner and --quiet flags.
#57902 commented on
Mar 27, 2025 • 2 new comments -
allow kwargs to pass through `@assert` like `@test`
#57895 commented on
Apr 3, 2025 • 2 new comments -
add some "no invalidations" tests for the sysimage
#57884 commented on
Apr 2, 2025 • 1 new comment -
`@nospecialize` for `string_index_err`
#57604 commented on
Mar 31, 2025 • 1 new comment -
Reactivate automatic nospecialize for unused arguments
#50722 commented on
Mar 27, 2025 • 0 new comments -
Random: allow seeding from an RNG
#51533 commented on
Apr 1, 2025 • 0 new comments -
Allow `using LongPackageName as LPN` and change export conventions.
#52821 commented on
Mar 27, 2025 • 0 new comments -
make `Base.uabs` public 2
#53503 commented on
Apr 1, 2025 • 0 new comments -
`rtol` and `atol` for `@assert` like `@test`?
#57503 commented on
Mar 27, 2025 • 0 new comments -
prepend signal number and thread ID on backtraces
#54380 commented on
Mar 27, 2025 • 0 new comments -
Allow types other than `Int` in `randstring`
#54402 commented on
Mar 27, 2025 • 0 new comments -
codegen: add a pass for late conversion of known modify ops to call atomicrmw
#57010 commented on
Mar 28, 2025 • 0 new comments -
Supporting sticky (generational) immix
#57327 commented on
Mar 31, 2025 • 0 new comments -
Parse begin/end in ref as Expr
#57368 commented on
Mar 27, 2025 • 0 new comments -
use rapidhash
#57509 commented on
Mar 29, 2025 • 0 new comments -
use `@main` for juliac executable entry point
#57588 commented on
Mar 28, 2025 • 0 new comments -
Logging: Improve threadsafety
#57591 commented on
Mar 28, 2025 • 0 new comments -
`Base`: bootstrap: eliminate `Array`-specific `length` methods
#57627 commented on
Mar 31, 2025 • 0 new comments -
Tighten signature of `iszero` and `isone` fallbacks
#57671 commented on
Apr 1, 2025 • 0 new comments -
Backports release 1.11
#57714 commented on
Apr 1, 2025 • 0 new comments -
Backports for 1.10.10
#57715 commented on
Apr 1, 2025 • 0 new comments -
Compute `has_concrete_subtype` after field types
#57764 commented on
Apr 1, 2025 • 0 new comments -
Feature request: non-blocking `take!`
#45902 commented on
Mar 27, 2025 • 0 new comments -
Refactoring codegen passes that lower write barrier and allocation
#57769 commented on
Mar 31, 2025 • 0 new comments -
Add bfloat LLVM fix to 1.11
#57874 commented on
Apr 2, 2025 • 0 new comments -
disallow return in finally
#57875 commented on
Mar 27, 2025 • 0 new comments -
Improve performance of depth-limited type printing in stack traces
#55952 commented on
Mar 27, 2025 • 0 new comments -
make `showarg` public?
#57513 commented on
Mar 28, 2025 • 0 new comments -
(spurious?) global binding world age warning involving function that returns a huge tuple
#57301 commented on
Mar 28, 2025 • 0 new comments -
type inference hang on nightly since #56880
#57098 commented on
Mar 28, 2025 • 0 new comments -
Simple recursive functions can hang in inference
#57873 commented on
Mar 28, 2025 • 0 new comments -
nondeterminism in invalidation between recompilations of Julia
#57716 commented on
Mar 28, 2025 • 0 new comments -
Lowering error with opaque closures
#49659 commented on
Mar 29, 2025 • 0 new comments -
which rounding mode should `convert` use?
#55924 commented on
Mar 30, 2025 • 0 new comments -
`rem2pi` not defined for `Irrational`
#42799 commented on
Mar 30, 2025 • 0 new comments -
REPL.ends_with_semicolon broken on adjoint operator with comment
#46189 commented on
Apr 1, 2025 • 0 new comments -
Package load time regressions in 1.12
#57436 commented on
Apr 1, 2025 • 0 new comments -
write(io, ::Int) allocates
#39041 commented on
Apr 1, 2025 • 0 new comments -
Unexpected behaviour of cat for empty matrix entry
#57438 commented on
Apr 2, 2025 • 0 new comments -
print(iobuffer, number) without calling string(number)?
#55835 commented on
Apr 2, 2025 • 0 new comments -
show(io, x::Int) allocates
#41396 commented on
Apr 2, 2025 • 0 new comments -
Documentation for FOR loop does not mention an optional nonunit step, neither does it refer to the iterator concept
#51638 commented on
Apr 2, 2025 • 0 new comments -
`Channel` iteration uses inconsistent termination criteria
#50298 commented on
Apr 2, 2025 • 0 new comments -
BigFloat prints differently from Float(32|64) in scientific notation
#56941 commented on
Apr 2, 2025 • 0 new comments -
IR: Need a way to represent dispatch-resolved "deferred" calls (for `--trim`)
#57888 commented on
Apr 2, 2025 • 0 new comments -
Upgradable stdlibs
#50697 commented on
Apr 2, 2025 • 0 new comments -
Add `strict` mechanism for opting into stricter subsets of the language
#54903 commented on
Apr 2, 2025 • 0 new comments -
`ccall` sometimes fails to statically evaluate arguments due to binding ages
#57749 commented on
Apr 3, 2025 • 0 new comments -
add ISO year / ISO week utilities
#48507 commented on
Mar 28, 2025 • 0 new comments -
Consider changing return type of `div` and `divrem` for `(::Unsigned, ::Signed)`
#57855 commented on
Mar 27, 2025 • 0 new comments -
mapreduce(f, hcat, A) != reduce(hcat, map(f, A)) if length(A) == 1
#37917 commented on
Mar 27, 2025 • 0 new comments -
Remove `Base.lib{blas,lapack}_name`
#50699 commented on
Apr 1, 2025 • 0 new comments