summaryrefslogtreecommitdiff
path: root/rust/proc_macro.go
AgeCommit message (Expand)Author
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-11-22rust: Resolve crate roots outside rust-project Matthew Maurer
2023-11-22rust: Cache crateRootPath to avoid ctx Matthew Maurer
2023-11-22rust: internalize srcPathFromModuleSrcs Matthew Maurer
2023-09-22Revert "support sandboxed rust rules" Wen-yi Chu
2023-09-20Merge changes from topics "revert-2746976-revert-2605644-rulebuilder-ninja-va... Sam Delmerico
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContext Chris Parsons
2023-09-15support sandboxed rust rules Sam Delmerico
2023-08-25Implement bp2build converter for rust_proc_macro Vinh Tran
2022-04-20Add cross-referencing support for Rust Sasha Smundak
2022-03-25rust: rust_proc_macro host snapshot support. Ivan Lozano
2021-11-09rust: Refactor stripped output file path Ivan Lozano
2021-09-23Pass "--extern proc_macro" to rust_proc_macros. Joel Galenson
2021-05-12Refactor vendor snapshot to use LinkableInterface. Ivan Lozano
2021-04-16Rustdoc support. Dan Albert
2021-02-04bp2build: convert paths/module refs to Bazel label Liz Kammer
2021-01-25Add Rust fuzzing support. Ivan Lozano
2020-08-28rust: strip libraries and binaries ThiƩbaud Weksteen
2020-08-25Link device binaries dynamically by default. Ivan Lozano
2020-07-22Enforce correct variant usage for rust_bindgen. Ivan Lozano
2020-07-20Allow rust module dependency on SourceProviders. Ivan Lozano
2020-07-08Specify module dependency in the srcs list Chih-Hung Hsieh
2020-07-01rust: Suppress default sysroot unconditionally Matthew Maurer
2020-07-01rust: Add rustlibs auto dependency selection Matthew Maurer
2020-06-16[Rust] Remove unused variables and deduplicate. Ivan Lozano
2019-12-13Install rust tests under nativetest(64) Chih-Hung Hsieh
2019-11-04Enforce correct rust library file names. Ivan Lozano
2019-09-24Fix proc_macro dependency handling. Ivan Lozano
2019-08-28Add Rust support to Soong. Ivan Lozano