Skip to content

Releases: dtolnay/cxx

1.0.82

18 Nov 09:33
1.0.82
513371e
Compare
Choose a tag to compare

1.0.81

08 Nov 09:10
1.0.81
544b350
Compare
Choose a tag to compare
  • Support raw identifiers in namespace attribute: #[namespace = org::r#box::implementation] (#1126)

1.0.80

21 Oct 16:42
1.0.80
c7060d4
Compare
Choose a tag to compare
  • Fix "cannot find type Box in this scope" build error when using Box, String, Vec in default-features = false, features = ["alloc"] mode (#1065)

1.0.79

15 Oct 22:23
1.0.79
97a46f9
Compare
Choose a tag to compare
  • Allow trycatch to be written using a std::string argument to fail, instead of just const char * (#1114)

1.0.78

28 Sep 23:46
1.0.78
d2a7e0b
Compare
Choose a tag to compare
  • Update argument parser to clap 4 (#1105)

1.0.77

28 Sep 01:00
1.0.77
be7090a
Compare
Choose a tag to compare
  • Support Vec<bool>/rust::Vec<bool> (#1103)

1.0.76

19 Sep 17:44
1.0.76
4e96c36
Compare
Choose a tag to compare
  • Allow Rust vector of array of trivially relocatable type (#1098)

1.0.75

02 Sep 21:35
1.0.75
0293ff5
Compare
Choose a tag to compare

1.0.74

30 Aug 22:56
1.0.74
02e9a47
Compare
Choose a tag to compare
  • Fix "filename, directory name, or volume label syntax is incorrect" build error on Windows when the target dir in which cxx-build is running contains broken symlinks (#1085)

1.0.73

02 Aug 00:12
1.0.73
a660849
Compare
Choose a tag to compare
  • Add categories to crates.io metadata