index
:
build_soong.git
8.0-r23
n7.1
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
u14.0
v15.0
w16.0
w16.1
build_soong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
compiler.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split usage of UseVndk
Kiyoung Kim
2024-01-09
1
-2
/
+2
*
Move test data installation to Soong
Colin Cross
2023-11-30
1
-1
/
+8
*
Merge changes I0caddbf6,Iee20b060,I6c92580b,I45028945,Ia7dd5220, ... into main
Matthew Maurer
2023-11-22
1
-15
/
+88
|
\
|
*
rust: Resolve crate roots outside rust-project
Matthew Maurer
2023-11-22
1
-1
/
+7
|
*
rust: Cache crateRootPath to avoid ctx
Matthew Maurer
2023-11-22
1
-16
/
+31
|
*
rust: internalize srcPathFromModuleSrcs
Matthew Maurer
2023-11-22
1
-3
/
+3
|
*
rust: move crateRootPath to compiler
Matthew Maurer
2023-11-20
1
-0
/
+11
|
*
rust: Privatize Cargo* methods on compiler
Matthew Maurer
2023-11-20
1
-11
/
+14
|
*
rust: Move compiler interface to compiler.go
Matthew Maurer
2023-11-20
1
-0
/
+38
*
|
rust: Allow no_stdlibs per-target variants.
Ivan Lozano
2023-11-14
1
-1
/
+1
|
/
*
Export rust flags to bazel
Vinh Tran
2023-10-04
1
-8
/
+1
*
Don't pass -lrt or -lgcc_s to darwin rust compiles
Colin Cross
2023-10-03
1
-3
/
+12
*
Revert "Split Rust crate builds into compile and link phases."
Colin Cross
2023-10-02
1
-1
/
+4
*
Revert^4 "add crate_root property to rust modules"
Sam Delmerico
2023-09-25
1
-0
/
+11
*
Revert^3 "add crate_root property to rust modules"
Wen-yi Chu
2023-09-22
1
-11
/
+0
*
Revert "support sandboxed rust rules"
Wen-yi Chu
2023-09-22
1
-20
/
+0
*
support sandboxed rust rules
Sam Delmerico
2023-09-15
1
-0
/
+20
*
Revert^2 "add crate_root property to rust modules"
Sam Delmerico
2023-09-15
1
-0
/
+11
*
Revert "add crate_root property to rust modules"
Sam Delmerico
2023-09-08
1
-11
/
+0
*
add crate_root property to rust modules
Sam Delmerico
2023-08-31
1
-0
/
+11
*
Merge "rust: Add support for host fuzzers." into main
Ivan Lozano
2023-08-16
1
-0
/
+9
|
\
|
*
rust: Add support for host fuzzers.
Ivan Lozano
2023-08-10
1
-0
/
+9
*
|
Remove dylibs prop from rust module types
Vinh Tran
2023-08-14
1
-5
/
+2
|
/
*
rust: Set android_vendor and android_product cfg
Matthew Maurer
2023-02-24
1
-0
/
+5
*
rust: Fix coverage in no-std crates
Ivan Lozano
2023-02-14
1
-0
/
+4
*
Use the same rpaths for tests and binaries and cc and rust
Colin Cross
2023-01-11
1
-13
/
+2
*
Remove spurious trailing backslash in prefer_rlib docstring
Martin Geisler
2022-09-29
1
-1
/
+1
*
Don't use prebuilt rust stdlibs for linux bionic
Colin Cross
2022-07-01
1
-2
/
+3
*
Use musl rust prebuilts for USE_HOST_MUSL=true
Colin Cross
2022-07-01
1
-1
/
+1
*
Add cross-referencing support for Rust
Sasha Smundak
2022-04-20
1
-1
/
+2
*
Add stdlibs property for Rust build rules.
Andrew Walbran
2022-03-07
1
-0
/
+7
*
Support building rust modules against musl libc
Colin Cross
2022-01-24
1
-1
/
+15
*
rust: Support new rust_stdlib_prebuilt_host type
Ivan Lozano
2021-11-12
1
-2
/
+2
*
rust: Refactor stripped output file path
Ivan Lozano
2021-11-09
1
-1
/
+9
*
Flag an error on empty rust module srcs
Seth Moore
2021-10-14
1
-0
/
+4
*
rust: Refactor cfg and feature flag calculation
Ivan Lozano
2021-09-23
1
-8
/
+19
*
rust: Hook up InstallIn functions + Product
Matthew Maurer
2021-08-20
1
-1
/
+8
*
Merge "rust: Allow modules to use only generated sources"
Ivan Lozano
2021-08-13
1
-2
/
+12
|
\
|
*
rust: Allow modules to use only generated sources
Ivan Lozano
2021-08-13
1
-2
/
+12
*
|
rust: Link libunwind into Rust static executables.
Ivan Lozano
2021-08-13
1
-1
/
+3
*
|
rust: Add support to emit certain Cargo env vars.
Ivan Lozano
2021-08-12
1
-0
/
+16
|
/
*
rust: Prevent manually defined lib link flags.
Ivan Lozano
2021-07-27
1
-0
/
+20
*
Replace android.BuildOs with Config.BuildOS
Colin Cross
2021-07-20
1
-1
/
+1
*
Remove IsDependencyRoot from interface
Liz Kammer
2021-07-07
1
-4
/
+0
*
Refactor vendor snapshot to use LinkableInterface.
Ivan Lozano
2021-05-12
1
-0
/
+5
*
Merge "Remove unnecessary `android:"path"` tags in rust"
Treehugger Robot
2021-04-21
1
-2
/
+2
|
\
|
*
Remove unnecessary `android:"path"` tags in rust
Liz Kammer
2021-04-20
1
-2
/
+2
*
|
Rustdoc support.
Dan Albert
2021-04-16
1
-0
/
+9
|
/
*
Add more Rust vendor image support.
Ivan Lozano
2021-04-13
1
-1
/
+4
*
Merge "rust: Add cfgs property"
ThiƩbaud Weksteen
2021-04-08
1
-4
/
+16
|
\
[next]