rusat
rusat
Fixes rust-lang/rust#149719 This PR replaces the `todo!("FIXME(unsafe_binder)")` branch in the `improper_ctypes` lint with a proper diagnostic. Previously, using an unsafe binder inside an extern `"C"` block caused an internal compiler...
Fixes #7201 This PR refactors the `resolve_fields_non_generic()` logic in calendar_arithmetic.rs to reduce monomorphization and improve binary size when using `Date::::try_from_fields()`. It also adds a new example `(date_try_from_fields.rs)` to measure before...
Fixes #3341 This PR resolves the discrepancy between the transform constraint overlay and its alignment and rotation behavior. The dashed constraint line and measurement text did not align correctly with...
Fixes #4763 This PR updates the Notes plugin to safely handle cases where note definitions or references are missing. So, Instead of throwing internal errors, the plugin now returns `Null`...