aboutsummaryrefslogtreecommitdiff
path: root/rust/library.go
AgeCommit message (Expand)Author
2023-04-12Split Rust crate builds into compile and link phases.Peter Collingbourne
2022-11-18rust: expand docstrings for Rust module typesMartin Geisler
2022-05-13Clean up some bp2build technical debtLiz Kammer
2022-04-20Add cross-referencing support for RustSasha Smundak
2022-02-07Update error messages for failed globs.Liz Kammer
2022-01-24Support building rust modules against musl libcColin Cross
2022-01-24Support multiple crtbegin and crtend dependenciesColin Cross
2021-12-16rust: Disable dylib vendor modulesMatthew Maurer
2021-11-09rust: Refactor stripped output file pathIvan Lozano
2021-11-03rust: Emit toc files for cdylibsIvan Lozano
2021-09-23rust: Refactor cfg and feature flag calculationIvan Lozano
2021-07-22Merge changes I3574d2a1,Ifb69fb3dKiyoung Kim
2021-07-19Separate snapshot definitionKiyoung Kim
2021-07-07[rust] Add android_dylib cfg flagStephen Crane
2021-06-08Only store what's used in SharedLibraryInfoLiz Kammer
2021-06-03Rust rlib vendor snapshot support.Ivan Lozano
2021-06-03Rust cdylib/statliclib support for vendor snapshot.Ivan Lozano
2021-04-19Merge "Rustdoc support."Treehugger Robot
2021-04-17Merge changes from topic "tvts-test-host-jni"Treehugger Robot
2021-04-16Rustdoc support.Dan Albert
2021-04-15Merge changes I59439b77,I7dbaf8beThiébaud Weksteen
2021-04-14rust: do not strip static libraryThiébaud Weksteen
2021-04-13Add more Rust vendor image support.Ivan Lozano
2021-03-23rust: Drop libgcc dependencyThiébaud Weksteen
2021-02-05Merge "rust: Pass cc static libs to rustc."Ivan Lozano
2021-02-04rust: Pass cc static libs to rustc.Ivan Lozano
2021-02-04bp2build: convert paths/module refs to Bazel labelLiz Kammer
2021-01-26Add Target to cc.SharedLibraryInfoColin Cross
2021-01-15Migrate Rust to LLVM coverage.Joel Galenson
2020-12-11Merge "Rust: WriteFileRule instead of printf for protos"Ivan Lozano
2020-12-11Merge "Rust: Vendor support for Rust static libraries."Ivan Lozano
2020-12-10Rust: WriteFileRule instead of printf for protosIvan Lozano
2020-12-10Rust: Vendor support for Rust static libraries.Ivan Lozano
2020-12-09Move prefer_rlib from binary to base compiler.Ivan Lozano
2020-11-30rust: Add support for multiple protos per module.Ivan Lozano
2020-10-12Start using Providers instead of direct module accessColin Cross
2020-10-02rust: Add static binary supportIvan Lozano
2020-09-28rust: Refactor staticStd to stdLinkageIvan Lozano
2020-09-25Avoid Rust source provider rule duplicationThiébaud Weksteen
2020-09-18rust: Add libstd linkage mutator for rlibs.Ivan Lozano
2020-08-28rust: strip libraries and binariesThiébaud Weksteen
2020-08-27Merge "[rust] Pass cc dependencies as linker flags."Ivan Lozano
2020-08-26[rust] Pass cc dependencies as linker flags.Ivan Lozano
2020-08-25Link device binaries dynamically by default.Ivan Lozano
2020-08-04[rust] Add SourceProviders as crates support.Ivan Lozano
2020-07-31[rust] Clean up unused link variations.Ivan Lozano
2020-07-29Merge changes I4efdf333,I4abaf8e7Ivan Lozano
2020-07-28Ensure hermetic device rust_bindgen.Ivan Lozano
2020-07-22Enforce correct variant usage for rust_bindgen.Ivan Lozano
2020-07-20Allow rust module dependency on SourceProviders.Ivan Lozano