Historique des commits

Auteur SHA1 Message Date
  Quentin Monnet f6baf9cacd Cargo.toml,README.md: Bump version to 0.2.0 il y a 2 ans
  Quentin Monnet b7d4bb74ab rbpf: Rename "master" branch into "main" everywhere in the repo il y a 2 ans
  Quentin Monnet d22a3cfce2 ci: Remove empty workflow file il y a 2 ans
  Quentin Monnet e45f7484f2 ci: Split job, avoid running conformance/coverage w/ all toolchains il y a 2 ans
  Quentin Monnet c738e360d6 ci: Add Rust and Asan flags (memory leaks, address sanitation) for tests il y a 2 ans
  Quentin Monnet 54c3f2169d src/jit.rs: Move JitMemory under JitCompiler il y a 2 ans
  Quentin Monnet 6f8ba2e86b src/jit.rs: Move emitting functions to JitCompiler il y a 2 ans
  Quentin Monnet beb469fff9 src/jit.rs: Fix memory leak in JIT-compiler il y a 2 ans
  Quentin Monnet eb819554d6 src/{jit.rs,lib.rs}: Split struct JitMemory, make JITed prog an object il y a 2 ans
  Quentin Monnet 6a48bdd638 src/insn_builder.rs: Remove unnecessary 'mut' reported by rust-analyzer il y a 2 ans
  Quentin Monnet 1c3bf0046d src: Fix rust-analyzer diagnostics for shorthand struct initialization il y a 2 ans
  Quentin Monnet 045049e957 src/interpreter.rs: Update clippy linter names (cast_ptr_alignment) il y a 2 ans
  Quentin Monnet 651ae4b187 src/lib.rs,src/interpreter.rs: Move interpreter to dedicated module il y a 2 ans
  Ben Kimock 14bdb38a8d Fix buffer overflow in strcmp test il y a 2 ans
  Ben Kimock 495c36a545 Use {read,write}_unaligned to avoid unaligned derefs il y a 2 ans
  Quentin Monnet 0da60cf99a jit.rs: When emitting bytes, mark writing as unaligned il y a 2 ans
  Ismo Puustinen 196e537589 deps: update time crate version. il y a 2 ans
  Quentin Monnet 06229a98df ci: Disable fail-fast, add concurrency options il y a 2 ans
  Quentin Monnet a339ce8192 Cargo.toml: Disable debug assertions for tests il y a 2 ans
  Quentin Monnet e2653a45dd src/lib.rs: Remove spurious spaces at end of lines il y a 2 ans
  Quentin Monnet f41cd0959c examples/rbpf_plugin.rs: Fix minor reports from clippy il y a 2 ans
  Quentin Monnet b46188f423 README.md: State DCO requirement explicitly il y a 2 ans
  Quentin Monnet 8de265e0a7 README.md: Add coverage status badge il y a 2 ans
  Quentin Monnet 7f73a1c88d src/lib.rs: Make "cargo test" run on examples from README.md il y a 2 ans
  Quentin Monnet 0d47458f92 README.md: Adjust Windows execution for examples with JIT compiler il y a 2 ans
  Quentin Monnet a471dffb8a README.md: Fix example by using an existing object file il y a 2 ans
  Quentin Monnet 147772c375 README.md: Use Option to pass programs when building new VMs in examples il y a 2 ans
  60ke cd77eb7cc0 README: fix example type err il y a 2 ans
  Alan Jowett 9baccc1ef9 Capture code coverage and upload il y a 2 ans
  Quentin Monnet 562c2b5547 src/lib.rs: Fix clippy reports introduced with 32-bit jumps support il y a 2 ans