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

JuliaLang / julia
78%

Build:
DEFAULT BRANCH: master
Repo Added 01 Jul 2014 01:16AM UTC
Files 351
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 92524901548ddad4a7529f00be47d2e1d9d80bae
  • HEAD
  • IanButterworth:ib/base_cov_fix
  • IanButterworth:ib/coverage_fix
  • IanButterworth:ib/coverage_timeout_bump
  • IanButterworth:ib/force_color
  • amitm/topodoc
  • anj/factorize
  • anj/triangle
  • backports-release-1.8
  • backports-release-julia-1.10
  • backports-release-julia-1.12
  • bigint
  • cjh/linalg-refactor
  • db/trsv
  • dpa/1.8-html-docs-suitesparse
  • dpa/buildkite_tester_linux64
  • dpa/ci-buildkite-coverage-worker-timeout
  • dpa/coverage
  • dpa/coverage-red-flag
  • dpa/coverage-timeout
  • dpa/coverage-update-rootfs-image
  • dpa/fix-coverage
  • dpa/fix-windows-docs---julia-1.11
  • dpa/julia_test_verbose_logs_dir
  • dpa/juliac-github-status-on-prs
  • dpa/no-bb
  • dpa/revert-trimming-test-julia-1.11
  • dpa/schedule
  • dpa/scheduled-pipeline
  • dpa/signature-coverage-buildkite
  • dpa/trigger-ci---release-julia-1.10
  • dpa/update-rootfs-images
  • dpa/upload-linux-assert-builds-to-s3
  • ericphanson:eph/no-waiting-on-tests
  • fe/r2
  • gba/test-juliac
  • giordano:mg/codecov
  • heads/v1.5.0
  • heads/v1.5.0-beta1
  • heads/v1.5.0-rc1
  • heads/v1.5.0-rc2
  • heads/v1.5.1
  • heads/v1.5.2
  • heads/v1.5.3
  • heads/v1.6.0-rc1
  • ib/coverage_mark_broken
  • jb/checked_int_trunc
  • jb/functions
  • jb/tupleoverhaul
  • jcb/docfixes
  • jn/callmore
  • jn/over-coverage-fix
  • jn/stream.open
  • kf/libunwind-gcc-fix
  • kf/usemanifest
  • ksh/lapack
  • kshyatt:ib/base_cov_fix
  • main
  • master
  • master2
  • master3
  • mb/abstractsmarts
  • multithreading
  • patch-1
  • refs/pull/36464/merge
  • release-0.3
  • release-0.4
  • release-1.3
  • release-1.4
  • release-1.5
  • release-1.6
  • release-1.8
  • sf/build_sysimg3.0
  • sf/cpuset_limited_filter
  • sf/optimization
  • sf/perfcodespeed
  • showundef
  • sjk/bigfloat-linspace
  • sjk/faster-sumabs2
  • sjk/isnan
  • sjk/sparse-reductions
  • sk/mathconst
  • sk/utf16helpers
  • teh/cartesian_iteration2
  • teh/malloclog
  • teh/nosys
  • teh/pkg_test
  • tk/backports-0.4.2
  • tk/git-advice
  • tk/travis-fastfail
  • topic/linspace
  • topic/logspace
  • topic/matdiv
  • topic/parallelmake
  • topolarity:ct/debug-juliac
  • v1.10.0
  • v1.10.0-alpha1
  • v1.10.0-beta2
  • v1.10.0-beta3
  • v1.10.0-rc1
  • v1.10.0-rc2
  • v1.10.0-rc3
  • v1.10.1
  • v1.10.10
  • v1.10.11
  • v1.10.2
  • v1.10.3
  • v1.10.4
  • v1.10.5
  • v1.10.6
  • v1.10.7
  • v1.10.9
  • v1.11.0
  • v1.11.0-alpha1
  • v1.11.0-alpha2
  • v1.11.0-beta1
  • v1.11.0-beta2
  • v1.11.0-rc1
  • v1.11.0-rc2
  • v1.11.0-rc3
  • v1.11.0-rc4
  • v1.11.1
  • v1.11.2
  • v1.11.3
  • v1.11.4
  • v1.11.5
  • v1.11.6
  • v1.11.7
  • v1.11.8
  • v1.11.9
  • v1.12.0
  • v1.12.0-beta3
  • v1.12.0-rc2
  • v1.12.0-rc3
  • v1.12.1
  • v1.12.2
  • v1.12.3
  • v1.12.4
  • v1.12.5
  • v1.12.6
  • v1.8.5
  • v1.9.0
  • v1.9.0-beta1
  • v1.9.0-beta2
  • v1.9.0-beta3
  • v1.9.0-beta4
  • v1.9.0-rc1
  • v1.9.0-rc2
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • vs/sparsemodule
  • wordcount-example
  • yyc/genstdlib-module
  • yyc/misc

