git/xdiff
Junio C Hamano 3858eff586 Merge branch 'en/rust-xdiff' into jch
Rust!  Not Rust, though ;-)

Comments?

* en/rust-xdiff:
  xdiff: change the types of dstart, dend, rchg, and rindex in xdfile_t
  xdiff: make xdfile_t.nreff a usize instead of long
  xdiff: make xdfile_t.nrec a usize instead of long
  xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
  xdiff: make xrecord_t.size a usize instead of long
  xdiff: make xrecord_t.ptr a u8 instead of char
  xdiff: include compat/rust_types.h
  compat/rust_types.h: define rust primitive types
  xdiff: treat xdfile_t.rchg like an enum
  xdiff: delete chastore from xdfile_t, view with --color-words
  xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
  xdiff: delete redundant array xdfile_t.ha
  xdiff: delete struct diffdata_t
  xdiff: delete xdl_get_rec() in xemit
  xdiff: delete unnecessary fields from xrecord_t and xdfile_t
  xdiff: delete local variables and initialize/free xdfile_t directly
  xdiff: delete static forward declarations in xprepare
2025-09-12 10:41:49 -07:00
..
xdiff.h xdiff: treat xdfile_t.rchg like an enum 2025-09-08 07:46:43 -07:00
xdiffi.c xdiff: make xdfile_t.nrec a usize instead of long 2025-09-08 07:46:46 -07:00
xdiffi.h xdiff: delete struct diffdata_t 2025-09-08 07:46:42 -07:00
xemit.c xdiff: make xdfile_t.nrec a usize instead of long 2025-09-08 07:46:46 -07:00
xemit.h
xhistogram.c xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash 2025-09-08 07:46:45 -07:00
xinclude.h xdiff: include compat/rust_types.h 2025-09-08 07:46:44 -07:00
xmacros.h xdiff: include compat/rust_types.h 2025-09-08 07:46:44 -07:00
xmerge.c xdiff: make xdfile_t.nrec a usize instead of long 2025-09-08 07:46:46 -07:00
xpatience.c xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash 2025-09-08 07:46:45 -07:00
xprepare.c xdiff: make xdfile_t.nreff a usize instead of long 2025-09-08 07:46:46 -07:00
xprepare.h
xtypes.h xdiff: change the types of dstart, dend, rchg, and rindex in xdfile_t 2025-09-08 07:46:46 -07:00
xutils.c Merge branch 'en/rust-xdiff' into jch 2025-09-12 10:41:49 -07:00
xutils.h xdiff: refactor xdl_hash_record() 2025-07-28 12:33:54 -07:00