1. cd41653 rust: Privatize Cargo* methods on compiler by Matthew Maurer · 1 year, 10 months ago
  2. f96b001 Don't call android.PathForModuleSrc(ctx).String() to get ModuleDir by Colin Cross · 1 year, 10 months ago
  3. c5cf990 fix some moved code from revert of aosp/2518976 by Sam Delmerico · 1 year, 10 months ago
  4. 7c1b29c Set incremental or codegen-units, not both by Chris Wailes · 1 year, 11 months ago
  5. 004bd3f Revert "Split Rust crate builds into compile and link phases." by Colin Cross · 1 year, 11 months ago
  6. 079a97c add testcases for rust output file paths by Sam Delmerico · 2 years ago
  7. 41326c1 Revert "support sandboxed rust rules" by Wen-yi Chu · 2 years ago
  8. 05cbcb3 Revert "remove rust deps on clang prebuilts" by Colin Cross · 2 years ago
  9. 476e876 remove rust deps on clang prebuilts by Sam Delmerico · 2 years ago
  10. a588d15 support sandboxed rust rules by Sam Delmerico · 2 years, 3 months ago
  11. f29ca58 Darwin/Mac OS host rust compilation fixes by A. Cody Schuffelen · 2 years, 2 months ago
  12. f445562 rust: Add support for more cargo pkg version vars by Ivan Lozano · 2 years, 1 month ago
  13. 34609fa rust: Set env variables consistently for build/doc by Matthew Maurer · 2 years, 2 months ago
  14. 9c8c9ff rust: Add support for CARGO_PKG_NAME by Matthew Maurer · 2 years, 3 months ago
  15. 547bfdd Remove the last allow-listed unstable features by Chris Wailes · 2 years, 3 months ago
  16. e7c71c3 Split Rust crate builds into compile and link phases. by Peter Collingbourne · 2 years, 5 months ago
  17. d61ea35 Merge "Set OUT_DIR=out with no src_deps." by Treehugger Robot · 2 years, 5 months ago
  18. 0dcd62e Set OUT_DIR=out with no src_deps. by Peter Collingbourne · 2 years, 5 months ago
  19. fef4a02 Remove stable feature from allowed features list by Chris Wailes · 2 years, 5 months ago
  20. 51d6d1c pass cc shared libs as order-only to rustc by Sam Delmerico · 2 years, 5 months ago
  21. 7d6e843 Remove slice_internals from features allow list by Chris Wailes · 2 years, 6 months ago
  22. 5f78840 Enable LTO for Rust dylibs by Chris Wailes · 2 years, 6 months ago
  23. 6d12db4 Disallow the use of new unstable features by Chris Wailes · 2 years, 6 months ago
  24. 7b3eb24 Silence rustdoc warnings from 3rd party Crates by Chris Wailes · 2 years, 7 months ago
  25. a76acba Add cross-referencing support for Rust by Sasha Smundak · 3 years, 5 months ago
  26. 6d14ed1 rust: set ANDROID_RUST_VERSION based on prebuilts by Ivan Lozano · 3 years, 5 months ago
  27. 6bf833f Merge changes from topic "musl_rust" by Treehugger Robot · 3 years, 7 months ago
  28. fe605e1 Support multiple crtbegin and crtend dependencies by Colin Cross · 3 years, 7 months ago
  29. 46c6e59 AFDO for Rust by Yi Kong · 3 years, 8 months ago
  30. d9781fd Allow users to enable local incremental Rust builds by Chris Wailes · 3 years, 9 months ago
  31. 8d10fc3 rust: Refactor stripped output file path by Ivan Lozano · 3 years, 10 months ago
  32. 7b0781d rust: Emit toc files for cdylibs by Ivan Lozano · 3 years, 10 months ago
  33. f77913f [rust] Switch LTO flavor to "thin" by Pirama Arumuga Nainar · 3 years, 10 months ago
  34. a9a1fc0 rust: Add support to emit certain Cargo env vars. by Ivan Lozano · 4 years, 1 month ago
  35. b2703ad Conditionally apply rustdoc flags to third party crates by Chris Wailes · 4 years, 1 month ago
  36. 9953a19 Added a flag to the rustdoc invocation by Chris Wailes · 4 years, 1 month ago
  37. a226863 rust: Add support for bootstrap linker. by Ivan Lozano · 4 years, 1 month ago
  38. b433bf7 Generate rustdoc index. by Dan Albert · 4 years, 4 months ago
  39. 06feee9 Rustdoc support. by Dan Albert · 4 years, 6 months ago
  40. e4dd14b bloaty: measure stripped Rust binaries by Thiébaud Weksteen · 4 years, 5 months ago
  41. 94c8325 rust: collect file dependencies for clippy by Thiébaud Weksteen · 4 years, 5 months ago
  42. ee6a89b Export OUT_DIR variable to rust-project.json by Thiébaud Weksteen · 4 years, 6 months ago
  43. 9997ea7 Setup ANDROID_RUST_VERSION env variable by Thiébaud Weksteen · 4 years, 6 months ago
  44. df229cb Enable size measurement for Rust binaries by Thiébaud Weksteen · 4 years, 7 months ago
  45. 2a3094c Merge "Migrate Rust to LLVM coverage." by Treehugger Robot · 4 years, 7 months ago
  46. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 6 years ago
  47. ec6e991 rust: Depend on CC a shared library's TOC, not .so by Ivan Lozano · 4 years, 7 months ago
  48. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 8 months ago
  49. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 9 months ago
  50. 9d74a52 Rust: WriteFileRule instead of printf for protos by Ivan Lozano · 4 years, 9 months ago
  51. d7ddf05 rust: Fix incorrect expected gcno file for dylibs by Ivan Lozano · 4 years, 10 months ago
  52. 1776a2a rust: Fix absolute path OUT_DIR bug by Ivan Lozano · 4 years, 10 months ago
  53. 71512f3 rust: set STD_ENV_ARCH by Thiébaud Weksteen · 4 years, 10 months ago
  54. 29aa9fd Keep only out file dependency rule in output .d files by Chih-Hung Hsieh · 5 years ago
  55. 9429c61 Merge "Add source collision test, rust_bindgen doc." by Ivan Lozano · 5 years ago
  56. 10735d9 Add source collision test, rust_bindgen doc. by Ivan Lozano · 5 years ago
  57. bae62be Provide generated sources to clippy. by Ivan Lozano · 5 years ago
  58. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 5 years ago
  59. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 5 years ago
  60. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 5 years ago
  61. 6bbe577 Merge "Explicitly define Rust default lints" by Thiébaud Weksteen · 5 years ago
  62. 8e46efa Explicitly define Rust default lints by Thiébaud Weksteen · 5 years ago
  63. 79e546f Merge "Remove moduleContextImpl struct" by Thiébaud Weksteen · 5 years ago
  64. 92f703b Add clippy-driver build rule by Thiébaud Weksteen · 5 years ago
  65. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 5 years ago
  66. 796fc4c [Rust] Correct the gcov path prefix. by Ivan Lozano · 5 years ago
  67. f3717ee Match Rust gcda output to cc via -Z profile-emit. by Ivan Lozano · 5 years ago
  68. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  69. 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 5 years ago
  70. 31b095d Add rust default compilation flags. by Ivan Lozano · 6 years ago
  71. f3a2d5a Merge changes from topic "rust-sysroot" by Jeffrey Vander Stoep · 6 years ago
  72. 99020b0 Build Rust Device Sysroots in Soong by Matthew Maurer · 6 years ago
  73. b2df9f8 Soong Rust source clean up. by Ivan Lozano · 6 years ago
  74. ad8b18b Enforce correct rust library file names. by Ivan Lozano · 6 years ago
  75. 52767be Add support for Rust C libraries. by Ivan Lozano · 6 years ago
  76. 885f1c6 Emit linked file and dep-info in one call to rustc by Chih-Hung Hsieh · 6 years ago
  77. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 6 years ago
  78. 5ca5ef6 Fix proc_macro dependency handling. by Ivan Lozano · 6 years ago
  79. ffee334 Add Rust support to Soong. by Ivan Lozano · 6 years ago