summaryrefslogtreecommitdiff
path: root/libs/binder/rust/src/native.rs
Commit message (Expand)AuthorAgeFilesLines
* libbinder_rs: Build on TrustyAndrei Homescu2023-12-021-5/+17
* libbinder_rs: Switch dump() argument type to Write traitAndrei Homescu2023-11-141-3/+4
* Standardise safety comments for unsafe blocks, and add some more.Andrew Walbran2023-07-071-93/+96
* Make libbinder_rs product_availableDevin Moore2023-02-271-4/+4
* No need for lazy_static as Mutex::new is now const.Andrew Walbran2022-11-251-5/+2
* Change request for Rust v1.64.0Charisee2022-09-211-1/+1
* Add more ergonomic API for persisting lazy services.Andrew Walbran2022-08-041-0/+57
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-9/+5
* libbinder_rs: Handle empty args list for dump transactionsStephen Crane2022-06-171-3/+8
* binder_tokio: only use threadpool for new transactionsAlice Ryhl2021-11-161-0/+9
* Merge "Make libbinder_rs vendor available."Treehugger Robot2021-11-121-2/+2
|\
| * Make libbinder_rs vendor available.Janis Danisevskis2021-11-111-2/+2
* | rust: split Parcel enum into two typesAlice Ryhl2021-11-091-8/+8
|/
* Document functions that may panic.Alan Stokes2021-09-231-0/+4
* Expose lazy services to RustAlan Stokes2021-09-131-2/+44
* [binder_rs] Make Binder interfaces and Strong<> SyncStephen Crane2021-06-251-0/+19
* [binder] Add support for dump transaction to RustStephen Crane2021-06-151-1/+40
* binder: rust: Fix dropped service memleakMatthew Maurer2021-06-131-2/+1
* binder_rs: Add stability support to binder servicesStephen Crane2021-03-191-4/+50
* Implement Send trait for Binder<T>Andrei Homescu2020-08-251-0/+12
* Initial Binder Rust crateStephen Crane2020-08-121-0/+358