1. e6d3098 rust: Add rust_ffi_static vendor ramdisk Support by Ivan Lozano · 4 years ago
  2. 729d5cf Merge "rust: Pass cc static libs to rustc." by Ivan Lozano · 4 years ago
  3. b7eab01 Merge "bp2build: convert paths/module refs to Bazel label" by Liz Kammer · 4 years ago
  4. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years ago
  5. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  6. cbca373 Use target dependent module to update the name suffix by Justin Yun · 4 years ago
  7. 20768b8 rust: Use v0 mangling format globally by Matthew Maurer · 4 years ago
  8. 9da4aa8 rust: Allow rust_tests to include data files. by Ivan Lozano · 4 years ago
  9. 2c9b3e0 Add system/extras/simpleperf to Rust allowed paths by Yi Kong · 4 years ago
  10. 0e73762 Merge "Rust: abort on panic" by Ivan Lozano · 4 years ago
  11. 2a3094c Merge "Migrate Rust to LLVM coverage." by Treehugger Robot · 4 years ago
  12. bf7a902 Rust: abort on panic by Jeff Vander Stoep · 4 years ago
  13. 65490b8 Merge "Define odm_available property to install a vendor variant to odm" by Treehugger Robot · 4 years ago
  14. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 5 years ago
  15. ebcf0c5 Define odm_available property to install a vendor variant to odm by Justin Yun · 4 years ago
  16. ec6e991 rust: Depend on CC a shared library's TOC, not .so by Ivan Lozano · 4 years ago
  17. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years ago
  18. d7e51e0 Merge "Use 1.49.0 prebuilts" by Thiébaud Weksteen · 4 years ago
  19. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 1 month ago
  20. cb73820 Use 1.49.0 prebuilts by Thiébaud Weksteen · 4 years ago
  21. 86cc40a Merge "Do not read 'vendor_available: false'" by Treehugger Robot · 4 years ago
  22. b143cd9 Enable debug info in Rust modules. by Peter Collingbourne · 4 years, 1 month ago
  23. c0d8c49 Do not read 'vendor_available: false' by Justin Yun · 4 years ago
  24. 9a868f1 Allow the clang version used for bindgen to be configured. by Peter Collingbourne · 4 years, 1 month ago
  25. e794b1e Merge "Remove unnecessary snake case variables." by Jaewoong Jung · 4 years, 1 month ago
  26. 109d9cc Merge "rust modules in APEX don't get installed to the system partition" by Treehugger Robot · 4 years, 1 month ago
  27. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 1 month ago
  28. 459feca rust modules in APEX don't get installed to the system partition by Jiyong Park · 4 years, 1 month ago
  29. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 1 month ago
  30. 97a1be6 Merge changes from topic "sbox_tools" by Colin Cross · 4 years, 1 month ago
  31. a9c8c9f Call ctx.InstallFile for uninstallable cc modules by Colin Cross · 4 years, 1 month ago
  32. 1a74be7 Merge "Assert android.ApexModule interface for types having ApexModuleBase" by Treehugger Robot · 4 years, 1 month ago
  33. 4d24e65 Merge "Put external/libchromeos-rs in the Rust allowlist" by Treehugger Robot · 4 years, 1 month ago
  34. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years, 1 month ago
  35. 6eff900 Merge rust_protobuf and rust_grpcio module types. by Ivan Lozano · 4 years, 1 month ago
  36. 30530a9 Merge "Rust: WriteFileRule instead of printf for protos" by Ivan Lozano · 4 years, 1 month ago
  37. 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 1 month ago
  38. f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 1 month ago
  39. 0d399b5 Merge "Add min_sdk_version to Rust modules." by Jiyong Park · 4 years, 1 month ago
  40. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 2 months ago
  41. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 2 months ago
  42. f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 2 months ago
  43. 366cb49 Merge "Move prefer_rlib from binary to base compiler." by Ivan Lozano · 4 years, 1 month ago
  44. 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 1 month ago
  45. ea08613 Move prefer_rlib from binary to base compiler. by Ivan Lozano · 4 years, 1 month ago
  46. 78b340f Merge "Add LinuxBionic toolchain to Rust" by Ivan Lozano · 4 years, 1 month ago
  47. bf3b6e9 Add LinuxBionic toolchain to Rust by Ivan Lozano · 4 years, 1 month ago
  48. fa5feae Add dependencies for source-generated crates by Thiébaud Weksteen · 4 years, 1 month ago
  49. 274597b Put external/libchromeos-rs in the Rust allowlist by Victor Hsieh · 4 years, 1 month ago
  50. 3a710d6 Allow rust code in packages/modules/DnsResolver by Bernie Innocenti · 4 years, 1 month ago
  51. 4bfb2b9 Merge "Includes rust_binary in rust-project.json" by Thiébaud Weksteen · 4 years, 1 month ago
  52. 064f6e9 Includes rust_binary in rust-project.json by Thiébaud Weksteen · 4 years, 1 month ago
  53. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  54. 464e6c7 Merge "Add test suite handling to central androidmk code" by Treehugger Robot · 4 years, 2 months ago
  55. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 2 months ago
  56. 9c3f653 Merge "rust: Add support for multiple protos per module." by Ivan Lozano · 4 years, 2 months ago
  57. 493e7ec Merge "Clients of PackagingBase can customize dependency tag to use" by Jiyong Park · 4 years, 2 months ago
  58. 65b6224 Clients of PackagingBase can customize dependency tag to use by Jiyong Park · 4 years, 2 months ago
  59. 93bfe6b Merge "Allow rust code in device/google/cuttlefish" by Treehugger Robot · 4 years, 2 months ago
  60. fdea257 Merge "rust modules can be included in apex" by Jiyong Park · 4 years, 2 months ago
  61. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 2 months ago
  62. 57f434e rust: Add support for multiple protos per module. by Ivan Lozano · 4 years, 3 months ago
  63. c6fe19d Use 1.48.0 prebuilts by Thiébaud Weksteen · 4 years, 2 months ago
  64. 463ab7a Merge "Ignore variant dependencies in rust-project.json" by Thiébaud Weksteen · 4 years, 2 months ago
  65. 4e5fc3b Allow rust code in device/google/cuttlefish by A. Cody Schuffelen · 4 years, 2 months ago
  66. 0fd0e95 Merge "Refactor rust to use AndroidMkEntries" by Liz Kammer · 4 years, 2 months ago
  67. 3c5905b Ignore variant dependencies in rust-project.json by Thiébaud Weksteen · 4 years, 2 months ago
  68. 4018a8d Refactor rust to use AndroidMkEntries by Liz Kammer · 4 years, 2 months ago
  69. e5218b6 Merge "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  70. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  71. 588ed66 Add comments to {cc,rust}/strip.go by Thiébaud Weksteen · 4 years, 2 months ago
  72. 1010f9b Merge "rust: Add header library support to rust_bindgen." by Ivan Lozano · 4 years, 2 months ago
  73. ebb5150 Merge "Add unit_test test option in test configs" by Dan Shi · 4 years, 2 months ago
  74. 9b44383 rust: Add header library support to rust_bindgen. by Ivan Lozano · 4 years, 2 months ago
  75. d7ddf05 rust: Fix incorrect expected gcno file for dylibs by Ivan Lozano · 4 years, 2 months ago
  76. d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 2 months ago
  77. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 3 months ago
  78. 45e0c95 Merge "rust: Fix absolute path OUT_DIR bug" by Ivan Lozano · 4 years, 2 months ago
  79. c0ea170 Merge "rust_grpcio well known types support, default deps" by Zach Johnson · 4 years, 2 months ago
  80. 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 2 months ago
  81. 1776a2a rust: Fix absolute path OUT_DIR bug by Ivan Lozano · 4 years, 2 months ago
  82. a3faafa Rust bindgen should use r399163b. by Stephen Hines · 4 years, 2 months ago
  83. 40c9798 Merge "rust: Fix GRPC generator invocation" by Matthew Maurer · 4 years, 2 months ago
  84. 567f46f Merge changes from topic "roll-rust-1.47.0" by Thiébaud Weksteen · 4 years, 2 months ago
  85. 5819e58 rust: Fix GRPC generator invocation by Matthew Maurer · 4 years, 2 months ago
  86. f5b2a5f Merge "rust_bindgen: respect custom OUT_DIR" by Treehugger Robot · 4 years, 2 months ago
  87. 86a1db7 Merge "Add rust_grpcio module type." by Ivan Lozano · 4 years, 2 months ago
  88. 3e0d3f6 Use Rust 1.47.0 prebuilts by Thiébaud Weksteen · 4 years, 2 months ago
  89. 71512f3 rust: set STD_ENV_ARCH by Thiébaud Weksteen · 4 years, 2 months ago
  90. aa3231c rust_bindgen: respect custom OUT_DIR by Shao-Chuan Lee · 4 years, 2 months ago
  91. 6a3d1e9 Add rust_grpcio module type. by Ivan Lozano · 4 years, 3 months ago
  92. 20cf20b Merge changes I0289d866,Ie7363524 by Treehugger Robot · 4 years, 3 months ago
  93. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 3 months ago
  94. d271ada Add system/bt to Rust allowed paths. by Qasim Javed · 4 years, 3 months ago
  95. b646bc1 Merge changes from topic "vendor_ramdisk_soong" by Yifan Hong · 4 years, 3 months ago
  96. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 3 months ago
  97. 6b07ff2 Merge "Add external/vm_tools/p9 to rust allowed paths" by Alistair Delva · 4 years, 3 months ago
  98. ebb2901 Merge "Alpha sort rust allowed_list.go" by Alistair Delva · 4 years, 3 months ago
  99. d90bd4a Merge "rust: Add cflag checks against -xc++ and -std." by Ivan Lozano · 4 years, 3 months ago
  100. ea2974c Add external/vm_tools/p9 to rust allowed paths by Alistair Delva · 4 years, 3 months ago