1. 23fdfcd Expose lazy services to Rust by Alan Stokes · 4 years ago
  2. 01befc8 Export rpc_unstable header by Inseob Kim · 4 years ago
  3. 3e0755f Merge "Add bindgen bindings test" by Joel Galenson · 4 years ago
  4. 0c3fe57 Merge "rust: Use NonNull for non null pointers in proxy.rs" by Treehugger Robot · 4 years ago
  5. 562b324 Merge "Remove ndk_platform backend. Use the ndk backend." by Steven Moreland · 4 years ago
  6. 52c44da Add bindgen bindings test by Joel Galenson · 4 years ago
  7. 8dde9bc rust: Use NonNull for non null pointers in proxy.rs by Alice Ryhl · 4 years, 1 month ago
  8. 83401fe Parcel: support unique_ptr for recursive types by Jooyung Han · 4 years, 4 months ago
  9. 9a9427c Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 1 month ago
  10. 24c3f02 Implement AsRawFd trait for ParcelFileDescriptor by Victor Hsieh · 4 years, 1 month ago
  11. a5a35de Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  12. 45fd294 Fix warnings in preparation for Rust 1.53.0 by Chris Wailes · 4 years, 1 month ago
  13. 7f38cf9 libbinder_rs: Add enum_values function to AIDL enums by Andrei Homescu · 4 years, 2 months ago
  14. f03fe3d [binder_rs] Make Binder interfaces and Strong<> Sync by Stephen Crane · 4 years, 2 months ago
  15. 2117664 Merge "Add RPC binder as unstable API with Rust bindgen" by Treehugger Robot · 4 years, 3 months ago
  16. d35d31d Add RPC binder as unstable API with Rust bindgen by Victor Hsieh · 4 years, 3 months ago
  17. 21e2354 Merge "[binder] Add support for dump transaction to Rust" by Treehugger Robot · 4 years, 3 months ago
  18. 2a3297f [binder] Add support for dump transaction to Rust by Stephen Crane · 4 years, 3 months ago
  19. b048744 binder_rs: Add sized_read to Parcel by Andrei Homescu · 4 years, 4 months ago
  20. 9d5c810 Merge "binder_rs: Add in-place deserialization methods" by Steven Moreland · 4 years, 3 months ago
  21. 70888dc Merge "binder: rust: Fix dropped service memleak" by Matthew Maurer · 4 years, 3 months ago
  22. c050d8f binder: rust: Fix dropped service memleak by Matthew Maurer · 4 years, 3 months ago
  23. c3ce5c3 Add wait_for_interface and wait_for_service. by Andrew Walbran · 4 years, 3 months ago
  24. 5000615 binder_rs: Add in-place deserialization methods by Andrei Homescu · 4 years, 4 months ago
  25. 7d7de5b Make available to com.android.compos apex by Victor Hsieh · 4 years, 4 months ago
  26. 3160ce9 Disable lints on generated libbinder_ndk_sys by Thiébaud Weksteen · 4 years, 4 months ago
  27. 10d0432 Merge "Allow set_requesting_sid to be enabled when AIDL Binder is created." by Andrew Walbran · 4 years, 5 months ago
  28. 6ad5324 Use the new more inclusive command-line options. by Joel Galenson · 4 years, 5 months ago
  29. 88eca4f Allow set_requesting_sid to be enabled when AIDL Binder is created. by Andrew Walbran · 4 years, 5 months ago
  30. ff7f03a binder_rs: Add stability support to binder services by Stephen Crane · 4 years, 6 months ago
  31. 12400d8 Add DeathRecipient and IBinder to public_api. by Andrew Walbran · 4 years, 6 months ago
  32. e25ed4b Mark Status as Sync and Send. by Andrew Walbran · 4 years, 6 months ago
  33. f867ed2 Merge "libbinder_rs: Modify asserts to propagate failure to C++" by Steven Moreland · 4 years, 6 months ago
  34. d5f3d6a Merge "Make libbinder_rs be available to the virt APEX" by Treehugger Robot · 4 years, 7 months ago
  35. b1af783 Make libbinder_rs be available to the virt APEX by Jiyong Park · 4 years, 7 months ago
  36. 3c53823 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 4 years, 7 months ago
  37. 1729e90 libbinder_rs: Modify asserts to propagate failure to C++ by Stephen Crane · 4 years, 7 months ago
  38. ddb3e6d libbinder_rs: Add Strong<> and Weak<> Binder references by Stephen Crane · 4 years, 9 months ago
  39. 6fc80d6 Do not test panic capture in Rust. by Matthew Maurer · 4 years, 7 months ago
  40. f0b4ddc Merge "libbinder_rs: Use NDK parcelable array APIs" by Steven Moreland · 4 years, 8 months ago
  41. d58bce0 Add Rust/C++ Parcel serialization tests by Stephen Crane · 5 years ago
  42. 3ba4d8b libbinder_rs: Use NDK parcelable array APIs by Stephen Crane · 4 years, 8 months ago
  43. 5e8dfa3 Implement Drop for WpIBinder, to avoid memory leak. by Andrew Walbran · 4 years, 9 months ago
  44. 8fe3ecc Add WpIBinder to public_api, and implement Debug and Send. by Andrew Walbran · 4 years, 9 months ago
  45. 669deb6 Revert "Revert "libbinder_rs: Treat previously associated Binder as remote"" by Stephen Crane · 5 years ago
  46. f6b9ad9 Revert "libbinder_rs: Treat previously associated Binder as remote" by Matthew Maurer · 4 years, 9 months ago
  47. 29422bf libbinder_rs: Treat previously associated Binder as remote by Stephen Crane · 5 years ago
  48. 46c64a0 Move Rust Binder tests into libbinder TEST_MAPPING by Stephen Crane · 4 years, 10 months ago
  49. f183fdd libbinder: support TF_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
  50. 8afad29 libbinder_ndk: separate libbinder plat headers by Steven Moreland · 4 years, 10 months ago
  51. f856a98 Disable libbinder darwin builds by Yifan Hong · 4 years, 10 months ago
  52. 0063364 Merge "Changes to UNEXPECTED_NULL handling in libbinder_rs." by Treehugger Robot · 5 years ago
  53. 7929c08 rust: Change BinderBindings.h extension to .hpp by Ivan Lozano · 5 years ago
  54. 4bd0720 Merge "Implement ToOwned for references to AIDL interfaces" by Treehugger Robot · 5 years ago
  55. 4f77028 Merge "Expose binder security context to rust binder services" by Matthew Maurer · 5 years ago
  56. c4224af Merge "Fix Rust string parceling" by Treehugger Robot · 5 years ago
  57. 3281437 Changes to UNEXPECTED_NULL handling in libbinder_rs. by Andrei Homescu · 5 years ago
  58. 64ebd13 Implement ToOwned for references to AIDL interfaces by Andrei Homescu · 5 years ago
  59. e51e48b Merge "Add declare_binder_enum! macro" by Matthew Maurer · 5 years ago
  60. 2e3c147 Implement Debug for a few Binder Rust types by Andrei Homescu · 5 years ago
  61. 00eca71 Add declare_binder_enum! macro by Andrei Homescu · 5 years ago
  62. 798a09a Expose binder security context to rust binder services by Janis Danisevskis · 5 years ago
  63. 53f9288 Merge changes Ia2f891c2,Ibbe111b0 by Matthew Maurer · 5 years ago
  64. a7e3f1d Merge "Implement Send trait for Binder<T>" by Matthew Maurer · 5 years ago
  65. 994a0f0 Add trait implementations for Rust binder crate by Stephen Crane · 5 years ago
  66. aae7638 Add sized sub-parcel write method by Stephen Crane · 5 years ago
  67. 2c674b0 Implement Send trait for Binder<T> by Andrei Homescu · 5 years ago
  68. 72e91d1 Merge "Test fails on internal. Move to postsubmit." by Matthew Maurer · 5 years ago
  69. 63a7c44 Test fails on internal. Move to postsubmit. by Matthew Maurer · 5 years ago
  70. f80ad1a Add rustBinderTestService to general-tests suite by Dan Shi · 5 years ago
  71. 76072e8 Fix Rust string parceling by Stephen Crane · 5 years ago
  72. 2a3c250 Initial Binder Rust crate by Stephen Crane · 5 years ago