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