aboutsummaryrefslogtreecommitdiff
path: root/generate_rust.cpp
AgeCommit message (Expand)Author
2024-01-22Don't use lazy_static to create MutexLuca Stefani
2023-11-14Rust: Update dump() signatureAndrei Homescu
2023-11-14Fix indentation.Andrew Walbran
2023-11-06Adding 'static bound on autogenerated codeOrlando Arbildo
2023-08-21Assign VERSION and HASH directly in 'next'Devin Moore
2023-07-31Rename funtion shouldForceDowngradeForDevin Moore
2023-07-25Add a debugging switch for trunk stable configurationDevin Moore
2023-07-25Behave like previous frozen version with new flagDevin Moore
2023-06-01aidl: include generation commandSteven Moreland
2023-04-25rust: Remove custom_inner_attributes featureAndrei Homescu
2023-04-11aidl: add support for float/double constantsandroid-u-beta-1-gplElie Kheirallah
2023-03-15rust: Add support for Generic ParcelablesMatthew Maurer
2022-11-03rust: support interface names without I-Jooyung Han
2022-10-17rust: Escape identifiers from AIDL definitionsMatthew Maurer
2022-07-15RustDerive: absorb computation into ASTSteven Moreland
2022-03-18Enumerators can be deprecatedJooyung Han
2022-02-27Error for cpp, ndk and rust on permission checksThiƩbaud Weksteen
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
2022-01-12Add async Rust serversAlice Ryhl
2021-12-23Rust: fixed-size array, no array size for out paramJooyung Han
2021-12-16Support fixed-size arrays in the Rust backendJooyung Han
2021-12-01Add support for deprecated Rust enumsStephen Crane
2021-11-10rust: replace Parcel enum with two typesAlice Ryhl
2021-11-03Add rustfmt.toml fileAndrei Homescu
2021-11-02add Rust async code generationAlice Ryhl
2021-10-12Support nested types in the Rust backendJooyung Han
2021-10-12Rust: support ParcelableHolderAndrei Homescu
2021-10-12Rust: generate Parcelable trait for parcelablesAndrei Homescu
2021-07-12Rust: Add test for enum_valuesAndrei Homescu
2021-06-16Rust: Forbid unsafe code in auto-generated codeAndrei Homescu
2021-06-16Rust: Use sized_read for parcelable deserializationAndrei Homescu
2021-06-15Rust: Deserialize parcelables in placeAndrei Homescu
2021-04-30rust: add overflow check in deserialize_optionJooyung Han
2021-04-29Fix readFromParcel in every backendJooyung Han
2021-03-29Rust: Add stability support to binder servicesStephen Crane
2021-03-19Update Rust AIDL codegen to match Rust Binder library changes.Andrew Walbran
2021-01-22Emit comments as javadoc in the Java backendJooyung Han
2021-01-16Emit deprecation noteJooyung Han
2021-01-13Rust: split interfaces into AIDL and defaultsAndrei Homescu
2021-01-07Emit "deprecated"Jooyung Han
2020-12-15Rust: remove FIXME from generate_rust.cppAndrei Homescu
2020-12-03support const in parcelable/unionJooyung Han
2020-11-30switch ToString/Signature for TypeSpecifierJooyung Han
2020-11-11support @SensitiveData -> FLAG_CLEAR_BUFSteven Moreland
2020-11-10aidl: support byte/long constantsSteven Moreland
2020-10-29Add union support (Rust)Jooyung Han
2020-10-28remove trailing spaceJooyung Han