27 Apr 2026 11:07PM UTC coverage: 77.999% (+0.03%) from 77.974%
1519

push

buildkite

web-flow
Base.Linking: Link C runtime libraries by default (#61652)

Linux / Windows (glibc) equivalent to
https://github.com/JuliaLang/julia/pull/61633.

This allows us to turn on `-z def` when linking the sysimage /
pkgimages. I tried to emulate a "standard" link via `gcc` as much as
possible. This change will also be useful for linking shared libraries /
executables generated by `--trim` / `JuliaC.jl`

Also fixes the `refresh_checksums.mk` bug that @giordano ran into in
https://github.com/JuliaLang/julia/pull/61460.

33 of 36 new or added lines in 1 file covered. (91.67%)

70 existing lines in 8 files now uncovered.

65568 of 84063 relevant lines covered (78.0%)

24067012.32 hits per line

Relevant lines Covered
Build:
Build:
84063 RELEVANT LINES 65568 COVERED LINES
24067012.32 HITS PER LINE
Source Files on master
  • Tree
  • List 351
  • Changed 45
  • Source Changed 2
  • Coverage Changed 45
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1519 master Base.Linking: Link C runtime libraries by default (#61652) Linux / Windows (glibc) equivalent to https://github.com/JuliaLang/julia/pull/61633. This allows us to turn on `-z def` when linking the sysimage / pkgimages. I tried to emulate a "stand... push 28 Apr 2026 11:52AM UTC web-flow buildkite
78.0
1517 master OpenBLAS: Update to 0.3.32 (#61666) push 27 Apr 2026 11:55AM UTC web-flow buildkite
77.97
1516 master Specialize f in map(f, ::NamedTuple) (#61654) This lack of specialization is problematic, because the result of the map is used in the function body. Without specialization, this causes excessive allocations. This was discovered by @aplavin with... push 26 Apr 2026 11:52AM UTC web-flow buildkite
78.04
1515 master Update mtime of libclang_rt.osx.a after moving (#61647) `mv` preserves the mtime of `libclang_rt.osx.a`, which is older than the mtime of `$(build_prefix)/manifest/compilerrt`, causing subsequent builds to fail with `mv: cannot stat 'usr/lib/darw... push 25 Apr 2026 11:58AM UTC web-flow buildkite
78.07
1514 master Darwin: Ship `libSystem.tbd` + `libclang_rt.osx.a` for sysimage linking (#61633) Prerequisite for https://github.com/JuliaLang/julia/pull/61631 This follows the route that Zig takes for cross-compilation to macOS without relying on the system to... push 24 Apr 2026 11:52AM UTC web-flow buildkite
78.06
1513 master enable `less`/`edit` for documented variables (#53539) We don't store the locations of definitions of variables, but the doc system does (when they are documented). This PR uses that info to make `less` and `edit` work on variables. Fix #53534. push 23 Apr 2026 11:52AM UTC web-flow buildkite
77.84
1512 master Fix JuliaTaskDispatcher deadlock with std::future callers (#61575) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 22 Apr 2026 11:54AM UTC web-flow buildkite
77.88
1654 topolarity:ct/debug-juliac propagate inbounds in `copyto!` (#61566) closes https://github.com/JuliaLang/julia/issues/57003 Pull #539 21 Apr 2026 07:21PM UTC web-flow buildkite
77.96
1511 master propagate inbounds in `copyto!` (#61566) closes https://github.com/JuliaLang/julia/issues/57003 push 21 Apr 2026 11:50AM UTC web-flow buildkite
77.96
1652 main codegen: Propagate `ipo_purity_bits` to LLVM function attributes (#61394) Translate Julia's inferred effects (consistent, effect_free, nothrow, terminates, notaskstate) into LLVM function attributes so that middle-end passes like GVN, LICM, and D... push 21 Apr 2026 01:52AM UTC web-flow buildkite
77.96
See All Builds (6523)
  • Repo on GitHub
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

© 2026 Coveralls, Inc