1. 40fa08b Merge "Add a phony target for all Rust targets" by Treehugger Robot · 4 years, 1 month ago
  2. 74be764 Add a phony target for all Rust targets by Chris Wailes · 4 years, 1 month ago
  3. a226863 rust: Add support for bootstrap linker. by Ivan Lozano · 4 years, 1 month ago
  4. 41ad881 Refactoring fuzz packaging code by hamzeh · 4 years, 2 months ago
  5. d5cf92e Support customizing behavior around sourceOrOutputDependencyTag by Paul Duffin · 4 years, 2 months ago
  6. 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 4 years, 2 months ago
  7. 5e03586 Include static lib information for the snapshot modules by Justin Yun · 4 years, 2 months ago
  8. 6eb16f8 Merge "rust: Add missing Rust allow path modules." by Ivan Lozano · 4 years, 2 months ago
  9. 03a94c4 rust: Add missing Rust allow path modules. by Ivan Lozano · 4 years, 2 months ago
  10. 7d55b61 Rust module in APEX uses stub libraries across APEX boundaries by Jiyong Park · 4 years, 3 months ago
  11. 3149e6e Rust rlib vendor snapshot support. by Ivan Lozano · 4 years, 3 months ago
  12. 1921e80 Rust cdylib/statliclib support for vendor snapshot. by Ivan Lozano · 4 years, 3 months ago
  13. bf8147a Don't install rust modules that are never installable by Jiyong Park · 4 years, 4 months ago
  14. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 5 months ago
  15. 5271fea Remove global state from vendor public libraries by Colin Cross · 4 years, 4 months ago
  16. 203b421 Remove obsolete llndk_library by Colin Cross · 4 years, 4 months ago
  17. 627280f Remove llndk_headers by Colin Cross · 4 years, 4 months ago
  18. 1f3f130 Add support for cc_library_headers to replace llndk_headers by Colin Cross · 4 years, 4 months ago
  19. 06feee9 Rustdoc support. by Dan Albert · 4 years, 6 months ago
  20. 45c647d Merge changes I59439b77,I7dbaf8be by Thiébaud Weksteen · 4 years, 5 months ago
  21. e4dd14b bloaty: measure stripped Rust binaries by Thiébaud Weksteen · 4 years, 5 months ago
  22. d466b4a Merge changes from topic "rust_vendor_support" by Ivan Lozano · 4 years, 5 months ago
  23. e8dfbdf Merge "cc: Create a common image mutator interface" by Ivan Lozano · 4 years, 5 months ago
  24. d587ec2 Merge changes from topic "rust_benchmark" by Jeffrey Vander Stoep · 4 years, 5 months ago
  25. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 5 months ago
  26. 3a7d000 cc: Create a common image mutator interface by Ivan Lozano · 4 years, 5 months ago
  27. 94e22fd Shared lib dependencies from rlib are included in APEX by Jiyong Park · 4 years, 5 months ago
  28. e54f07e Stripped rust bin/libs are included in APEX by Jiyong Park · 4 years, 5 months ago
  29. 1d640d0 Add rust_benchmark module to soong. by Jakub Kotur · 4 years, 8 months ago
  30. 352bdf2 Merge "rust: Add whole_static_libs, revert static_lib" by Ivan Lozano · 4 years, 5 months ago
  31. 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 4 years, 5 months ago
  32. fdaa5f7 Versioned CRT objects are built with correct __ANDROID_API__ by Jiyong Park · 4 years, 6 months ago
  33. ee6a89b Export OUT_DIR variable to rust-project.json by Thiébaud Weksteen · 4 years, 6 months ago
  34. 4ccfcc2 Merge "rust: Add rust_ffi_static vendor ramdisk Support" by Ivan Lozano · 4 years, 7 months ago
  35. e6d3098 rust: Add rust_ffi_static vendor ramdisk Support by Ivan Lozano · 4 years, 7 months ago
  36. fb6f36f rust: Only pass "-lstatic" for rlibs. by Ivan Lozano · 4 years, 7 months ago
  37. 729d5cf Merge "rust: Pass cc static libs to rustc." by Ivan Lozano · 4 years, 7 months ago
  38. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years, 7 months ago
  39. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  40. 2a3094c Merge "Migrate Rust to LLVM coverage." by Treehugger Robot · 4 years, 7 months ago
  41. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 6 years ago
  42. ec6e991 rust: Depend on CC a shared library's TOC, not .so by Ivan Lozano · 4 years, 7 months ago
  43. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 8 months ago
  44. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 9 months ago
  45. e794b1e Merge "Remove unnecessary snake case variables." by Jaewoong Jung · 4 years, 8 months ago
  46. 109d9cc Merge "rust modules in APEX don't get installed to the system partition" by Treehugger Robot · 4 years, 8 months ago
  47. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 8 months ago
  48. 459feca rust modules in APEX don't get installed to the system partition by Jiyong Park · 4 years, 9 months ago
  49. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 9 months ago
  50. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years, 9 months ago
  51. 30530a9 Merge "Rust: WriteFileRule instead of printf for protos" by Ivan Lozano · 4 years, 9 months ago
  52. 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 9 months ago
  53. f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 9 months ago
  54. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 9 months ago
  55. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 9 months ago
  56. f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 9 months ago
  57. 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  58. 493e7ec Merge "Clients of PackagingBase can customize dependency tag to use" by Jiyong Park · 4 years, 9 months ago
  59. 65b6224 Clients of PackagingBase can customize dependency tag to use by Jiyong Park · 4 years, 9 months ago
  60. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 10 months ago
  61. 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 10 months ago
  62. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 10 months ago
  63. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 10 months ago
  64. f4155dc Merge "Use protobuf-codegen default and add mod_stem.rs" by Chih-hung Hsieh · 4 years, 11 months ago
  65. 3572cf7 Move LLNDK and NDK versionSelectorMutator special cases into versionedInterface by Colin Cross · 5 years ago
  66. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 5 years ago
  67. c49649c Use protobuf-codegen default and add mod_stem.rs by Chih-Hung Hsieh · 5 years ago
  68. ac0cd89 Merge changes I4c8cd544,I62d4d43d,I0ae667d4,Id357adc0,I1ff87134 by Colin Cross · 5 years ago
  69. 565cafd Don't create version variations of sdk modules by Colin Cross · 5 years ago
  70. 3146c5c Create fewer empty version variants by Colin Cross · 5 years ago
  71. 4e7b26a Merge "rust: Allow rust_bindgen to use cc_defaults." by Ivan Lozano · 5 years ago
  72. 1348ce3 Don't make SplitPerApiLevel imply UseSdk by Colin Cross · 5 years ago
  73. 45dda43 Merge "rust: Refactor staticStd to stdLinkage" by Ivan Lozano · 5 years ago
  74. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 5 years ago
  75. d3e05ca Don't export flags from SourceProvider variants by Colin Cross · 5 years ago
  76. bc9e421 rust: Allow rust_bindgen to use cc_defaults. by Ivan Lozano · 5 years ago
  77. 295c72b Avoid Rust source provider rule duplication by Thiébaud Weksteen · 5 years ago
  78. 2d53a60 Merge changes from topic "return-new-deps" by Colin Cross · 5 years ago
  79. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  80. d1f898e Remove global state from version mutator by Colin Cross · 5 years ago
  81. 0c16fdf Merge "Don't disable rust modules for linux_bionic" by Treehugger Robot · 5 years ago
  82. b5d2dd2 Don't disable rust modules for linux_bionic by Jiyong Park · 5 years ago
  83. ddd0bdb rust: Fix rust_bindgen implicits by Ivan Lozano · 5 years ago
  84. 682c9d7 Rename ccConfig to cc_config by Thiébaud Weksteen · 5 years ago
  85. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  86. 31f1bb8 rust: add ccToolchain to Module by Thiébaud Weksteen · 5 years ago
  87. b0e99ed Merge "[rust] Pass cc dependencies as linker flags." by Ivan Lozano · 5 years ago
  88. 2093af2 [rust] Pass cc dependencies as linker flags. by Ivan Lozano · 5 years ago
  89. 042504f Link device binaries dynamically by default. by Ivan Lozano · 5 years ago
  90. 9e8451e rust: modify linting properties by Thiébaud Weksteen · 5 years ago
  91. 50a5806 Merge "Stop using prebuilt NDK CRT objects." by Treehugger Robot · 5 years ago
  92. 4c698f3 Merge "Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled" by Ivan Lozano · 5 years ago
  93. 65c74d9 Merge "HostToolPath should return install path" by Treehugger Robot · 5 years ago
  94. a756270 HostToolPath should return install path by Chih-Hung Hsieh · 5 years ago
  95. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 5 years ago
  96. 5db69cc Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled by Andrei Homescu · 5 years ago
  97. a57e56a Merge "Export Rust SourceProvider types and methods" by Ivan Lozano · 5 years ago
  98. 2a73c2d Merge "Don't export link dirs from proc-macros." by Treehugger Robot · 5 years ago
  99. 2bbcacf Don't export link dirs from proc-macros. by Ivan Lozano · 5 years ago
  100. c776792 Export Rust SourceProvider types and methods by Andrei Homescu · 5 years ago