Skip to content

Releases: sfackler/rstack

rstack-self 0.3.0

13 Oct 23:37
Compare
Choose a tag to compare
  • Upgraded rstack.

rstack 0.3.0

13 Oct 23:35
Compare
Choose a tag to compare
  • Upgraded unwind and dw.

dw 0.2.0

13 Oct 23:33
Compare
Choose a tag to compare
  • Upgraded foreign-types.

rstack-self 0.2.0

28 Jan 05:23
Compare
Choose a tag to compare
  • The unwinding backend can be selected via Cargo features. The default is still libunwind, but libdw is supported as well.
  • The snapshot option now defaults to false rather than true.

rstack 0.2.0

28 Jan 05:20
Compare
Choose a tag to compare
  • The unwinding backend can be selected via Cargo features. The default is still libunwind, but libdw is supported as well.
  • ProcedureInfo and ProcedureName have been combined into Symbol.
  • Addresses and offsets are now represented as u64 rather than usize to avoid size issues when tracing a 64 bit application from a 32 bit binary.
  • The snapshot option now defaults to false rather than true.

dw-sys 0.1.0

28 Jan 05:09
Compare
Choose a tag to compare
  • Initial release

dw 0.1.0

28 Jan 05:15
Compare
Choose a tag to compare
  • Initial release

rstack-self 0.1.3

22 Aug 00:50
Compare
Choose a tag to compare
  • Traces can now be configured to be consistent snapshots or rolling.

rstack 0.1.2

22 Aug 00:48
Compare
Choose a tag to compare
  • Traces can now be configured to be consistent snapshots or rolling.

rstack-self 0.1.2

08 Aug 00:14
Compare
Choose a tag to compare
  • Temporary debug APIs