1. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 2 years, 9 months ago
  2. a76acba Add cross-referencing support for Rust by Sasha Smundak · 2 years, 9 months ago
  3. 0ea7998 Update error messages for failed globs. by Liz Kammer · 3 years ago
  4. e32f093 Support building rust modules against musl libc by Colin Cross · 3 years ago
  5. fe605e1 Support multiple crtbegin and crtend dependencies by Colin Cross · 3 years ago
  6. bdda910 rust: Disable dylib vendor modules by Matthew Maurer · 3 years, 1 month ago
  7. 8d10fc3 rust: Refactor stripped output file path by Ivan Lozano · 3 years, 2 months ago
  8. 7b0781d rust: Emit toc files for cdylibs by Ivan Lozano · 3 years, 2 months ago
  9. 67eada3 rust: Refactor cfg and feature flag calculation by Ivan Lozano · 3 years, 4 months ago
  10. 5d96f64 Merge changes I3574d2a1,Ifb69fb3d by Kiyoung Kim · 3 years, 6 months ago
  11. 48f3778 Separate snapshot definition by Kiyoung Kim · 3 years, 6 months ago
  12. 0dbfc56 [rust] Add android_dylib cfg flag by Stephen Crane · 3 years, 6 months ago
  13. ef6dfea Only store what's used in SharedLibraryInfo by Liz Kammer · 3 years, 7 months ago
  14. 3149e6e Rust rlib vendor snapshot support. by Ivan Lozano · 3 years, 8 months ago
  15. 1921e80 Rust cdylib/statliclib support for vendor snapshot. by Ivan Lozano · 3 years, 8 months ago
  16. 9bd39fe Merge "Rustdoc support." by Treehugger Robot · 3 years, 9 months ago
  17. aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 3 years, 9 months ago
  18. 06feee9 Rustdoc support. by Dan Albert · 3 years, 10 months ago
  19. 45c647d Merge changes I59439b77,I7dbaf8be by Thiébaud Weksteen · 3 years, 9 months ago
  20. 4fab05a rust: do not strip static library by Thiébaud Weksteen · 3 years, 9 months ago
  21. c08897c Add more Rust vendor image support. by Ivan Lozano · 3 years, 10 months ago
  22. f1ff54a rust: Drop libgcc dependency by Thiébaud Weksteen · 3 years, 10 months ago
  23. 729d5cf Merge "rust: Pass cc static libs to rustc." by Ivan Lozano · 4 years ago
  24. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years ago
  25. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  26. 2df8177 Add Target to cc.SharedLibraryInfo by Colin Cross · 4 years ago
  27. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years ago
  28. 30530a9 Merge "Rust: WriteFileRule instead of printf for protos" 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. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 2 months ago
  31. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 2 months ago
  32. ea08613 Move prefer_rlib from binary to base compiler. by Ivan Lozano · 4 years, 1 month ago
  33. 57f434e rust: Add support for multiple protos per module. by Ivan Lozano · 4 years, 3 months ago
  34. 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 4 months ago
  35. bf63d00 rust: Add static binary support by Ivan Lozano · 4 years, 4 months ago
  36. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 4 years, 4 months ago
  37. 295c72b Avoid Rust source provider rule duplication by Thiébaud Weksteen · 4 years, 4 months ago
  38. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 4 years, 4 months ago
  39. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 4 years, 5 months ago
  40. b0e99ed Merge "[rust] Pass cc dependencies as linker flags." by Ivan Lozano · 4 years, 5 months ago
  41. 2093af2 [rust] Pass cc dependencies as linker flags. by Ivan Lozano · 4 years, 5 months ago
  42. 042504f Link device binaries dynamically by default. by Ivan Lozano · 4 years, 5 months ago
  43. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 4 years, 6 months ago
  44. 89435d1 [rust] Clean up unused link variations. by Ivan Lozano · 4 years, 6 months ago
  45. 3feff6c Merge changes I4efdf333,I4abaf8e7 by Ivan Lozano · 4 years, 6 months ago
  46. 45901ed Ensure hermetic device rust_bindgen. by Ivan Lozano · 4 years, 6 months ago
  47. 07cbaf4 Enforce correct variant usage for rust_bindgen. by Ivan Lozano · 4 years, 6 months ago
  48. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 4 years, 6 months ago
  49. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 4 years, 8 months ago
  50. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 4 years, 7 months ago
  51. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 4 years, 7 months ago
  52. 0f003b1 rust: Add rustlibs auto dependency selection by Matthew Maurer · 4 years, 7 months ago
  53. 2ae0513 rust: Change default variants by Matthew Maurer · 4 years, 7 months ago
  54. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 4 years, 7 months ago
  55. f649c05 Merge "[Rust] cdylibs can now link against dylibs." by Treehugger Robot · 4 years, 7 months ago
  56. 7e741cc [Rust] cdylibs can now link against dylibs. by Ivan Lozano · 4 years, 7 months ago
  57. 8a23fa4 [Rust] Remove unused variables and deduplicate. by Ivan Lozano · 4 years, 7 months ago
  58. bec05ea Specify SONAME when building Rust shared libs. by Ivan Lozano · 4 years, 7 months ago
  59. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
  60. 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 4 years, 9 months ago
  61. 12ee9ca Add crtbegin_so/crtend_so to Bionic Rust libraries. by Ivan Lozano · 4 years, 9 months ago
  62. 46c46cc rust: Do not pass -C prefer-dynamic for cdylib by Matthew Maurer · 5 years ago
  63. 22cef96 rust: Include Soong module name as metadata by Matthew Maurer · 5 years ago
  64. 9a4a7ba Install rust tests under nativetest(64) by Chih-Hung Hsieh · 5 years ago
  65. 88f2b1c Change stdlib linkage for C libraries. by Ivan Lozano · 5 years ago
  66. e0833b1 Allow cc modules to pull in rust includes. by Ivan Lozano · 5 years ago
  67. ad8b18b Enforce correct rust library file names. by Ivan Lozano · 5 years ago
  68. 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
  69. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 5 years ago
  70. ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago