1. 610eb1a rust: Propagate MTO libs linked whole through dylibs. by Ivan Lozano · 7 months ago
  2. d604240 Merge "rust:Add Rust support for made-to-order staticlibs" into main by Ivan Lozano · 7 months ago
  3. 85f00cf rust:Add Rust support for made-to-order staticlibs by Ivan Lozano · 7 months ago
  4. 5c846d8 Merge changes from topics "apex_transition_info", "bcp_dependency_through_apex" into main by Colin Cross · 7 months ago
  5. ec41af1 Merge "rust: Rename flag providers for clarity" into main by Ivan Lozano · 7 months ago
  6. d8d8b85 Move prebuilt mutators earlier by Colin Cross · 9 months ago
  7. 46aceb3 Merge "rust: Propagate static libs correctly" into main by Ivan Lozano · 7 months ago
  8. 7fe65ca rust: Rename flag providers for clarity by Ivan Lozano · 7 months ago
  9. 1f10f68 rust: Propagate static libs correctly by Ivan Lozano · 10 months ago
  10. 3cc1daf rust: Don't produce coverage variants for stublibs by Ivan Lozano · 7 months ago
  11. 58eef4f Convert rust module-info.json to soong by Cole Faust · 7 months ago
  12. 47596d6 rust: Don't pass crt objects for stubs by Ivan Lozano · 7 months ago
  13. a8a1fa1 rust: Add stub support for rust_ffi modules by Ivan Lozano · 10 months ago
  14. 9eaacc8 Refactor cc/rust to prep for Rust stubs by Ivan Lozano · 10 months ago
  15. f67d211 rust: Force all dependencies to be linked, used or not by Matthew Maurer · 8 months ago
  16. b2b1d2e Merge "rust: Remove rust_ffi_rlibs, keep rust_ffi_static" into main by Ivan Lozano · 9 months ago
  17. aea639d Merge "rust: Alias rust_ffi_rlib to rust_library_rlib" into main by Maciej Żenczykowski · 9 months ago
  18. 6184842 rust: Remove rust_ffi_rlibs, keep rust_ffi_static by Ivan Lozano · 9 months ago
  19. 806efd3 rust: Alias rust_ffi_rlib to rust_library_rlib by Ivan Lozano · 9 months ago
  20. f458901 rust: Add version scripts and symbol exports by Ivan Lozano · 10 months ago
  21. b614cd4 Verify that libraries in apexes don't link to implementations outside the apex by Colin Cross · 11 months ago
  22. a14fb6a Update DepSet references by Colin Cross · 11 months ago
  23. 46e4fad Add a property to rust_ffi targets to exclude them from APEXes. by Ashutosh Agarwal · 1 year ago
  24. 8a49a3d Convert rust_libraries and rust_stdlinkage mutators to TransitionMutators by Colin Cross · 1 year, 4 months ago
  25. 17f9dc5 Remove obsolete rust VariantIsStatic by Colin Cross · 1 year, 2 months ago
  26. fd47b1a cc/rust: Alias ffi rlib variant for static_libs by Ivan Lozano · 1 year, 4 months ago
  27. fdec872 Convert some properties to Configurable properties by Cole Faust · 1 year, 4 months ago
  28. e8fcd37 Merge changes from topic "rust-made-to-order-staticlibs" into main by Ivan Lozano · 1 year, 4 months ago
  29. 0a468a4 rust: made-to-order rust staticlibs by Ivan Lozano · 1 year, 4 months ago
  30. 28ed8f4 rust: refactored transformSrctoCrate by Ivan Lozano · 1 year, 4 months ago
  31. a963b94 Make the enabled property configurable by Cole Faust · 1 year, 5 months ago
  32. 37693d0 Deprecate Snapshot build by Kiyoung Kim · 1 year, 5 months ago
  33. f033ca6 rust: Add export_include_dirs property to rust_ffi by Ivan Lozano · 1 year, 6 months ago
  34. 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 9 months ago
  35. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 9 months ago
  36. a28404a rust: Cache crateRootPath to avoid ctx by Matthew Maurer · 1 year, 10 months ago
  37. d221d31 rust: move crateRootPath to compiler by Matthew Maurer · 1 year, 10 months ago
  38. 7515994 Add bp2build converter for rust_ffi_static by Vinh Tran · 1 year, 11 months ago
  39. fb8c5a5 Remove restriction on android config in generated rust_library targets by Vinh Tran · 1 year, 11 months ago
  40. 004bd3f Revert "Split Rust crate builds into compile and link phases." by Colin Cross · 1 year, 11 months ago
  41. 63ca14e Revert^4 "add crate_root property to rust modules" by Sam Delmerico · 2 years ago
  42. 9c64274 Revert^3 "add crate_root property to rust modules" by Wen-yi Chu · 2 years ago
  43. 41326c1 Revert "support sandboxed rust rules" by Wen-yi Chu · 2 years ago
  44. 52d1cc3 Merge changes from topics "revert-2746976-revert-2605644-rulebuilder-ninja-vars-OAAWYCDDLT-KMAGKVIXAT", "sandbox-rust-inputs" into main by Sam Delmerico · 2 years ago
  45. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 2 years ago
  46. a588d15 support sandboxed rust rules by Sam Delmerico · 2 years, 3 months ago
  47. 60375c4 Revert^2 "add crate_root property to rust modules" by Sam Delmerico · 2 years ago
  48. 5162ff1 Revert "add crate_root property to rust modules" by Sam Delmerico · 2 years ago
  49. 553edff add crate_root property to rust modules by Sam Delmerico · 2 years, 2 months ago
  50. 9b84678 Convert libprotobuf to Bazel by Vinh Tran · 2 years ago
  51. b4bb20f Implement bp2build converter for rust_proc_macro by Vinh Tran · 2 years ago
  52. bcb5f57 Implement bp2build converter for rust_library by Vinh Tran · 2 years ago
  53. c183e3a Rust library linking fixes by A. Cody Schuffelen · 2 years, 1 month ago
  54. add122a rust: Add vendor and recovery dylib support. by Ivan Lozano · 2 years, 2 months ago
  55. 313d32f Merge "Use generics for DepSets" by Colin Cross · 2 years, 3 months ago
  56. c85750b Use generics for DepSets by Colin Cross · 3 years, 5 months ago
  57. 4df0257 rust: Make dylib-std the canonical rlib form by Ivan Lozano · 2 years, 3 months ago
  58. e7c71c3 Split Rust crate builds into compile and link phases. by Peter Collingbourne · 2 years, 5 months ago
  59. 67ec054 rust: expand docstrings for Rust module types by Martin Geisler · 2 years, 10 months ago
  60. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 3 years, 4 months ago
  61. a76acba Add cross-referencing support for Rust by Sasha Smundak · 3 years, 5 months ago
  62. 0ea7998 Update error messages for failed globs. by Liz Kammer · 3 years, 7 months ago
  63. e32f093 Support building rust modules against musl libc by Colin Cross · 3 years, 8 months ago
  64. fe605e1 Support multiple crtbegin and crtend dependencies by Colin Cross · 3 years, 8 months ago
  65. bdda910 rust: Disable dylib vendor modules by Matthew Maurer · 3 years, 9 months ago
  66. 8d10fc3 rust: Refactor stripped output file path by Ivan Lozano · 3 years, 10 months ago
  67. 7b0781d rust: Emit toc files for cdylibs by Ivan Lozano · 3 years, 10 months ago
  68. 67eada3 rust: Refactor cfg and feature flag calculation by Ivan Lozano · 4 years ago
  69. 5d96f64 Merge changes I3574d2a1,Ifb69fb3d by Kiyoung Kim · 4 years, 2 months ago
  70. 48f3778 Separate snapshot definition by Kiyoung Kim · 4 years, 2 months ago
  71. 0dbfc56 [rust] Add android_dylib cfg flag by Stephen Crane · 4 years, 2 months ago
  72. ef6dfea Only store what's used in SharedLibraryInfo by Liz Kammer · 4 years, 3 months ago
  73. 3149e6e Rust rlib vendor snapshot support. by Ivan Lozano · 4 years, 3 months ago
  74. 1921e80 Rust cdylib/statliclib support for vendor snapshot. by Ivan Lozano · 4 years, 4 months ago
  75. 9bd39fe Merge "Rustdoc support." by Treehugger Robot · 4 years, 5 months ago
  76. aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 4 years, 5 months ago
  77. 06feee9 Rustdoc support. by Dan Albert · 4 years, 6 months ago
  78. 45c647d Merge changes I59439b77,I7dbaf8be by Thiébaud Weksteen · 4 years, 5 months ago
  79. 4fab05a rust: do not strip static library by Thiébaud Weksteen · 4 years, 5 months ago
  80. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 5 months ago
  81. f1ff54a rust: Drop libgcc dependency by Thiébaud Weksteen · 4 years, 6 months ago
  82. 729d5cf Merge "rust: Pass cc static libs to rustc." by Ivan Lozano · 4 years, 7 months ago
  83. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years, 7 months ago
  84. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  85. 2df8177 Add Target to cc.SharedLibraryInfo by Colin Cross · 4 years, 7 months ago
  86. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 8 months ago
  87. 30530a9 Merge "Rust: WriteFileRule instead of printf for protos" by Ivan Lozano · 4 years, 9 months ago
  88. 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 9 months ago
  89. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 9 months ago
  90. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 9 months ago
  91. ea08613 Move prefer_rlib from binary to base compiler. by Ivan Lozano · 4 years, 9 months ago
  92. 57f434e rust: Add support for multiple protos per module. by Ivan Lozano · 4 years, 10 months ago
  93. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 5 years ago
  94. bf63d00 rust: Add static binary support by Ivan Lozano · 5 years ago
  95. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 5 years ago
  96. 295c72b Avoid Rust source provider rule duplication by Thiébaud Weksteen · 5 years ago
  97. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  98. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  99. b0e99ed Merge "[rust] Pass cc dependencies as linker flags." by Ivan Lozano · 5 years ago
  100. 2093af2 [rust] Pass cc dependencies as linker flags. by Ivan Lozano · 5 years ago