1. 63ca14e Revert^4 "add crate_root property to rust modules" by Sam Delmerico · 1 year, 10 months ago
  2. 9c64274 Revert^3 "add crate_root property to rust modules" by Wen-yi Chu · 1 year, 11 months ago
  3. 41326c1 Revert "support sandboxed rust rules" by Wen-yi Chu · 1 year, 11 months ago
  4. a588d15 support sandboxed rust rules by Sam Delmerico · 2 years, 2 months ago
  5. 60375c4 Revert^2 "add crate_root property to rust modules" by Sam Delmerico · 1 year, 11 months ago
  6. 5162ff1 Revert "add crate_root property to rust modules" by Sam Delmerico · 1 year, 11 months ago
  7. 553edff add crate_root property to rust modules by Sam Delmerico · 2 years, 1 month ago
  8. b0e1035 Merge "rust: Add support for host fuzzers." into main by Ivan Lozano · 2 years ago
  9. 4eeb2a9 Remove dylibs prop from rust module types by Vinh Tran · 2 years ago
  10. 2fcbffa rust: Add support for host fuzzers. by Ivan Lozano · 2 years ago
  11. 65a54a8 rust: Set android_vendor and android_product cfg by Matthew Maurer · 2 years, 5 months ago
  12. 9ef9cb8 rust: Fix coverage in no-std crates by Ivan Lozano · 2 years, 6 months ago
  13. 225a37a Use the same rpaths for tests and binaries and cc and rust by Colin Cross · 2 years, 7 months ago
  14. 46329e9 Remove spurious trailing backslash in prefer_rlib docstring by Martin Geisler · 2 years, 10 months ago
  15. a8941ec Don't use prebuilt rust stdlibs for linux bionic by Colin Cross · 3 years, 1 month ago
  16. 567d342 Use musl rust prebuilts for USE_HOST_MUSL=true by Colin Cross · 3 years, 3 months ago
  17. a76acba Add cross-referencing support for Rust by Sasha Smundak · 3 years, 4 months ago
  18. 797e4be Add stdlibs property for Rust build rules. by Andrew Walbran · 3 years, 5 months ago
  19. e32f093 Support building rust modules against musl libc by Colin Cross · 3 years, 6 months ago
  20. fba2aa2 rust: Support new rust_stdlib_prebuilt_host type by Ivan Lozano · 3 years, 9 months ago
  21. 8d10fc3 rust: Refactor stripped output file path by Ivan Lozano · 3 years, 9 months ago
  22. 3afac0b Flag an error on empty rust module srcs by Seth Moore · 3 years, 10 months ago
  23. 67eada3 rust: Refactor cfg and feature flag calculation by Ivan Lozano · 3 years, 11 months ago
  24. 9f59e8d rust: Hook up InstallIn functions + Product by Matthew Maurer · 4 years ago
  25. 0ad64f5 Merge "rust: Allow modules to use only generated sources" by Ivan Lozano · 4 years ago
  26. e4db003 rust: Allow modules to use only generated sources by Ivan Lozano · 4 years ago
  27. 8711c5c rust: Link libunwind into Rust static executables. by Ivan Lozano · 4 years ago
  28. a9a1fc0 rust: Add support to emit certain Cargo env vars. by Ivan Lozano · 4 years ago
  29. 45a9e31 rust: Prevent manually defined lib link flags. by Ivan Lozano · 4 years ago
  30. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 4 years, 1 month ago
  31. 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 4 years, 1 month ago
  32. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 4 months ago
  33. f9b3e22 Merge "Remove unnecessary `android:"path"` tags in rust" by Treehugger Robot · 4 years, 4 months ago
  34. eda9398 Remove unnecessary `android:"path"` tags in rust by Liz Kammer · 4 years, 4 months ago
  35. 06feee9 Rustdoc support. by Dan Albert · 4 years, 5 months ago
  36. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 4 months ago
  37. e54504e Merge "rust: Add cfgs property" by Thiébaud Weksteen · 4 years, 4 months ago
  38. e54f07e Stripped rust bin/libs are included in APEX by Jiyong Park · 4 years, 4 months ago
  39. c44e737 rust: Add cfgs property by Thiébaud Weksteen · 4 years, 4 months ago
  40. 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 4 years, 5 months ago
  41. f1ff54a rust: Drop libgcc dependency 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, 5 months ago
  43. 36eb24b Merge "rust: Emit android vndk cfg flag." by Ivan Lozano · 4 years, 6 months ago
  44. f76cdf7 rust: Emit android vndk cfg flag. by Ivan Lozano · 4 years, 6 months ago
  45. c5d34ec rust: Use prebuilts for x86 host target. by Ivan Lozano · 4 years, 6 months ago
  46. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years, 6 months ago
  47. 2a3094c Merge "Migrate Rust to LLVM coverage." by Treehugger Robot · 4 years, 6 months ago
  48. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 5 years ago
  49. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 7 months ago
  50. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 8 months ago
  51. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 8 months ago
  52. ea08613 Move prefer_rlib from binary to base compiler. by Ivan Lozano · 4 years, 8 months ago
  53. bf63d00 rust: Add static binary support by Ivan Lozano · 4 years, 10 months ago
  54. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 4 years, 10 months ago
  55. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  56. b5d2dd2 Don't disable rust modules for linux_bionic by Jiyong Park · 5 years ago
  57. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  58. 042504f Link device binaries dynamically by default. by Ivan Lozano · 5 years ago
  59. 9e8451e rust: modify linting properties by Thiébaud Weksteen · 5 years ago
  60. 4318e1c rust: fully disable all lints when no_lint is set by Thiébaud Weksteen · 5 years ago
  61. da931d4 [rust] Disable lints for generated bindings by Stephen Crane · 5 years ago
  62. 89e4882 Merge "[rust] Add SourceProviders as crates support." by Ivan Lozano · 5 years ago
  63. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 5 years ago
  64. e81c924 Move getEdition to a baseCompiler method by Thiébaud Weksteen · 5 years ago
  65. 45901ed Ensure hermetic device rust_bindgen. by Ivan Lozano · 5 years ago
  66. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 5 years ago
  67. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 5 years ago
  68. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 5 years ago
  69. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 5 years ago
  70. 0f003b1 rust: Add rustlibs auto dependency selection by Matthew Maurer · 5 years ago
  71. 6bbe577 Merge "Explicitly define Rust default lints" by Thiébaud Weksteen · 5 years ago
  72. 8e46efa Explicitly define Rust default lints by Thiébaud Weksteen · 5 years ago
  73. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 5 years ago
  74. 8a23fa4 [Rust] Remove unused variables and deduplicate. by Ivan Lozano · 5 years ago
  75. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  76. 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 5 years ago
  77. d6fdca8 Fix incorrect Rust installation paths. by Ivan Lozano · 5 years ago
  78. 9a4a7ba Install rust tests under nativetest(64) by Chih-Hung Hsieh · 6 years ago
  79. f3a2d5a Merge changes from topic "rust-sysroot" by Jeffrey Vander Stoep · 6 years ago
  80. 99020b0 Build Rust Device Sysroots in Soong by Matthew Maurer · 6 years ago
  81. ad8b18b Enforce correct rust library file names. by Ivan Lozano · 6 years ago
  82. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 6 years ago
  83. 3776d95 Merge "Fix defaults of BaseCompilerProperties" by Chih-hung Hsieh · 6 years ago
  84. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  85. 961a30c Fix defaults of BaseCompilerProperties by Chih-Hung Hsieh · 6 years ago
  86. 724286c Pass --remap-path-prefix to Rust builds. by Joel Galenson · 6 years ago
  87. efdd7ac Deny rust warnings by default. by Chih-Hung Hsieh · 6 years ago
  88. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 6 years ago
  89. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  90. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 6 years ago
  91. fe6330c Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  92. ffee334 Add Rust support to Soong. by Ivan Lozano · 6 years ago