• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / 1290

Builds Branch Commit Type Ran Committer Via Coverage
1290 master make vector `cmp` match axes (#59500) closes https://github.com/JuliaLang/julia/issues/48916 as suggested by @oscardssmith > I believe the more consistent behavior here would be for isless to error when comparing two Arrays a and b where eachinde... push 30 Sep 2025 11:13AM UTC web-flow buildkite
77.19
1451 main force specialization of dims arguments that may be `Colon` (#59474) In Julia, the colon (`:`, `Colon`) is a function for constructing ranges. We have: ```julia (:) isa Function ``` However, sadly, as an instance of punning, the same object is o... push 28 Sep 2025 07:49AM UTC web-flow buildkite
77.17
1449 main force specialization of dims arguments that may be `Colon` (#59474) In Julia, the colon (`:`, `Colon`) is a function for constructing ranges. We have: ```julia (:) isa Function ``` However, sadly, as an instance of punning, the same object is o... push 28 Sep 2025 05:25AM UTC web-flow buildkite
77.17
1287 v1.12.0-rc3 set VERSION to 1.12.0-rc3 (#59648) push 27 Sep 2025 11:14PM UTC web-flow buildkite
70.03
1448 master eliminate some nongeneric methods of `length` and `size` (#59442) Changes: * Eliminate some nongeneric `length` methods: * `GenericMemory` * `Slice` * `IdentityUnitRange` * `CartesianIndices` * `LogicalIndex` * `Cod... Pull #488 27 Sep 2025 07:36PM UTC web-flow buildkite
76.91
1447 main eliminate some nongeneric methods of `length` and `size` (#59442) Changes: * Eliminate some nongeneric `length` methods: * `GenericMemory` * `Slice` * `IdentityUnitRange` * `CartesianIndices` * `LogicalIndex` * `Cod... push 27 Sep 2025 08:58AM UTC web-flow buildkite
77.12
1446 master Minor fixes for IRInterp in presence of ABI overrides (#59671) Encountered in DAECompiler, when performing IR interpretation on IR that contains ABI overrides. Pull #488 27 Sep 2025 06:04AM UTC web-flow buildkite
77.14
1285 master Fix gcdx and lcm with mixed signed/unsigned arguments (#59628) Add `gcdx(a::Signed, b::Unsigned)` and `gcdx(a::Unsigned, b::Signed)` methods to fix #58025: ```julia julia> gcdx(UInt16(100), Int8(-101)) # pr (0x0001, 0xffff, 0xffff) julia> gcdx(... push 26 Sep 2025 03:22PM UTC web-flow buildkite
70.93
1283 master Set world bounds on `CodeInfo` created for `OpaqueClosure(::IRCode)` (#59631) Setting world bounds on the created `CodeInfo` allows us to interpret opaque closures faster. Taking the following example: ```julia julia> f(x, y) = x + y f (generic... push 25 Sep 2025 03:11PM UTC web-flow buildkite
76.92
1443 master unwind: remove upstreamed patch. Fix source build (#59641) Fixes ``` patching file src/ptrace/_UPT_ptrauth_insn_mask.c Hunk #1 FAILED at 49. 1 out of 1 hunk FAILED -- saving rejects to file src/ptrace/_UPT_ptrauth_insn_mask.c.rej make[1]: *** [[b... Pull #484 24 Sep 2025 04:23PM UTC web-flow buildkite
76.92
1441 main unwind: remove upstreamed patch. Fix source build (#59641) Fixes ``` patching file src/ptrace/_UPT_ptrauth_insn_mask.c Hunk #1 FAILED at 49. 1 out of 1 hunk FAILED -- saving rejects to file src/ptrace/_UPT_ptrauth_insn_mask.c.rej make[1]: *** [[b... push 25 Sep 2025 12:24AM UTC web-flow buildkite
77.08
1275 master Only apply Base.Sort.SubArrayOptimization when iszero(v.offset1) (#59572) Fixes #59569 Thanks @N5N3 for finding the bug! For 1.13, we could re-enable this optimization and propagate the information to the sub-alg or have the sub-alg's embedded ... push 17 Sep 2025 02:23PM UTC web-flow buildkite
77.41
1273 v1.11.7 `release-1.11`: Set VERSION to 1.11.7 (#59489) push 15 Sep 2025 04:06PM UTC web-flow buildkite
78.87
1267 master docs(TOML): Add compat admonition about `inline_tables` keyword (#59291) push 10 Sep 2025 12:55PM UTC web-flow buildkite
77.38
1266 master Union-split on `Expr`, `Symbol`, and `LineNumberNode` when hashing `Expr`s (#59378) ```julia-repl x@fedora:~/.julia/dev/julia$ julia +pr59378 o | Version 1.13.0-DEV.1043 (2025-09-07) o o | lh/hash-expr-union-split/8a95cf82d3d (fork: 8 commits... push 09 Sep 2025 02:04PM UTC web-flow buildkite
77.29
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 423
  • 424
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc