Skip to content

Releases: dtolnay/cxx

1.0.160

26 Jun 20:17
1.0.160
29bf6c6
Compare
Choose a tag to compare
  • Recognize extern "Rust" fn main() as a special case that translates to int main (#1531)

1.0.159

26 Jun 18:55
1.0.159
ff10be9
Compare
Choose a tag to compare

1.0.158

24 Apr 04:18
1.0.158
a1afe6c
Compare
Choose a tag to compare
  • Work around clippy reporting borrow_as_ptr lint inside generated code (#1510)

1.0.157

15 Apr 06:49
1.0.157
f9d547b
Compare
Choose a tag to compare

1.0.156

08 Apr 01:03
1.0.156
03b6023
Compare
Choose a tag to compare
  • Fix return-type-c-linkage warning in signatures that return a shared struct containing primitives (#1498)

1.0.155

06 Apr 19:45
1.0.155
c8947db
Compare
Choose a tag to compare
  • Zero-initialize primitive fields of shared structs in default constructor (#1495)

1.0.154

06 Apr 19:05
1.0.154
204d76f
Compare
Choose a tag to compare
  • Generate indirect placement for shared structs containing improper ctype (#1494)

1.0.153

30 Mar 20:13
1.0.153
dfb54b4
Compare
Choose a tag to compare

1.0.152

29 Mar 19:04
1.0.152
6c117a8
Compare
Choose a tag to compare
  • Documentation improvements

1.0.151

26 Mar 23:17
1.0.151
dac5629
Compare
Choose a tag to compare
  • Add explicit conversion operator from rust::Str to std::string_view (#1486, thanks @anforowicz)