{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1644196,"defaultBranch":"master","name":"julia","ownerLogin":"JuliaLang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-04-21T07:01:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/743164?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718130521.0","currentOid":""},"activityList":{"items":[{"before":"413ce38436135d6850ec42e5a7dad984f44cb5c0","after":null,"ref":"refs/heads/jishnub/rationaloverflowerrinterp","pushedAt":"2024-06-11T18:28:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KristofferC","name":"Kristoffer Carlsson","path":"/KristofferC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1282691?s=80&v=4"}},{"before":"dea1c253261015dfc0c536b608667cc8d6615494","after":"3173d13b818b88c097963cd4bc0aff05944419f4","ref":"refs/heads/master","pushedAt":"2024-06-11T18:28:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KristofferC","name":"Kristoffer Carlsson","path":"/KristofferC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1282691?s=80&v=4"},"commit":{"message":"LazyString in OverflowError string interpolation for rational (#54761)\n\nInterpolating a type into a string leads to runtime dispatches, and JET\r\nthrows numerous warnings. Using a `LazyString` gets rid of these.\r\n```julia\r\njulia> using JET\r\n\r\njulia> @report_opt -(typemin(Int)//1)\r\n[ Info: tracking Base\r\n┌ Warning: skipping (::Base.var\"#show_bound#661\")(io::IO, b) @ Base show.jl:2777 to avoid parsing too much code\r\n└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:1092\r\n┌ Warning: skipping (::Base.var\"#show_bound#661\")(io::IO, b) @ Base show.jl:2777 to avoid parsing too much code\r\n└ @ Revise ~/.julia/packages/Revise/bAgL0/src/packagedef.jl:1092\r\n═════ 32 possible errors found ═════\r\n┌ -(x::Rational{Int64}) @ Base ./rational.jl:334\r\n│┌ __throw_rational_numerator_typemin(T::Type{Int64}) @ Base ./rational.jl:337\r\n││┌ string(::String, ::Type{Int64}, ::String) @ Base ./strings/io.jl:189\r\n│││┌ print_to_string(::String, ::Type{Int64}, ::String) @ Base ./strings/io.jl:148\r\n││││┌ print(io::IOBuffer, x::DataType) @ Base ./strings/io.jl:35\r\n│││││┌ show(io::IOBuffer, x::DataType) @ Base ./show.jl:970\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:975\r\n│││││││┌ show_typealias(io::IOBuffer, x::Type) @ Base ./show.jl:810\r\n││││││││┌ make_typealias(x::Type) @ Base ./show.jl:620\r\n│││││││││┌ modulesof!(s::Set{Module}, x::Type) @ Base ./show.jl:595\r\n││││││││││ runtime dispatch detected: Base.modulesof!(s::Set{Module}, %20::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ modulesof!(s::Set{Module}, x::Type) @ Base ./show.jl:596\r\n││││││││││ runtime dispatch detected: Base.modulesof!(s::Set{Module}, %34::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ modulesof!(s::Set{Module}, x::TypeVar) @ Base ./show.jl:589\r\n││││││││││ runtime dispatch detected: Base.modulesof!(s::Set{Module}, %1::Any)::Set{Module}\r\n│││││││││└────────────────────\r\n│││││││┌ show_typealias(io::IOBuffer, x::Type) @ Base ./show.jl:813\r\n││││││││┌ show_typealias(io::IOBuffer, name::GlobalRef, x::Type, env::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:760\r\n│││││││││┌ show_typeparams(io::IOContext{IOBuffer}, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:724\r\n││││││││││┌ show(io::IOContext{IOBuffer}, tv::TypeVar) @ Base ./show.jl:2788\r\n│││││││││││┌ (::Base.var\"#show_bound#661\")(io::IOContext{IOBuffer}, b::Any) @ Base ./show.jl:2780\r\n││││││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, b::Any)::Any\r\n│││││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOContext{IOBuffer}, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:719\r\n││││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %252::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOContext{IOBuffer}, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:722\r\n││││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %313::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOContext{IOBuffer}, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:727\r\n││││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %191::Any)::Any\r\n│││││││││└────────────────────\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:978\r\n│││││││┌ show_datatype(io::IOBuffer, x::DataType) @ Base ./show.jl:1094\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1097\r\n│││││││││┌ maybe_kws_nt(x::DataType) @ Base ./show.jl:1085\r\n││││││││││ runtime dispatch detected: eltype(%76::DataType)::Any\r\n│││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1186\r\n│││││││││┌ show_typeparams(io::IOBuffer, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:724\r\n││││││││││┌ show(io::IOBuffer, tv::TypeVar) @ Base ./show.jl:2788\r\n│││││││││││┌ (::Base.var\"#show_bound#661\")(io::IOBuffer, b::Any) @ Base ./show.jl:2780\r\n││││││││││││ runtime dispatch detected: show(io::IOBuffer, b::Any)::Any\r\n│││││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOBuffer, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:719\r\n││││││││││ runtime dispatch detected: show(io::IOBuffer, %250::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOBuffer, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:722\r\n││││││││││ runtime dispatch detected: show(io::IOBuffer, %310::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ show_typeparams(io::IOBuffer, env::Core.SimpleVector, orig::Core.SimpleVector, wheres::Vector{TypeVar}) @ Base ./show.jl:727\r\n││││││││││ runtime dispatch detected: show(io::IOBuffer, %190::Any)::Any\r\n│││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1157\r\n│││││││││ runtime dispatch detected: show(io::IOBuffer, %224::Any)::Any\r\n││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1162\r\n│││││││││ runtime dispatch detected: show(io::IOBuffer, %54::Any)::Any\r\n││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1148\r\n│││││││││ runtime dispatch detected: show(io::IOBuffer, %57::Any)::Any\r\n││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1150\r\n│││││││││ runtime dispatch detected: show(io::IOBuffer, %54::Any)::Any\r\n││││││││└────────────────────\r\n││││││││┌ show_datatype(io::IOBuffer, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1172\r\n│││││││││ runtime dispatch detected: Base.show_at_namedtuple(io::IOBuffer, %329::Tuple, %328::DataType)::Any\r\n││││││││└────────────────────\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:981\r\n│││││││┌ show_unionaliases(io::IOBuffer, x::Union) @ Base ./show.jl:901\r\n││││││││┌ make_typealiases(x::Union) @ Base ./show.jl:822\r\n│││││││││┌ modulesof!(s::Set{Module}, x::Union) @ Base ./show.jl:595\r\n││││││││││ runtime dispatch detected: Base.modulesof!(s::Set{Module}, %3::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││││┌ modulesof!(s::Set{Module}, x::Union) @ Base ./show.jl:596\r\n││││││││││ runtime dispatch detected: Base.modulesof!(s::Set{Module}, %17::Any)::Any\r\n│││││││││└────────────────────\r\n│││││││┌ show_unionaliases(io::IOBuffer, x::Union) @ Base ./show.jl:914\r\n││││││││ runtime dispatch detected: show(io::IOBuffer, %89::Any)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_unionaliases(io::IOBuffer, x::Union) @ Base ./show.jl:920\r\n││││││││ runtime dispatch detected: Base.show_typealias(io::IOBuffer, %206::Any, x::Union, %204::Core.SimpleVector, %205::Vector{TypeVar})::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_unionaliases(io::IOBuffer, x::Union) @ Base ./show.jl:928\r\n││││││││ runtime dispatch detected: Base.show_typealias(io::IOBuffer, %269::Any, x::Union, %267::Core.SimpleVector, %268::Vector{TypeVar})::Any\r\n│││││││└────────────────────\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:985\r\n│││││││┌ show_delim_array(io::IOBuffer, itr::Vector{Any}, op::Char, delim::Char, cl::Char, delim_one::Bool) @ Base ./show.jl:1392\r\n││││││││┌ show_delim_array(io::IOBuffer, itr::Vector{Any}, op::Char, delim::Char, cl::Char, delim_one::Bool, i1::Int64, l::Int64) @ Base ./show.jl:1403\r\n│││││││││ runtime dispatch detected: show(%3::IOContext{IOBuffer}, %52::Any)::Any\r\n││││││││└────────────────────\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:1012\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1185\r\n││││││││┌ show_type_name(io::IOContext{IOBuffer}, tn::Core.TypeName) @ Base ./show.jl:1059\r\n│││││││││ runtime dispatch detected: Base.isvisible(%29::Symbol, %86::Module, %80::Any)::Bool\r\n││││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1157\r\n││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %227::Any)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1162\r\n││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %55::Any)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1148\r\n││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %58::Any)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1150\r\n││││││││ runtime dispatch detected: show(io::IOContext{IOBuffer}, %55::Any)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1172\r\n││││││││ runtime dispatch detected: Base.show_at_namedtuple(io::IOContext{IOBuffer}, %338::Tuple, %337::DataType)::Any\r\n│││││││└────────────────────\r\n│││││││┌ show_datatype(io::IOContext{IOBuffer}, x::DataType, wheres::Vector{TypeVar}) @ Base ./show.jl:1180\r\n││││││││ runtime dispatch detected: Base.show_at_namedtuple(io::IOContext{IOBuffer}, %387::Tuple, %391::DataType)::Any\r\n│││││││└────────────────────\r\n││││││┌ _show_type(io::IOBuffer, x::Type) @ Base ./show.jl:1014\r\n│││││││ runtime dispatch detected: show(%98::IOContext{IOBuffer}, %99::Any)::Any\r\n││││││└────────────────────\r\n│││││┌ show(io::IOBuffer, x::DataType) @ Base ./show.jl:970\r\n││││││ runtime dispatch detected: Base._show_type(io::IOBuffer, %1::Any)::Nothing\r\n│││││└────────────────────\r\n\r\njulia> @noinline Base.__throw_rational_numerator_typemin(T) = throw(OverflowError(LazyString(\"rational numerator is typemin(\", T, \")\")))\r\n\r\njulia> @report_opt -(typemin(Int)//1)\r\nNo errors detected\r\n```","shortMessageHtmlLink":"LazyString in OverflowError string interpolation for rational (#54761)"}},{"before":"46933b8a708453f9caecb8abce88770c4bff675d","after":"dea1c253261015dfc0c536b608667cc8d6615494","ref":"refs/heads/master","pushedAt":"2024-06-11T16:18:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IanButterworth","name":"Ian Butterworth","path":"/IanButterworth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1694067?s=80&v=4"},"commit":{"message":"🤖 [master] Bump the Pkg stdlib from 4e43058c2 to 78bca4227 (#54764)\n\nStdlib: Pkg\r\nURL: https://github.com/JuliaLang/Pkg.jl.git\r\nStdlib branch: master\r\nJulia branch: master\r\nOld commit: 4e43058c2\r\nNew commit: 78bca4227\r\nJulia version: 1.12.0-DEV\r\nPkg version: 1.12.0\r\nBump invoked by: @KristofferC\r\nPowered by:\r\n[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)\r\n\r\nDiff:\r\nhttps://github.com/JuliaLang/Pkg.jl/compare/4e43058c264e0117478f901e36b2be563418f7d3...78bca42272aac3f3b1f9d621a2f995babfc23f2e\r\n\r\n```\r\n$ git log --oneline 4e43058c2..78bca4227\r\n78bca4227 use the correct TOML.Parser coupled to Base.TOMLCache (#3921)\r\n```\r\n\r\nCo-authored-by: Dilum Aluthge ","shortMessageHtmlLink":"🤖 [master] Bump the Pkg stdlib from 4e43058c2 to 78bca4227 (#54764)"}},{"before":null,"after":"1d674fc38b59a72db8ec61dbdbf4c4ceead2a07f","ref":"refs/heads/jishnub/zeroonefill","pushedAt":"2024-06-11T16:06:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"Use out-of-place fill in zeros/ones","shortMessageHtmlLink":"Use out-of-place fill in zeros/ones"}},{"before":"ca0952e9e79f1c9d50cbb8e20428181c566eb135","after":"c07989267aad9b78e9db44756aee982d57df7a89","ref":"refs/heads/gb/toplevel-root","pushedAt":"2024-06-11T15:37:05.000Z","pushType":"push","commitsCount":213,"pusher":{"login":"gbaraldi","name":"Gabriel Baraldi","path":"/gbaraldi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28694980?s=80&v=4"},"commit":{"message":"Merge branch 'master' into gb/toplevel-root","shortMessageHtmlLink":"Merge branch 'master' into gb/toplevel-root"}},{"before":"574261fe8b6f1d568ceef98665ee23fae027e013","after":"e306bfb2ed86a21e7eaa06f6509c012079ba897d","ref":"refs/heads/avi/opt-and-or-int","pushedAt":"2024-06-11T13:38:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aviatesk","name":"Shuhei Kadowaki","path":"/aviatesk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40514306?s=80&v=4"},"commit":{"message":"inlining: optimize `and_int(x, true)` and `or_int(x, false)`\n\nWe need an additional inlining pass to optimize cases like\n`and_int(x, true)` and `or_int(x, false)` to `x`.","shortMessageHtmlLink":"inlining: optimize and_int(x, true) and or_int(x, false)"}},{"before":"79c59ed212722b458c595e305e1cd09e71b7cd1f","after":null,"ref":"refs/heads/jishnub/symhermcopyto","pushedAt":"2024-06-11T13:28:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"}},{"before":"e7893a1fa4c7310a3d8abd2353c54f924faa3d65","after":"46933b8a708453f9caecb8abce88770c4bff675d","ref":"refs/heads/master","pushedAt":"2024-06-11T13:28:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"Specialize `copyto!` to strided for `Symmetric`/`Hermitian` matrices (#54758)\n\nThis avoids the fallback `copyto_unaliased!` implementation that indexes\r\ninto the `HermOrSym` matrix, and instead this forwards the copy to the\r\nparent. This provides a slight speed-up. Also, with this `copyto!`\r\nspecialized, we don't need the `Matrix` methods anymore. The fallback\r\n`Matrix` constructors call `copyto!` internally, and would remain\r\nequally performant.\r\n\r\n```julia\r\njulia> H = Hermitian(rand(ComplexF64,2000,2000));\r\n\r\njulia> dest = similar(H, size(H));\r\n\r\njulia> @btime copyto!($dest, $H);\r\n 15.023 ms (0 allocations: 0 bytes) # nightly v\"1.12.0-DEV.699\"\r\n 12.844 ms (0 allocations: 0 bytes) # this PR\r\n```\r\n\r\nThis PR also changes the behavior for `copyto!` involving matrices with\r\nmismatched sizes, in which case the `copyto!` will now be a linear copy\r\n(which will usually error for a `Hermitian` matrix).","shortMessageHtmlLink":"Specialize copyto! to strided for Symmetric/Hermitian matrices (#…"}},{"before":"122d920ab660221f0461ec9fb97a805e0e758bd4","after":"b8ca3e3152b0485bd5dad5ab5bd90b54c6ec2d03","ref":"refs/heads/dk/cholfix","pushedAt":"2024-06-11T13:10:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkarrasch","name":"Daniel Karrasch","path":"/dkarrasch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26658441?s=80&v=4"},"commit":{"message":"rename variables to be in line with _chol!","shortMessageHtmlLink":"rename variables to be in line with _chol!"}},{"before":null,"after":"7a61d18e16a3f666d8a2c312223dc6ec6ae58e6b","ref":"refs/heads/jishnub/tricopytomethods","pushedAt":"2024-06-11T12:40:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"Fix missing copyto! methods for triangular matrix types","shortMessageHtmlLink":"Fix missing copyto! methods for triangular matrix types"}},{"before":"a0bd19740a500084f493a02b0bd51ec8769c080b","after":"122d920ab660221f0461ec9fb97a805e0e758bd4","ref":"refs/heads/dk/cholfix","pushedAt":"2024-06-11T11:31:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkarrasch","name":"Daniel Karrasch","path":"/dkarrasch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26658441?s=80&v=4"},"commit":{"message":"finally working","shortMessageHtmlLink":"finally working"}},{"before":"d0f165f056f6e6f6e69fa963539934bc665311be","after":"e7893a1fa4c7310a3d8abd2353c54f924faa3d65","ref":"refs/heads/master","pushedAt":"2024-06-11T09:53:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"IanButterworth","name":"Ian Butterworth","path":"/IanButterworth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1694067?s=80&v=4"},"commit":{"message":"REPL: improve prompt! async function handler (#54760)","shortMessageHtmlLink":"REPL: improve prompt! async function handler (#54760)"}},{"before":"4aa439732ba8941a8ab1e1f430fc30eb8a7112b3","after":"413ce38436135d6850ec42e5a7dad984f44cb5c0","ref":"refs/heads/jishnub/rationaloverflowerrinterp","pushedAt":"2024-06-11T06:21:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"LazyString in OverflowError type-interpolation for rational","shortMessageHtmlLink":"LazyString in OverflowError type-interpolation for rational"}},{"before":null,"after":"4aa439732ba8941a8ab1e1f430fc30eb8a7112b3","ref":"refs/heads/jishnub/rationaloverflowerrinterp","pushedAt":"2024-06-11T06:20:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"LazyString in OverflowError type-interpolation for rational","shortMessageHtmlLink":"LazyString in OverflowError type-interpolation for rational"}},{"before":"96ecea14800b3cb5e7501836784ca7ebdf268e6b","after":"a0bd19740a500084f493a02b0bd51ec8769c080b","ref":"refs/heads/dk/cholfix","pushedAt":"2024-06-10T21:37:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkarrasch","name":"Daniel Karrasch","path":"/dkarrasch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26658441?s=80&v=4"},"commit":{"message":"write out loops","shortMessageHtmlLink":"write out loops"}},{"before":"d7fdf5a0ea3d92dcb17b0e781a526fda476772d5","after":"d0f165f056f6e6f6e69fa963539934bc665311be","ref":"refs/heads/master","pushedAt":"2024-06-10T20:01:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"topolarity","name":"Cody Tapscott","path":"/topolarity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84105208?s=80&v=4"},"commit":{"message":"make: use `readelf` for LLVM symbol version detection (#54713)\n\nApparently on some distributions `nm --with-symbol-versions` does not\r\nreport symbol versions, despite the flag.\r\n\r\n`readelf` should be a more reliable alternative which is also part of\r\nbinutils.\r\n\r\nSee https://github.com/spack/spack/issues/44534#issuecomment-2151796917\r\nfor more information","shortMessageHtmlLink":"make: use readelf for LLVM symbol version detection (#54713)"}},{"before":"8310ed2d956eb89f1783b063cf8d1eb8c9fa3026","after":"96ecea14800b3cb5e7501836784ca7ebdf268e6b","ref":"refs/heads/dk/cholfix","pushedAt":"2024-06-10T19:04:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkarrasch","name":"Daniel Karrasch","path":"/dkarrasch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26658441?s=80&v=4"},"commit":{"message":"Revert \"handle generic numbers\"\n\nThis reverts commit 779228d127dc6a53b4bdcf7e7669c74a5003c305.","shortMessageHtmlLink":"Revert \"handle generic numbers\""}},{"before":null,"after":"d4dcf7cbfde067a7ed53d90fd4e7c87633daec29","ref":"refs/heads/gb/small-image4","pushedAt":"2024-06-10T18:36:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gbaraldi","name":"Gabriel Baraldi","path":"/gbaraldi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28694980?s=80&v=4"},"commit":{"message":"I dunno","shortMessageHtmlLink":"I dunno"}},{"before":"11275085571c8c3f7d46d91d8da5ef2840961a91","after":null,"ref":"refs/heads/dcn-update-gc-manual","pushedAt":"2024-06-10T18:27:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"d-netto","name":"Diogo Netto","path":"/d-netto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61364108?s=80&v=4"}},{"before":"589fd1a0266eef6d8d234a59754a72a1802757cb","after":"d7fdf5a0ea3d92dcb17b0e781a526fda476772d5","ref":"refs/heads/master","pushedAt":"2024-06-10T18:27:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-netto","name":"Diogo Netto","path":"/d-netto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61364108?s=80&v=4"},"commit":{"message":"update man & doc pages to reflect ngcthreads == nthreads now (#54756)\n\nWe changed the default number of GC threads in\r\nhttps://github.com/JuliaLang/julia/pull/53608 but didn't update the man\r\npage and docs.\r\n\r\nI think I covered all mentions of it in the docs.","shortMessageHtmlLink":"update man & doc pages to reflect ngcthreads == nthreads now (#54756)"}},{"before":null,"after":"79c59ed212722b458c595e305e1cd09e71b7cd1f","ref":"refs/heads/jishnub/symhermcopyto","pushedAt":"2024-06-10T17:21:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jishnub","name":"Jishnu Bhattacharya","path":"/jishnub","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10461665?s=80&v=4"},"commit":{"message":"Specialize copyto! to strided for Sym/Herm matrices","shortMessageHtmlLink":"Specialize copyto! to strided for Sym/Herm matrices"}},{"before":"7197c9e6952b972303ba6b4a50025612d1d5b5b0","after":"589fd1a0266eef6d8d234a59754a72a1802757cb","ref":"refs/heads/master","pushedAt":"2024-06-10T16:45:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oscardssmith","name":"Oscar Smith","path":"/oscardssmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11729272?s=80&v=4"},"commit":{"message":"Document GenericMemory and AtomicMemory (#54642)\n\nCloses https://github.com/JuliaLang/julia/issues/53854. After talking\r\nwith @vtjnash, we are ready to commit to the `GenericMemory` interface.\r\nSorry @nsajko that this took me so long to get around to.\r\n\r\n---------\r\n\r\nCo-authored-by: Marek Kaluba \r\nCo-authored-by: Neven Sajko ","shortMessageHtmlLink":"Document GenericMemory and AtomicMemory (#54642)"}},{"before":null,"after":"181b0154a9926ff1bff23643dad81481534882ea","ref":"refs/heads/kc/ext_fail_load_sysimage_wip","pushedAt":"2024-06-10T16:35:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"KristofferC","name":"Kristoffer Carlsson","path":"/KristofferC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1282691?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":"1c294dd2de6d4276a1294cf657b790d273de490c","after":"4760a51a5d020271a2829742f70be82c4812fc81","ref":"refs/heads/kc/ext_fail_load_sysimage","pushedAt":"2024-06-10T16:34:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"KristofferC","name":"Kristoffer Carlsson","path":"/KristofferC","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1282691?s=80&v=4"},"commit":{"message":"record dependencies when `requiring` a package and also mark those deps as explicitly loaded\n\nthis is important for packages in the sysimage whose dependencies should also be marked as loaded when they themselves are loaded","shortMessageHtmlLink":"record dependencies when requiring a package and also mark those de…"}},{"before":"ce38f08b166edfe33afa3129ae01ef349a67bfb0","after":"7197c9e6952b972303ba6b4a50025612d1d5b5b0","ref":"refs/heads/master","pushedAt":"2024-06-10T16:24:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aviatesk","name":"Shuhei Kadowaki","path":"/aviatesk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40514306?s=80&v=4"},"commit":{"message":"Test: use `infer_return_type` for `@inferred` instead of `return_types` (#54752)\n\nThe implementation can be slightly more simply.","shortMessageHtmlLink":"Test: use infer_return_type for @inferred instead of `return_type…"}},{"before":"2ae88cc2e89fcb0d76a4c43a29bf32c98bb253f8","after":null,"ref":"refs/heads/avi/Test-infer_return_type","pushedAt":"2024-06-10T16:24:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aviatesk","name":"Shuhei Kadowaki","path":"/aviatesk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40514306?s=80&v=4"}},{"before":null,"after":"11275085571c8c3f7d46d91d8da5ef2840961a91","ref":"refs/heads/dcn-update-gc-manual","pushedAt":"2024-06-10T15:59:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"d-netto","name":"Diogo Netto","path":"/d-netto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61364108?s=80&v=4"},"commit":{"message":"update man & doc pages to reflect ngcthreads == nthreads now","shortMessageHtmlLink":"update man & doc pages to reflect ngcthreads == nthreads now"}},{"before":null,"after":"aaa86712fa810a4d5a89afe6051df57b9ace2312","ref":"refs/heads/jn/toml-dates-hack","pushedAt":"2024-06-10T15:51:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vtjnash","name":"Jameson Nash","path":"/vtjnash","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/330950?s=80&v=4"},"commit":{"message":"[TOML] remove Dates hack, replace with epxlicit usage\n\nThis hack will cease functioning soon (#54739), so it must be removed so\nthat packages can stop relying on it.\n\nAs an aid, now provide some basic conversion and printing support for\nthe Base.TOML variants of this as well such that users can round-trip\nthe contents (if they are well-formed as a date/time).","shortMessageHtmlLink":"[TOML] remove Dates hack, replace with epxlicit usage"}},{"before":"b7221040673927b2bec847f2ea6cdad7cdccd650","after":"ce38f08b166edfe33afa3129ae01ef349a67bfb0","ref":"refs/heads/master","pushedAt":"2024-06-10T14:11:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ViralBShah","name":"Viral B. Shah","path":"/ViralBShah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/744411?s=80&v=4"},"commit":{"message":"Add docstring to `ConcurrencyViolationError` (#53733)\n\nThis should cover the current usecases of this error.\r\n\r\n---------\r\n\r\nCo-authored-by: Sukera \r\nCo-authored-by: Jameson Nash ","shortMessageHtmlLink":"Add docstring to ConcurrencyViolationError (#53733)"}},{"before":"b69fc5786331a60c5357bafb901be077e5e3a90d","after":"c057940f574c06ccbd10ec95cef963845122ea8b","ref":"refs/heads/backports-release-1.11","pushedAt":"2024-06-10T13:51:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gbaraldi","name":"Gabriel Baraldi","path":"/gbaraldi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28694980?s=80&v=4"},"commit":{"message":"Don't test with opaque pointers","shortMessageHtmlLink":"Don't test with opaque pointers"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYouS6QA","startCursor":null,"endCursor":null}},"title":"Activity · JuliaLang/julia"}