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