1. 2fcbffa rust: Add support for host fuzzers. by Ivan Lozano · 1 year, 5 months ago
  2. 0c10e4d Parallelize singleton execution by LaMont Jones · 1 year, 8 months ago
  3. c1490ec Add option to use protobuf3 by Jeff Vander Stoep · 1 year, 8 months ago
  4. 91c0466 rust_proto: use protobuf crate version 2.x by Jeff Vander Stoep · 1 year, 10 months ago
  5. 993db7a rust: Enable Rust modules in Product by Matthew Maurer · 2 years ago
  6. a76acba Add cross-referencing support for Rust by Sasha Smundak · 2 years, 9 months ago
  7. 4c4c1be Use single module for clang runtime libraries by Colin Cross · 2 years, 11 months ago
  8. aed0adf Merge "rust: Add Recovery Snapshot Soong tests for rust." by Ivan Lozano · 3 years, 2 months ago
  9. c2ca1ee rust: Add Recovery Snapshot Soong tests for rust. by Ivan Lozano · 3 years, 2 months ago
  10. 52a3e36 Merge "rust: Support new rust_stdlib_prebuilt_host type" by Ivan Lozano · 3 years, 2 months ago
  11. fba2aa2 rust: Support new rust_stdlib_prebuilt_host type by Ivan Lozano · 3 years, 2 months ago
  12. 5482d6a rust: Support global sanitizers by Ivan Lozano · 3 years, 2 months ago
  13. 3ee74c8 rust: Remove libtest from stdlibs list by Ivan Lozano · 3 years, 6 months ago
  14. 3149e6e Rust rlib vendor snapshot support. by Ivan Lozano · 3 years, 7 months ago
  15. 1921e80 Rust cdylib/statliclib support for vendor snapshot. by Ivan Lozano · 3 years, 8 months ago
  16. 45c647d Merge changes I59439b77,I7dbaf8be by Thiébaud Weksteen · 3 years, 9 months ago
  17. e4dd14b bloaty: measure stripped Rust binaries by Thiébaud Weksteen · 3 years, 9 months ago
  18. d466b4a Merge changes from topic "rust_vendor_support" by Ivan Lozano · 3 years, 9 months ago
  19. c08897c Add more Rust vendor image support. by Ivan Lozano · 3 years, 9 months ago
  20. 699e218 rust: Use new common image mutator interface. by Ivan Lozano · 3 years, 10 months ago
  21. 1d640d0 Add rust_benchmark module to soong. by Jakub Kotur · 4 years ago
  22. 9e0c3f9 Convert remaining rust tests to use test fixtures by Paul Duffin · 3 years, 9 months ago
  23. db48889 Add text fixture preparers for rust package by Paul Duffin · 3 years, 10 months ago
  24. d6ceb86 Clean up cc.RegisterRequiredBuildComponentsForTest() by Paul Duffin · 3 years, 10 months ago
  25. c5d34ec rust: Use prebuilts for x86 host target. by Ivan Lozano · 3 years, 11 months ago
  26. e6d3098 rust: Add rust_ffi_static vendor ramdisk Support by Ivan Lozano · 4 years ago
  27. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 5 years ago
  28. 6eff900 Merge rust_protobuf and rust_grpcio module types. by Ivan Lozano · 4 years, 1 month ago
  29. 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 1 month ago
  30. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 1 month ago
  31. 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 1 month ago
  32. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 2 months ago
  33. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  34. b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  35. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  36. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
  37. 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 2 months ago
  38. 6a3d1e9 Add rust_grpcio module type. by Ivan Lozano · 4 years, 2 months ago
  39. a6351ca rust: Add ref to generated sources (aidl, bindgen) by Thiébaud Weksteen · 4 years, 3 months ago
  40. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 4 years, 4 months ago
  41. 588aae7 Add rust_protobuf module. by Treehugger Robot · 4 years, 4 months ago
  42. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 4 years, 6 months ago
  43. 83ee52f rust: validate existence of library source by Thiébaud Weksteen · 4 years, 5 months ago
  44. 021f4e5 Fix prebuilt mutator ordering in tests by Paul Duffin · 4 years, 5 months ago
  45. 4fef93c Add SourceProviders and a rust_bindgen module type by Ivan Lozano · 4 years, 6 months ago
  46. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 4 years, 8 months ago
  47. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 4 years, 6 months ago
  48. 2ae0513 rust: Change default variants by Matthew Maurer · 4 years, 6 months ago
  49. fc80fe7 Make rust_test file output more similar to cc_test. by Ivan Lozano · 4 years, 7 months ago
  50. e4d12a0 Add rust-project.json generator by Thiébaud Weksteen · 4 years, 7 months ago
  51. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  52. 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 4 years, 8 months ago
  53. 2f15bae Clean up rust tests. by Ivan Lozano · 4 years, 9 months ago
  54. 77980a8 Dedup registration for cc default test config by Paul Duffin · 5 years ago
  55. 98be1bb Move filesystem into Config by Colin Cross · 5 years ago
  56. ae6c520 Move ImageMutator after archMutator by Colin Cross · 5 years ago
  57. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
  58. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 5 years ago
  59. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 5 years ago
  60. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 5 years ago
  61. 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
  62. b9040d6 Add Soong test for device proc-macro deps. by Ivan Lozano · 5 years ago
  63. ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago