コミット履歴

作者 SHA1 メッセージ 日付
  Quentin Monnet ce7d416d9a src/jit.rs: Update behaviour for divisions by zero (JIT) 2 年 前
  Quentin Monnet 05674d55f2 src: Address newer reports from cargo-clippy 2 年 前
  Quentin Monnet 9a1fdc9fc6 Replace license boilerplate with SPDX tags 2 年 前
  Quentin Monnet 153995b3a3 Let cargo-clippy lint the code 2 年 前
  Quentin Monnet c4ab4decb1 src/jit: Remove linter command unknown to cargo 2 年 前
  ttlajus 1920b68f6a remove redundant semicolon 3 年 前
  Quentin Monnet 88fd75eae6 src: update deprecated syntax 5 年 前
  jackcmay b31d366489 Exit gracefully on program exit (#38) 6 年 前
  Jack May 4bbf5f1811 clippy clean 6 年 前
  Jack May bb0e3a73ef copy OperandSize, cleanup extern/use 6 年 前
  Jack May 1a6f30fd9c fix clippy errors: cast to more stick alignment, warning: not consumed copy 6 年 前
  Quentin Monnet 53b0fce923 Add BPF_J{LT,LE,SLT,SLE} instructions 7 年 前
  Bruce Mitchener 7ccafdc819 Use assert_eq! rather than assert! where relevant. 7 年 前
  Jan-Erik Rediger 79f092d66d Remove no-longer-existing lint 8 年 前
  Quentin Monnet c63bd3411a src: fix all warnings from clippy, one way or another 8 年 前
  Quentin Monnet e822a90a2d src/jit.rs: comment a somewhat obscure line 8 年 前
  Quentin Monnet 26138c2dcc src,examples: fix copyright owner 8 年 前
  Quentin Monnet 691c77aa03 src/: reorganize comments around `LD_DW_IMM` in match arms 8 年 前
  Quentin Monnet 6e83dda31c src/jit.rs: fix style (remove spaces between function names and “()”) 8 年 前
  Quentin Monnet 5923346870 src/jit.rs: add JIT support for `LD_ABS_*` and `LD_IND_*` operations 8 年 前
  Quentin Monnet e6d68af67a src/(lib,jit).rs: use functions from std::ptr when relevant 8 年 前
  Quentin Monnet 20bf842baf src: add some additional style fixes thanks to rust-clippy 8 年 前
  Jan-Erik Rediger 8d7042d5cc Avoid unnecessary references or vectors 8 年 前
  Jan-Erik Rediger b8eec6a49f Use slices everywhere instead of references to vectors 8 年 前
  Quentin Monnet 6124d65ae2 API: make JITted program and `prog_exec_jit()` function unsafe 8 年 前
  Quentin Monnet c510e3cd92 src: remove commented instructions that were used for debug 8 年 前
  Quentin Monnet 8a47fc0dcd src/jit.rs: get rid of useless duplicate of `get_insn()` 8 年 前
  Quentin Monnet 44c872d10f rbpf: initial commit, interpreter and JIT work 8 年 前