]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/rust-balloon'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Oct 2025 19:17:55 +0000 (12:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Oct 2025 19:17:55 +0000 (12:17 -0700)
commit75f8dfabaa2f071ac2b527d225b0312d70f94e64
tree0df6ed8cb28ecc9bf34c423f0d3aa87b791db8fb
parent3aa0ced36a53b817a27844c898c0474b9c120db9
parente425c40aa00d2ae6b1bbc33cfa9fecd30a0a8ec6
Merge branch 'ps/rust-balloon'

Dip our toes a bit to (optionally) use Rust implemented helper
called from our C code.

* ps/rust-balloon:
  ci: enable Rust for breaking-changes jobs
  ci: convert "pedantic" job into full build with breaking changes
  BreakingChanges: announce Rust becoming mandatory
  varint: reimplement as test balloon for Rust
  varint: use explicit width for integers
  help: report on whether or not Rust is enabled
  Makefile: introduce infrastructure to build internal Rust library
  Makefile: reorder sources after includes
  meson: add infrastructure to build internal Rust library
.gitignore
.gitlab-ci.yml
Documentation/BreakingChanges.adoc
Makefile
ci/run-build-and-tests.sh
meson.build
read-cache.c