File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 221
221
222
222
--------------------------------------------------------------------------------
223
223
# Unreleased
224
+
224
225
## Added
226
+
227
+ * Report enums in ParseCallbacks.
228
+ * Refactor item_name method to use ItemInfo struct.
229
+ * Add callback to modify contents of macro
230
+ * Discovery callbacks for functions and methods.
231
+ * Options to generate uncallable C++ functions.
232
+ * Provide option to get real virtual fn receiver.
233
+
225
234
## Changed
235
+
236
+ * Generate bindings compatible with current rustc version by default.
237
+
226
238
## Removed
239
+
240
+ * Remove unused which-rustfmt feature
241
+ * Remove warning for opaque forward declarations
242
+
227
243
## Fixed
228
- ## Security
244
+
245
+ * More sophisticated handling of the triple in rust_to_clang_target
246
+ * Rename * -apple-ios-sim to ...simulator
247
+ * Fix OpenCL vectors that use "ext_vector_type".
248
+ * Fix union layout when it contains 0 sized array.
249
+ * Avoid crashing on variadic unions without layout information.
250
+ * Distinguish char16_t.
251
+ * Fix bugs in --clang-macro-fallback
252
+ * Add missed unsafe in the raw_set_bit function
253
+ * Use link_name for dynamic library loading
254
+ * Add "gen" to list of rust keywords in 'rust_mangle'
255
+ * Use appropriate ` rustfmt --format ... ` param
229
256
230
257
# v0.71.1 (2024-12-09)
231
258
## Fixed
You can’t perform that action at this time.
0 commit comments