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