Skip to content

Releases: hermit-os/rftrace

0.3.2

12 Aug 09:03
1a57ef4

Choose a tag to compare

🐛 Bug Fixes

  • (build.rs) Don't build backend when running Clippy

0.3.1

11 Aug 15:12
3131fda

Choose a tag to compare

🚀 Features

  • rftrace now compiles on stable!
  • (build.rs) Don't build core
    • The target x86_64-unknown-none must be installed
  • (backend) Extract TLS to C

🐛 Bug Fixes

  • (frontend-ffi) Expect missing safety docs
  • (build.rs) Clippy::needless_borrows_for_generic_args
  • (backend) Expect static_mut_refs
  • (backend) Clippy::needless_return
  • (backend) Clippy::zero_ptr
  • (backend) Expect dead_code

🚜 Refactor

  • (backend) Reorder RetStack fields
  • (backend) Make RetStack repr(C)

⚙️ Miscellaneous Tasks

  • Update rust/out.snap
  • Remove naked_functions cfg_attr
  • Disable cache
  • Rename .cargo/config to .cargo/config.toml
  • Run Clippy
  • Don't run on main
  • Don't force nightly
  • (rust-toolchain.toml) Drop -preview suffix from llvm-tools
  • (rust-toolchain.toml) Remove rusfmt and clippy
  • Simplify toolchain setup

0.3.0

11 Aug 14:09
25c3679

Choose a tag to compare

This release has been yanked from crates.io due to not containing all required source files.

0.2.3

11 Aug 13:58
b9dca39

Choose a tag to compare

🐛 Bug Fixes

  • (build.rs) Use canonical cargo_home location

0.2.2

11 Oct 15:42
e0aeb3c

Choose a tag to compare

What's Changed

  • specify the toolchain for which llvm-tools is to be installed by @cagatay-y in #39
  • fix(backend): migrate to naked_asm! by @mkroening in #42
    • This fixes compilation with recent nightlies.
  • fix: remove stabilized feature(asm) by @mkroening in #40
  • fix(build.rs): keep CARGO_HOME and RUSTUP_HOME by @mkroening in #41
    • This fixes compilation in a rust Docker container.
  • chore: release version 0.2.2 by @mkroening in #43

New Contributors

Full Changelog: v0.2.1...v0.2.2

0.2.1

27 Mar 12:44
5dae679

Choose a tag to compare

Highlights

See 0.2.0.

What's Changed

  • fix: explicitly select nightly toolchain for building without rust-toolchain.toml by @mkroening in 3e83c65

Full Changelog: v0.2.0...v0.2.1

0.2.0

27 Mar 12:22
ff17a1a

Choose a tag to compare

Highlights

rftrace now works with recent versions of Rust!

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

27 Mar 12:21

Choose a tag to compare