aboutsummaryrefslogtreecommitdiff
path: root/aidl_to_rust.cpp
AgeCommit message (Expand)Author
2024-01-23Revert "Use Option for unstructured parcelables."Andrew Walbran
2023-09-12Use Option for unstructured parcelables.Andrew Walbran
2023-09-06Add support for unstructured parcelables in Rust.Andrew Walbran
2023-03-15rust: Add support for Generic ParcelablesMatthew Maurer
2022-01-23Set default value for fixed-size array fieldsJooyung Han
2022-01-20Revert^2 "Update Rust binder import paths"Stephen Crane
2022-01-19Revert "Update Rust binder import paths"Stephen Crane
2022-01-18Update Rust binder import pathsStephen Crane
2021-12-21Fixed sized arrays (Rust): Fix initializer.Janis Danisevskis
2021-12-20Fix rust type for PFD[N] fieldJooyung Han
2021-12-16Support fixed-size arrays in the Rust backendJooyung Han
2021-11-30ConstantValueDecorator with stringsJooyung Han
2021-11-08fix `byte[]` with negative values (C++/NDK)Jooyung Han
2021-11-03Support array of interfaceJooyung Han
2021-11-02add Rust async code generationAlice Ryhl
2021-10-18Support nullable types in Rust/NDKJooyung Han
2021-10-14Support IBinder array in the NDK/Rust backends.Jooyung Han
2021-10-12Rust: support ParcelableHolderAndrei Homescu
2021-08-13Support @nullable(heap) for recursive typesJooyung Han
2021-04-12Use Strong<> for Rust AIDL interfacesAndrei Homescu
2021-02-10Use libbinder_rs Strong references for Binder objectsStephen Crane
2020-12-05using references in constant expressionsJooyung Han
2020-10-01Add Rust to integration testsAndrei Homescu
2020-09-16Use AIDL_* errors over libbase logging.Steven Moreland
2020-09-09Implement Rust backend for AIDL compilerAndrei Homescu