提交历史

作者 SHA1 备注 提交日期
  yihuaf 8d42a07b9d use error to_string from latest `combine` crate 2 年之前
  yihuaf 4e9e594e81 update combine to 4.6.6 2 年之前
  yihuaf 416eec9190 cargo fmt 2 年之前
  Quentin Monnet f6baf9cacd Cargo.toml,README.md: Bump version to 0.2.0 2 年之前
  Quentin Monnet b7d4bb74ab rbpf: Rename "master" branch into "main" everywhere in the repo 2 年之前
  Quentin Monnet d22a3cfce2 ci: Remove empty workflow file 2 年之前
  Quentin Monnet e45f7484f2 ci: Split job, avoid running conformance/coverage w/ all toolchains 2 年之前
  Quentin Monnet c738e360d6 ci: Add Rust and Asan flags (memory leaks, address sanitation) for tests 2 年之前
  Quentin Monnet 54c3f2169d src/jit.rs: Move JitMemory under JitCompiler 2 年之前
  Quentin Monnet 6f8ba2e86b src/jit.rs: Move emitting functions to JitCompiler 2 年之前
  Quentin Monnet beb469fff9 src/jit.rs: Fix memory leak in JIT-compiler 2 年之前
  Quentin Monnet eb819554d6 src/{jit.rs,lib.rs}: Split struct JitMemory, make JITed prog an object 2 年之前
  Quentin Monnet 6a48bdd638 src/insn_builder.rs: Remove unnecessary 'mut' reported by rust-analyzer 2 年之前
  Quentin Monnet 1c3bf0046d src: Fix rust-analyzer diagnostics for shorthand struct initialization 2 年之前
  Quentin Monnet 045049e957 src/interpreter.rs: Update clippy linter names (cast_ptr_alignment) 2 年之前
  Quentin Monnet 651ae4b187 src/lib.rs,src/interpreter.rs: Move interpreter to dedicated module 2 年之前
  Ben Kimock 14bdb38a8d Fix buffer overflow in strcmp test 2 年之前
  Ben Kimock 495c36a545 Use {read,write}_unaligned to avoid unaligned derefs 2 年之前
  Quentin Monnet 0da60cf99a jit.rs: When emitting bytes, mark writing as unaligned 2 年之前
  Ismo Puustinen 196e537589 deps: update time crate version. 2 年之前
  Quentin Monnet 06229a98df ci: Disable fail-fast, add concurrency options 2 年之前
  Quentin Monnet a339ce8192 Cargo.toml: Disable debug assertions for tests 2 年之前
  Quentin Monnet e2653a45dd src/lib.rs: Remove spurious spaces at end of lines 2 年之前
  Quentin Monnet f41cd0959c examples/rbpf_plugin.rs: Fix minor reports from clippy 2 年之前
  Quentin Monnet b46188f423 README.md: State DCO requirement explicitly 2 年之前
  Quentin Monnet 8de265e0a7 README.md: Add coverage status badge 2 年之前
  Quentin Monnet 7f73a1c88d src/lib.rs: Make "cargo test" run on examples from README.md 2 年之前
  Quentin Monnet 0d47458f92 README.md: Adjust Windows execution for examples with JIT compiler 2 年之前
  Quentin Monnet a471dffb8a README.md: Fix example by using an existing object file 2 年之前
  Quentin Monnet 147772c375 README.md: Use Option to pass programs when building new VMs in examples 2 年之前