index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
compiler.go
Age
Commit message (
Expand
)
Author
2024-10-07
Make rust rustlibs property configurable
Jihoon Kang
2024-10-03
Make the rust features property configurable
Jihoon Kang
2024-05-22
Convert some properties to Configurable properties
Cole Faust
2024-05-17
rust: Add an option to disable LTO for Rust
Ivan Lozano
2024-05-16
rust: refactored transformSrctoCrate
Ivan Lozano
2024-03-19
Add `aliases` property for renaming Rust dependencies.
Andrew Walbran
2024-01-09
Split usage of UseVndk
Kiyoung Kim
2023-11-30
Move test data installation to Soong
Colin Cross
2023-11-22
Merge changes I0caddbf6,Iee20b060,I6c92580b,I45028945,Ia7dd5220, ... into main
Matthew Maurer
2023-11-22
rust: Resolve crate roots outside rust-project
Matthew Maurer
2023-11-22
rust: Cache crateRootPath to avoid ctx
Matthew Maurer
2023-11-22
rust: internalize srcPathFromModuleSrcs
Matthew Maurer
2023-11-20
rust: move crateRootPath to compiler
Matthew Maurer
2023-11-20
rust: Privatize Cargo* methods on compiler
Matthew Maurer
2023-11-20
rust: Move compiler interface to compiler.go
Matthew Maurer
2023-11-14
rust: Allow no_stdlibs per-target variants.
Ivan Lozano
2023-10-04
Export rust flags to bazel
Vinh Tran
2023-10-03
Don't pass -lrt or -lgcc_s to darwin rust compiles
Colin Cross
2023-10-02
Revert "Split Rust crate builds into compile and link phases."
Colin Cross
2023-09-25
Revert^4 "add crate_root property to rust modules"
Sam Delmerico
2023-09-22
Revert^3 "add crate_root property to rust modules"
Wen-yi Chu
2023-09-22
Revert "support sandboxed rust rules"
Wen-yi Chu
2023-09-15
support sandboxed rust rules
Sam Delmerico
2023-09-15
Revert^2 "add crate_root property to rust modules"
Sam Delmerico
2023-09-08
Revert "add crate_root property to rust modules"
Sam Delmerico
2023-08-31
add crate_root property to rust modules
Sam Delmerico
2023-08-16
Merge "rust: Add support for host fuzzers." into main
Ivan Lozano
2023-08-14
Remove dylibs prop from rust module types
Vinh Tran
2023-08-10
rust: Add support for host fuzzers.
Ivan Lozano
2023-02-24
rust: Set android_vendor and android_product cfg
Matthew Maurer
2023-02-14
rust: Fix coverage in no-std crates
Ivan Lozano
2023-01-11
Use the same rpaths for tests and binaries and cc and rust
Colin Cross
2022-09-29
Remove spurious trailing backslash in prefer_rlib docstring
Martin Geisler
2022-07-01
Don't use prebuilt rust stdlibs for linux bionic
Colin Cross
2022-07-01
Use musl rust prebuilts for USE_HOST_MUSL=true
Colin Cross
2022-04-20
Add cross-referencing support for Rust
Sasha Smundak
2022-03-07
Add stdlibs property for Rust build rules.
Andrew Walbran
2022-01-24
Support building rust modules against musl libc
Colin Cross
2021-11-12
rust: Support new rust_stdlib_prebuilt_host type
Ivan Lozano
2021-11-09
rust: Refactor stripped output file path
Ivan Lozano
2021-10-14
Flag an error on empty rust module srcs
Seth Moore
2021-09-23
rust: Refactor cfg and feature flag calculation
Ivan Lozano
2021-08-20
rust: Hook up InstallIn functions + Product
Matthew Maurer
2021-08-13
Merge "rust: Allow modules to use only generated sources"
Ivan Lozano
2021-08-13
rust: Allow modules to use only generated sources
Ivan Lozano
2021-08-13
rust: Link libunwind into Rust static executables.
Ivan Lozano
2021-08-12
rust: Add support to emit certain Cargo env vars.
Ivan Lozano
2021-07-27
rust: Prevent manually defined lib link flags.
Ivan Lozano
2021-07-20
Replace android.BuildOs with Config.BuildOS
Colin Cross
2021-07-07
Remove IsDependencyRoot from interface
Liz Kammer
[next]