Skip to content

Releases: cmrschwarz/rust-prettifier-for-lldb

v0.5.1

27 Apr 12:15
c97ed7a

Choose a tag to compare

Improvements

  • Fix nested visualizations in Rc and Arc (#5)
  • Support Unsafe Cell (#6), thanks to @mcbridejc !
  • Support Crossbeam Atomic Cell (#7 ), thanks to @mcbridejc !

Internal Improvements

  • Support external dependencies in the test harness (consequence of #7), thanks to @mcbridejc !

v0.5

22 Apr 14:18
19dfb76

Choose a tag to compare

  • Fix summary for slices in reference counted types (Rc<str>, Arc<str>, Rc<[T]> and Arc<[T]>).

  • Improve enum synth provider registration.

v0.4

18 Jan 14:02
4e630a6

Choose a tag to compare

  • Fix broken handling of certain enums with niche values.
  • Limit preview summary of sequences to 10 elements

v0.3

24 Nov 13:25
7db8873

Choose a tag to compare

  • Improve Vec<i8> pretty printing situation (#2)

v0.2

22 Nov 11:58
a24e1fe

Choose a tag to compare

v0.2

v0.1

21 Nov 18:18
9bbd2d7

Choose a tag to compare

Initial Release