summaryrefslogtreecommitdiff
path: root/libs/binder/rust/src/parcel.rs
Commit message (Expand)AuthorAgeFilesLines
* Add UnstructuredParcelable trait and macros.Andrew Walbran2024-01-161-1/+1
* Mention in safety comment that Parcel can't be Sync.Alice Ryhl2023-10-231-0/+4
* Add safety comments to binder tests.Andrew Walbran2023-07-211-0/+40
* Merge "Standardise safety comments for unsafe blocks, and add some more." int...Andrew Walbran2023-07-121-66/+57
|\
| * Standardise safety comments for unsafe blocks, and add some more.Andrew Walbran2023-07-071-66/+57
* | libbinder_rs: Fix broken documentation linksAndrei Homescu2023-07-071-2/+2
|/
* libbinder_rs : removing assert while reading parcelPawan Wagh2023-01-031-3/+0
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-77/+39
* libbinder_rs: sized writes is size >= 4Steven Moreland2022-01-151-1/+1
* rust: split Parcel enum into two typesAlice Ryhl2021-11-091-160/+297
* binder: add async Rust supportAlice Ryhl2021-11-021-0/+13
* binder_rs: add OwnedParcelAlice Ryhl2021-10-141-27/+120
* binder_rs: Implement ParcelableHolderAndrei Homescu2021-10-071-0/+2
* binder_rs: Add null parcelable flagsAndrei Homescu2021-10-071-1/+1
* binder_rs: Add new methods to ParcelAndrei Homescu2021-10-071-50/+99
* binder_rs: Add Parcelable traitAndrei Homescu2021-10-071-0/+1
* rust: split transact into prepare and submitAlice Ryhl2021-08-261-0/+15
* Fix warnings in preparation for Rust 1.53.0Chris Wailes2021-07-271-1/+1
* binder_rs: Add sized_read to ParcelAndrei Homescu2021-06-151-3/+89
* binder_rs: Add in-place deserialization methodsAndrei Homescu2021-05-141-0/+7
* libbinder: support TF_CLEAR_BUFSteven Moreland2020-11-091-0/+8
* Merge "Fix Rust string parceling"Treehugger Robot2020-09-151-3/+15
|\
| * Fix Rust string parcelingStephen Crane2020-08-141-3/+15
* | Add sized sub-parcel write methodStephen Crane2020-08-251-0/+95
|/
* Initial Binder Rust crateStephen Crane2020-08-121-0/+447